-
Notifications
You must be signed in to change notification settings - Fork 889
rename coder config-ssh --diff
to coder config-ssh --dry-run
#2530
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Sure, |
Sounds good to me. I don't have a specific opinion; I just want to be conventional. |
mafredri
added a commit
that referenced
this issue
Jun 22, 2022
Since the intent between diff and dry-run are different, this change allows for interactive prompts to be shown during `--dry-run`, previously prompts were disabled. Dry-run can also be chanied with `--yes` and `--use-previous-options` for non-interactive modes. Dry-run is like a normal run with changes replaced by diff. Fixes #2530
mafredri
added a commit
that referenced
this issue
Jun 22, 2022
* feat: Rename config-ssh `--diff` to `--dry-run` Since the intent between diff and dry-run are different, this change allows for interactive prompts to be shown during `--dry-run`, previously prompts were disabled. Dry-run can also be chanied with `--yes` and `--use-previous-options` for non-interactive modes. Dry-run is like a normal run with changes replaced by diff. Fixes #2530 Co-authored-by: Cian Johnston <cian@coder.com>
kylecarbs
pushed a commit
that referenced
this issue
Jul 11, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Rename
coder config-ssh --diff
tocoder config-ssh --dry-run
. I think, though I could be wrong, that--dry-run
is more common. @mafredri am I perhaps misinformed?The text was updated successfully, but these errors were encountered: