The command-line interface returns exit codes indicating results of running commands.
Exit Code | Description |
---|---|
0 | Command ran successfully |
Other than 0 | An error occurred |
Ensure error codes in automated scripts generate 0 when commands run successfully and a value other than 0 when an error occurs.