@@ -135,16 +135,13 @@ usage: gitopscli deploy [-h] --file FILE --values VALUES
135135options:
136136 -h, --help show this help message and exit
137137 --file FILE YAML file path
138- --values VALUES YAML/JSON object with the YAML path as key and the
139- desired value as value
138+ --values VALUES YAML/JSON object with the YAML path as key and the desired value as value
140139 --single-commit [ SINGLE_COMMIT]
141140 Create only single commit for all updates
142141 --commit-message COMMIT_MESSAGE
143142 Specify exact commit message of deployment commit
144- --username USERNAME Git username (alternative: GITOPSCLI_USERNAME env
145- variable)
146- --password PASSWORD Git password or token (alternative: GITOPSCLI_PASSWORD
147- env variable)
143+ --username USERNAME Git username (alternative: GITOPSCLI_USERNAME env variable)
144+ --password PASSWORD Git password or token (alternative: GITOPSCLI_PASSWORD env variable)
148145 --git-user GIT_USER Git Username
149146 --git-email GIT_EMAIL
150147 Git User Email
@@ -155,18 +152,19 @@ options:
155152 --git-provider GIT_PROVIDER
156153 Git server provider
157154 --git-provider-url GIT_PROVIDER_URL
158- Git provider base API URL (e.g.
159- https://bitbucket.example.tld )
155+ Git provider base API URL (e.g. https://bitbucket.example.tld )
160156 --create-pr [ CREATE_PR]
161157 Creates a Pull Request
162158 --auto-merge [ AUTO_MERGE]
163- Automatically merge the created PR (only valid with
164- --create-pr)
159+ Automatically merge the created PR (only valid with --create-pr)
165160 --merge-method MERGE_METHOD
166- Merge Method (e.g., 'squash', 'rebase', 'merge')
167- (default: merge)
168- --json
169- Print a JSON object containing deployment information
161+ Merge Method (e.g., 'squash', 'rebase', 'merge') (default: merge)
162+ --json [ JSON] Print a JSON object containing deployment information
163+ --pr-labels PR_LABELS
164+ JSON array pr labels (Gitlab, Github supported)
165+ --merge-parameters MERGE_PARAMETERS
166+ JSON object pr parameters (only Gitlab supported)
170167 -v [ VERBOSE] , --verbose [ VERBOSE]
171168 Verbose exception logging
169+
172170```
0 commit comments