-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add --output-file flag to get cluster action (#457)
Add --output-file flag to get cluster action to allow writing output directly to a file. This makes it easier to invoke from a docker container and will simplify many of the github actions. Example usage: ``` $ flux-local get cluster --path tests/testdata/cluster -o yaml --output-file=/tmp/yaml ``` Tested manually, and implicitly through default argument using `/dev/stdout`. Fixes #455
- Loading branch information
1 parent
82b660e
commit ca7728b
Showing
2 changed files
with
26 additions
and
9 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