-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
18b88af
commit 5291f8d
Showing
4 changed files
with
44 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
## lagoon deploy branch | ||
|
||
Deploy a latest branch | ||
|
||
### Synopsis | ||
|
||
Deploy a latest branch | ||
|
||
``` | ||
lagoon deploy branch [flags] | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
-b, --branch string branch name | ||
-h, --help help for branch | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
--all-projects All projects (if supported) | ||
-e, --environment string Specify an environment to use | ||
--force Force (if supported) | ||
-l, --lagoon string The Lagoon instance to interact with | ||
--no-header No header on table (if supported) | ||
--output-csv Output as CSV (if supported) | ||
--output-json Output as JSON (if supported) | ||
--pretty Make JSON pretty (if supported) | ||
-p, --project string Specify a project to use | ||
-i, --ssh-key string Specify a specific SSH key to use | ||
--version Version information | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [lagoon deploy](lagoon_deploy.md) - deploy a branch or environment | ||
|