Hi,
just noticed that the client doesn't sets proper exit code.
Example:
$ vamp list namespacesxxxPlease choose the artifact to list: deployments, gateways, blueprints, breeds, workflows, roles, users, tokens.$ echo $?0
and even worst
$vamp create blueprint --namespace XXXXXX --file ~/order-intake_first.yamlCannot execute the request command: Unexpected type for path 'memory'.$ echo $?0
It would be lovely if we can have an appropriate exit code cos otherwise in automated deployment like ansible we need to check every command.
Hi, just noticed that the client doesn't sets proper exit code. Example:
$ vamp list namespacesxxx
Please choose the artifact to list: deployments, gateways, blueprints, breeds, workflows, roles, users, tokens.
$ echo $?
0
and even worst$vamp create blueprint --namespace XXXXXX --file ~/order-intake_first.yaml
Cannot execute the request command: Unexpected type for path 'memory'.
$ echo $?
0
It would be lovely if we can have an appropriate exit code cos otherwise in automated deployment like ansible we need to check every command.
vamp -V
0.5.0