The CLI commands use standard exit codes to indicate success or failure, which is useful when using them in scripts or automation pipelines.
Success. The command completed without errors.
General error. For example, the input image could not be read in the aitiny:image:edit command.
Invalid option combination. The aitiny:image:edit command was given an image URL with the --in-place option; URL images cannot be edited in-place.
Conflicting options. The aitiny:image:edit command was given both --in-place and --output, which are mutually exclusive.