Skip to content

Commit

Permalink
Add --warn to CLI commands (#241)
Browse files Browse the repository at this point in the history
* 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
ryanjduffy authored Aug 28, 2023
1 parent a6c77b4 commit ae12a75
Show file tree
Hide file tree
Showing 5 changed files with 210 additions and 116 deletions.
Loading

0 comments on commit ae12a75

Please sign in to comment.