Edgebuilder cli script view
edgebuilder-cli script view
View deployed script script/s
Synopsis
View deployed script script/s
edgebuilder-cli script view [flags]
Options
-A, --all All scripts
-s, --script strings Script names/ids
-l, --label strings View by script labels
-d, --scriptDefinition strings ScriptDefinition names/ids
--type strings Script type, valid values are: 1 (Python) and 2 (Shell). Accepts integer or string.
-n, --node strings Edge node names/ids
--node-label strings Edge node labels
--script-status strings Script status, valid values are: 1 (Pending), 2 (Running), 3 (Ok), 4 (Error), 5 (Cancelled). Accepts integer or string.
--node-status strings Node status, valid values are: 1 (Pending), 2 (Deploying), 3 (Error), 4 (Warning), 5 (Down), 6 (Up) or 7 (Deleting). Accepts integer or string.
-h, --help help for view
SEE ALSO
- edgebuilder-cli script - Manage python and shell script(s) executing on edge nodes