-
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.
Merge pull request #35 from amazeeio/project-key
Get project keys
- Loading branch information
Showing
4 changed files
with
130 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
## lagoon get project-key | ||
|
||
Get a projects key | ||
|
||
### Synopsis | ||
|
||
Get a projects key | ||
|
||
``` | ||
lagoon get project-key [flags] | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
-h, --help help for project-key | ||
--reveal Reveal the variable values | ||
``` | ||
|
||
### 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 get](lagoon_get.md) - Get info on a project, or deployment | ||
|
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