forked from cherryservers/cherryctl
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Showing
8 changed files
with
62 additions
and
27 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
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,41 @@ | ||
## cherryctl server update | ||
|
||
Update server. | ||
|
||
### Synopsis | ||
|
||
Update server. | ||
|
||
``` | ||
cherryctl server update ID [--name <server_name>] [--hostname] [--tags] [--bgp] [flags] | ||
``` | ||
|
||
### Examples | ||
|
||
``` | ||
# Update server to change tags: | ||
cherryctl server update 12345 --tags="env=stage" | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
-b, --bgp True to enable BGP in a server. | ||
-h, --help help for update | ||
--hostname string Server hostname. | ||
--tags strings Tag or list of tags for the server: --tags="key=value,env=prod". | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
--config string Path to JSON or YAML configuration file | ||
--fields strings Comma separated object field names to output in result. Fields can be used for list and get actions. | ||
-o, --output string Output format (*table, json, yaml) | ||
--token string API Token (CHERRY_AUTH_TOKEN) | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [cherryctl server](cherryctl_server.md) - Server operations. For more information on provisioning on Cherry Servers, visit https://docs.cherryservers.com/knowledge/product-docs. | ||
|