-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
some `oc set ...` sub-commands do not implement `--dry-run` or `--local` options. This patch adds these missing options to all sub-commands and ensures that backwards compatibility remains for commands that treat the --output option as a ``dry-run flag. ``` $ oc set image dc dctest dctest-1=default/testimage:latest --dry-run NAME REVISION DESIRED CURRENT TRIGGERED BY dctest 1 1 1 config $ oc set image dc dctest dctest-1=default/testimage:latest -o name deploymentconfig/dctest $ oc set build-secret mysecret --push --all -o custom-columns=NAME:.metadata.name NAME gitauthtest repo-base $ oc set build-secret mysecret --push --all --dry-run NAME TYPE FROM LATEST gitauthtest Source Git 1 NAME TYPE FROM LATEST repo-base Docker Git 8 ```
- Loading branch information
1 parent
31caa0d
commit 763e6ec
Showing
15 changed files
with
407 additions
and
138 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
Oops, something went wrong.