Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add --warn to CLI commands When running the CLI in CI environments, users may want to suppress non-zero exit codes to prevent failing builds when steps like uploading replays fails. The --warn option was already supported by the metadata command so I have extended it to all commands and add try/catch blocks to ensure we are handling throw errors correctly. * add warn to remove all recordings and login
- Loading branch information