Skip to content

Commit

Permalink
Version 0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jasmingacic committed Jun 1, 2020
1 parent d068168 commit c736b47
Show file tree
Hide file tree
Showing 4 changed files with 100 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ type Cli struct {

// VERSION build
var (
Version string = "0.0.6"
Version string = "0.0.7"
)

// NewCli struct
Expand Down
27 changes: 27 additions & 0 deletions docs/packet_capacity.md
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
38 changes: 38 additions & 0 deletions docs/packet_capacity_check.md
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
34 changes: 34 additions & 0 deletions docs/packet_capacity_get.md
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

0 comments on commit c736b47

Please sign in to comment.