From 3f6bfebd6dfbec331c32f3daac26571432192803 Mon Sep 17 00:00:00 2001 From: Joseph Doherty Date: Tue, 5 May 2026 15:09:34 -0400 Subject: [PATCH] =?UTF-8?q?graccesscli:=20extend=20script=20editor=20surfa?= =?UTF-8?q?ce=20=E2=80=94=20--field,=20--lock-trigger-type,=20scripts=20de?= =?UTF-8?q?lete?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Three additions to the script editor commands. Each one closes a real gap surfaced by the round-trip-test against \$DelmiaReceiver.ProcessRecipe. 1. `object scripts set --field ` — explicit text-field selection. Previously `scripts set` always wrote to .ExecuteText (via ScriptAttributeName's default). To rewrite DeclarationsText / StartupText / ShutdownText / OnScanText / OffScanText / Expression, callers had to pass the full attribute name as `--script Foo.StartupText`, which is brittle. The new `--field` flag accepts any of the seven canonical ScriptTextSuffixes and composes