Summary
Update the `octue run` CLI command to make any output values "pipeable" to other CLIs, make its use analogous to the recently updated `octue start` command, and make the CLI generally easier and more consistent to use.
<!--- SKIP AUTOGENERATED NOTES --->
Contents ([466](https://github.com/octue/octue-sdk-python/pull/466))
**IMPORTANT:** There are 3 breaking changes.
Enhancements
- Update the `octue run` CLI command to:
- 💥 **BREAKING CHANGE:** Use `octue.yaml` instead of the outdated CLI options
- Send its output values to `stdout`
- Store any output manifests as local files by default
- Provide `--output-file`, `--output-manifest-file`, and `--monitor-messages-file` options
- 💥 **BREAKING CHANGE:** Shorten the `--service-configuration-path` CLI option to `--service-config` and provide a short version `-c`
- 💥 **BREAKING CHANGE:** Update the `octue deploy` commands to use `--service-config` instead of `--octue-configuration-path`
<!--- END AUTOGENERATED NOTES --->