Have an alias to use dryrun=True instead of test=True #67575
Replies: 10 comments
-
@thatch45 Would you weighing in on this one? |
Beta Was this translation helpful? Give feedback.
-
then it would be 100% safe, the trick would be to pop the key from the kwargs |
Beta Was this translation helpful? Give feedback.
-
@thatch45 Thanks! Adding the Feature label. |
Beta Was this translation helpful? Give feedback.
-
Yes, this is something that would take all of 15 minutes to add and we should have added it long ago |
Beta Was this translation helpful? Give feedback.
-
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. If this issue is closed prematurely, please leave a comment and we will gladly reopen the issue. |
Beta Was this translation helpful? Give feedback.
-
up |
Beta Was this translation helpful? Give feedback.
-
Thank you for updating this issue. It is no longer marked as stale. |
Beta Was this translation helpful? Give feedback.
-
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. If this issue is closed prematurely, please leave a comment and we will gladly reopen the issue. |
Beta Was this translation helpful? Give feedback.
-
up |
Beta Was this translation helpful? Give feedback.
-
Thank you for updating this issue. It is no longer marked as stale. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Description of Issue/Question
Some new salt users I came across told me that the test=True could be confusing and would prefer to have a more standard dryrun terminology for what test=True does in salt. I thought I'd start the discussion here about having an alias that does this.
Is it technically difficult to have an alias for dryrun=test which adds test=True early enough to provide such a functionality ?
Doing a grep for dryrun in the code I find that some states already use this argument so if we go down that road we need to make sure they don't break (pkgng, rsync, dockermod)
Beta Was this translation helpful? Give feedback.
All reactions