-
Notifications
You must be signed in to change notification settings - Fork 46
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
d068168
commit c736b47
Showing
4 changed files
with
100 additions
and
1 deletion.
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 |
---|---|---|
@@ -0,0 +1,27 @@ | ||
## packet capacity | ||
|
||
Capacities operations | ||
|
||
### Synopsis | ||
|
||
Capacities operations: get, check | ||
|
||
### Options | ||
|
||
``` | ||
-h, --help help for capacity | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
--config string Path to JSON or YAML configuration file | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [packet](packet.md) - Command line interface for Packet Host | ||
* [packet capacity check](packet_capacity_check.md) - Validates if a deploy can be fulfilled. | ||
* [packet capacity get](packet_capacity_get.md) - Returns a list of facilities and plans with their current capacity. | ||
|
||
###### Auto generated by spf13/cobra on 14-Apr-2020 |
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,38 @@ | ||
## packet capacity check | ||
|
||
Validates if a deploy can be fulfilled. | ||
|
||
### Synopsis | ||
|
||
Example: | ||
|
||
packet capacity check -f [facility] -p [plan] -q [quantity] | ||
|
||
|
||
|
||
``` | ||
packet capacity check [flags] | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
-f, --facility string Code of the facility | ||
-h, --help help for check | ||
-j, --json JSON output | ||
-p, --plan string Name of the plan | ||
-q, --quantity int Number of devices wanted | ||
-y, --yaml YAML output | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
--config string Path to JSON or YAML configuration file | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [packet capacity](packet_capacity.md) - Capacities operations | ||
|
||
###### Auto generated by spf13/cobra on 14-Apr-2020 |
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,34 @@ | ||
## packet capacity get | ||
|
||
Returns a list of facilities and plans with their current capacity. | ||
|
||
### Synopsis | ||
|
||
Example: | ||
Retrieve capacities: | ||
packet capacity get | ||
|
||
|
||
``` | ||
packet capacity get [flags] | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
-h, --help help for get | ||
-j, --json JSON output | ||
-y, --yaml YAML output | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
--config string Path to JSON or YAML configuration file | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [packet capacity](packet_capacity.md) - Capacities operations | ||
|
||
###### Auto generated by spf13/cobra on 14-Apr-2020 |