-
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 --check-and-predict-local
#485
base: main
Are you sure you want to change the base?
Conversation
@@ -30,7 +30,9 @@ batou deploy | |||
|
|||
.. code-block:: console | |||
|
|||
usage: batou deploy [-h] [-p PLATFORM] [-t TIMEOUT] [-D] [-c] [-P] [-j JOBS] | |||
usage: batou deploy [-h] [-p PLATFORM] [-t TIMEOUT] [-D] [-c] [-P] | |||
[--check-and-predict-local] [-j JOBS] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The option is too long. --local
and -L
maybe?
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. |
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.