-
Notifications
You must be signed in to change notification settings - Fork 4
Closed
Description
Observed
- Using
--execglobal option on action with no argument fails withERROR accepts 0 arg(s), received 1
➜ plx platform:nodes --exec sh
Usage:
plasmactl platform:nodes [flags]
Arguments:
(...)
ERROR accepts 0 arg(s), received 1
- Using
--execglobal option on action with mandatory argument fails withERROR validation errors: [arguments]: missing property 'path'
➜ plx platform:vault --keyring-passphrase-file /tmp/kp --exec -- sh
Usage:
plasmactl platform:vault action path [flags]
Arguments:
action string Vault action name: View/edit actions to be set an ansible vault file
path string Path to file: The path to the vault file
(...)
ERROR validation errors:
- [arguments]: missing property 'path'
Expected
- Using
--execglobal option to override image execution should be successful
Metadata
Metadata
Assignees
Labels
No labels