Skip to content

Commit 5449712

Browse files
committed
[#92] Added missing --fail-on-missing-branch option to README.
1 parent fbc07e4 commit 5449712

1 file changed

Lines changed: 20 additions & 19 deletions

File tree

README.md

Lines changed: 20 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -225,25 +225,26 @@ fully-configured [example in the Vortex project](https://github.com/drevops/vort
225225

226226
## 🎛️ Options
227227

228-
| Name | Default value | Description |
229-
|------------------------|---------------------|------------------------------------------------------------------------------------------------|
230-
| `--mode` | `force-push` | Mode of artifact packaging: `branch`, `force-push` |
231-
| `--branch` | `[branch]` | Destination branch with optional tokens (see below) |
232-
| `--gitignore` | | Path to the `.gitignore` file to replace the current `.gitignore` |
233-
| `--src` | | Directory where source repository is located. Uses root directory if not specified |
234-
| `--root` | | Path to the root for file path resolution. Uses current directory if not specified |
235-
| `--message` | `Deployment commit` | Commit message with optional tokens (see below) |
236-
| `--no-cleanup` | | Do not cleanup after run |
237-
| `--log` | | Path to the log file |
238-
| `--show-changes` | | Show changes made to the repo during packaging in the output |
239-
| `--dry-run` | | Run without pushing to the remote repository |
240-
| `--now` | | Internal value used to set internal time |
241-
| `-h, --help` | | Display help for the given command |
242-
| `-q, --quiet` | | Do not output any messages |
243-
| `-V, --version` | | Display this application version |
244-
| `--ansi` | | Force ANSI output. Use `--no-ansi` to disable |
245-
| `-n, --no-interaction` | | Do not ask any interactive question |
246-
| `-v, --verbose` | | Increase the verbosity of messages: 1 for normal, 2 for more verbose, 3 for debug |
228+
| Name | Default value | Description |
229+
|----------------------------|---------------------|---------------------------------------------------------------------------------------------------------------------|
230+
| `--ansi` | | Force ANSI output. Use `--no-ansi` to disable |
231+
| `--branch` | `[branch]` | Destination branch with optional tokens (see below) |
232+
| `--dry-run` | | Run without pushing to the remote repository |
233+
| `--fail-on-missing-branch` | | Fail artifact packaging if source branch cannot be determined. By default, artifact packaging is skipped gracefully |
234+
| `--gitignore` | | Path to the `.gitignore` file to replace the current `.gitignore` |
235+
| `--log` | | Path to the log file |
236+
| `--message` | `Deployment commit` | Commit message with optional tokens (see below) |
237+
| `--mode` | `force-push` | Mode of artifact packaging: `branch`, `force-push` |
238+
| `--no-cleanup` | | Do not cleanup after run |
239+
| `--now` | | Internal value used to set internal time |
240+
| `--root` | | Path to the root for file path resolution. Uses current directory if not specified |
241+
| `--show-changes` | | Show changes made to the repo during packaging in the output |
242+
| `--src` | | Directory where source repository is located. Uses root directory if not specified |
243+
| `-V, --version` | | Display this application version |
244+
| `-h, --help` | | Display help for the given command |
245+
| `-n, --no-interaction` | | Do not ask any interactive question |
246+
| `-q, --quiet` | | Do not output any messages |
247+
| `-v, --verbose` | | Increase the verbosity of messages: 1 for normal, 2 for more verbose, 3 for debug |
247248

248249
## 🧹 Modifying artifact content
249250

0 commit comments

Comments
 (0)