-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove deprecated
--output
format flags (#1804)
❗ Breaking Change! For about a year, Rover has printed a warning that future versions will fail when running commands with `--output [json|plain]`, and that `--format [json|plain]` should be used instead. This warning has been removed alongside the code for backwards compatibility. Warning: You should update any usage of `rover [SUBCOMMAND] --output [json|plain]` to `rover [SUBCOMMAND] --format [json|plain]` as of the next release. Passing `--output json` will write plain text to `./json`.
- Loading branch information
1 parent
5c195d4
commit bc86204
Showing
3 changed files
with
44 additions
and
127 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters