-
Notifications
You must be signed in to change notification settings - Fork 11
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
Add --local
(-L
) for --consistency-only
and --predict-only
options
#485
Conversation
The `--check-and-predict-local` flag allows running consistency checks and deployment predictions using the local host's state, without connecting to the remote host. This flag can only be used with the `--consistency-only` or `--predict-only` options.
bcdfb1c
to
aad4e13
Compare
I am totally out of scope of what the options are doing. This warning written, I am just reading the command option
If all is true, is there an option to split them up into
I don't know if Kind regards. |
predict only and consistency check are mutually exclusive. |
… deploy` command
--check-and-predict-local
--local
(-L
) for --consistency-only
and --predict-only
options
The
--local
flag allows running consistency checks and deployment predictions using the local host's state, without connecting to the remote host. This flag can only be used with the--consistency-only
or--predict-only
options.