Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 17 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ Options:
--working-dir The path to the directory containing the git repository. Defaults to the current directory.
--debug Show debug output.
--verbose Show verbose output.
--json Write output and log messages as JSON. Log messages will be written to stderr.
-n, --name The name of the stack. Must be unique within the repository.
-s, --source-branch The source branch to use for the new stack. Defaults to the default branch for the repository.
-b, --branch The name of the branch to create within the stack.
Expand All @@ -191,7 +192,7 @@ Options:
--working-dir The path to the directory containing the git repository. Defaults to the current directory.
--debug Show debug output.
--verbose Show verbose output.
--json Output results as JSON.
--json Write output and log messages as JSON. Log messages will be written to stderr.
-?, -h, --help Show help and usage information
```

Expand All @@ -207,7 +208,7 @@ Options:
--working-dir The path to the directory containing the git repository. Defaults to the current directory.
--debug Show debug output.
--verbose Show verbose output.
--json Output results as JSON.
--json Write output and log messages as JSON. Log messages will be written to stderr.
-s, --stack The name of the stack.
--all Show status of all stacks.
--full Show full status including pull requests.
Expand All @@ -226,6 +227,7 @@ Options:
--working-dir The path to the directory containing the git repository. Defaults to the current directory.
--debug Show debug output.
--verbose Show verbose output.
--json Write output and log messages as JSON. Log messages will be written to stderr.
-s, --stack The name of the stack.
-y, --yes Confirm the command without prompting.
-?, -h, --help Show help and usage information
Expand All @@ -243,6 +245,7 @@ Options:
--working-dir The path to the directory containing the git repository. Defaults to the current directory.
--debug Show debug output.
--verbose Show verbose output.
--json Write output and log messages as JSON. Log messages will be written to stderr.
-s, --stack The name of the stack.
-n, --name The new name for the stack.
-?, -h, --help Show help and usage information
Expand All @@ -262,6 +265,7 @@ Options:
--working-dir The path to the directory containing the git repository. Defaults to the current directory.
--debug Show debug output.
--verbose Show verbose output.
--json Write output and log messages as JSON. Log messages will be written to stderr.
-s, --stack The name of the stack.
--rebase Use rebase when updating the stack. Overrides any setting in Git configuration.
--merge Use merge when updating the stack. Overrides any setting in Git configuration.
Expand All @@ -280,6 +284,7 @@ Options:
--working-dir The path to the directory containing the git repository. Defaults to the current directory.
--debug Show debug output.
--verbose Show verbose output.
--json Write output and log messages as JSON. Log messages will be written to stderr.
-b, --branch The name of the branch.
-?, -h, --help Show help and usage information
```
Expand All @@ -296,6 +301,7 @@ Options:
--working-dir The path to the directory containing the git repository. Defaults to the current directory.
--debug Show debug output.
--verbose Show verbose output.
--json Write output and log messages as JSON. Log messages will be written to stderr.
-s, --stack The name of the stack.
-y, --yes Confirm the command without prompting.
-?, -h, --help Show help and usage information
Expand All @@ -313,6 +319,7 @@ Options:
--working-dir The path to the directory containing the git repository. Defaults to the current directory.
--debug Show debug output.
--verbose Show verbose output.
--json Write output and log messages as JSON. Log messages will be written to stderr.
-s, --stack The name of the stack.
-b, --branch The name of the branch.
-p, --parent The name of the parent branch to put the branch under.
Expand All @@ -331,6 +338,7 @@ Options:
--working-dir The path to the directory containing the git repository. Defaults to the current directory.
--debug Show debug output.
--verbose Show verbose output.
--json Write output and log messages as JSON. Log messages will be written to stderr.
-s, --stack The name of the stack.
-b, --branch The name of the branch.
-p, --parent The name of the parent branch to put the branch under.
Expand All @@ -349,6 +357,7 @@ Options:
--working-dir The path to the directory containing the git repository. Defaults to the current directory.
--debug Show debug output.
--verbose Show verbose output.
--json Write output and log messages as JSON. Log messages will be written to stderr.
-s, --stack The name of the stack.
-b, --branch The name of the branch.
-y, --yes Confirm the command without prompting.
Expand All @@ -371,6 +380,7 @@ Options:
--working-dir The path to the directory containing the git repository. Defaults to the current directory.
--debug Show debug output.
--verbose Show verbose output.
--json Write output and log messages as JSON. Log messages will be written to stderr.
-s, --stack The name of the stack.
-?, -h, --help Show help and usage information
```
Expand All @@ -387,6 +397,7 @@ Options:
--working-dir The path to the directory containing the git repository. Defaults to the current directory.
--debug Show debug output.
--verbose Show verbose output.
--json Write output and log messages as JSON. Log messages will be written to stderr.
-s, --stack The name of the stack.
--max-batch-size The maximum number of branches to process at once. [default: 5]
--force-with-lease Force push changes with lease.
Expand All @@ -405,6 +416,7 @@ Options:
--working-dir The path to the directory containing the git repository. Defaults to the current directory.
--debug Show debug output.
--verbose Show verbose output.
--json Write output and log messages as JSON. Log messages will be written to stderr.
-s, --stack The name of the stack.
--max-batch-size The maximum number of branches to process at once. [default: 5]
--rebase Use rebase when updating the stack. Overrides any setting in Git configuration.
Expand All @@ -428,6 +440,7 @@ Options:
--working-dir The path to the directory containing the git repository. Defaults to the current directory.
--debug Show debug output.
--verbose Show verbose output.
--json Write output and log messages as JSON. Log messages will be written to stderr.
-s, --stack The name of the stack.
-?, -h, --help Show help and usage information
```
Expand All @@ -444,6 +457,7 @@ Options:
--working-dir The path to the directory containing the git repository. Defaults to the current directory.
--debug Show debug output.
--verbose Show verbose output.
--json Write output and log messages as JSON. Log messages will be written to stderr.
-s, --stack The name of the stack.
-?, -h, --help Show help and usage information
```
Expand All @@ -462,5 +476,6 @@ Options:
--working-dir The path to the directory containing the git repository. Defaults to the current directory.
--debug Show debug output.
--verbose Show verbose output.
--json Write output and log messages as JSON. Log messages will be written to stderr.
-?, -h, --help Show help and usage information
```
Loading
Loading