-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* runtime list command * up * Update cmd/commands/runtime.go Co-authored-by: Noam Gal <[email protected]> * update sdk * wip * bump * wip * wip * codegen Co-authored-by: Noam Gal <[email protected]>
- Loading branch information
1 parent
9e7eaf6
commit e964202
Showing
8 changed files
with
107 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
VERSION=v0.0.21 | ||
VERSION=v0.0.23 | ||
OUT_DIR=dist | ||
YEAR?=$(shell date +"%Y") | ||
|
||
|
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,33 @@ | ||
## cli-v2 runtime list | ||
|
||
List all Codefresh runtimes | ||
|
||
``` | ||
cli-v2 runtime list [flags] | ||
``` | ||
|
||
### Examples | ||
|
||
``` | ||
cli-v2 runtime list | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
-h, --help help for list | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
--auth-context string Run the next command using a specific authentication context | ||
--cfconfig string Custom path for authentication contexts config file (default "/home/user") | ||
--insecure Disable certificate validation for TLS connections (e.g. to g.codefresh.io) | ||
--request-timeout duration Request timeout (default 30s) | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [cli-v2 runtime](cli-v2_runtime.md) - Manage Codefresh runtimes | ||
|
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