Skip to content

Commit

Permalink
asdf
Browse files Browse the repository at this point in the history
  • Loading branch information
ps-kwang committed May 23, 2024
1 parent 0b0b9cf commit e1c14d5
Show file tree
Hide file tree
Showing 31 changed files with 1,265 additions and 1,265 deletions.
2 changes: 1 addition & 1 deletion .assets/pspace.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"name": "pspace",
"version": "0.1.0-dev",
"commit": "development",
"buildDate": "2024-05-23T19:22:11.325Z",
"buildDate": "2024-05-23T19:42:58.057Z",
"description": "A CLI for using the Paperspace API. \n\nIt allows you to authenticate, launch deployments, do logging, and more.\n\n* Deploy an ML app with the `deployment` command\n* View a deployed app with the `deployment open` command\n* Check the status of a deployment with the `deployment status` command\n\nRead the full documentation at: https://docs.paperspace.com/",
"summary": "A CLI for using the Paperspace API."
},
Expand Down
64 changes: 32 additions & 32 deletions .assets/pspace/autoscaling-group.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# pspace autoscaling-group
## pspace autoscaling-group

Manage your autoscaling groups. Autoscaling groups enable using
the Kubernetes cluster-autoscaler to automatically scale your cluster.
You can also autoscaling groups as a primitive for your own autoscaler.

## Usage
### Usage

```
autoscaling-group [command]
autoscaling-group [flags]
```

## Flags
### Flags

| Name | Aliases | Description | Required |
| --- | --- | --- | --- |
Expand All @@ -20,25 +20,25 @@ You can also autoscaling groups as a primitive for your own autoscaler.
| api-key | | A Paperspace public API Key used for authenticating requests | false |
| help | h | Show help for a command | false |

### Subcommands
#### Subcommands

- [create](#create)
- [delete](#delete)
- [get](#get)
- [help](#help)
- [list](#list)
- [update](#update)
# pspace autoscaling-group create
## pspace autoscaling-group create

Create an autoscaling group.

## Usage
### Usage

```
autoscaling-group create [flags]
```

## Flags
### Flags

| Name | Aliases | Description | Required |
| --- | --- | --- | --- |
Expand All @@ -57,19 +57,19 @@ Create an autoscaling group.
| api-key | | A Paperspace public API Key used for authenticating requests | false |
| help | h | Show help for a command | false |

### Subcommands
#### Subcommands

# pspace autoscaling-group delete
## pspace autoscaling-group delete

Delete an autoscaling group from a team.

## Usage
### Usage

```
autoscaling-group delete [arguments] [flags]
```

## Flags
### Flags

| Name | Aliases | Description | Required |
| --- | --- | --- | --- |
Expand All @@ -79,19 +79,19 @@ Delete an autoscaling group from a team.
| api-key | | A Paperspace public API Key used for authenticating requests | false |
| help | h | Show help for a command | false |

### Subcommands
#### Subcommands

# pspace autoscaling-group get
## pspace autoscaling-group get

Get an autoscaling group from a team.

## Usage
### Usage

```
autoscaling-group get [arguments] [flags]
```

## Flags
### Flags

| Name | Aliases | Description | Required |
| --- | --- | --- | --- |
Expand All @@ -101,20 +101,20 @@ Get an autoscaling group from a team.
| api-key | | A Paperspace public API Key used for authenticating requests | false |
| help | h | Show help for a command | false |

### Subcommands
#### Subcommands

# pspace autoscaling-group help
## pspace autoscaling-group help

Show help for a autoscaling-group command

## Usage
### Usage

```
autoscaling-group help [command]
autoscaling-group help [arguments] [flags]
```

## Flags
### Flags

| Name | Aliases | Description | Required |
| --- | --- | --- | --- |
Expand All @@ -123,10 +123,10 @@ Show help for a autoscaling-group command
| api-key | | A Paperspace public API Key used for authenticating requests | false |
| help | h | Show help for a command | false |

### Subcommands
#### Subcommands

- [commands](#commands)
# pspace autoscaling-group help commands
## pspace autoscaling-group help commands

List autoscaling-group commands

Expand All @@ -135,13 +135,13 @@ Example:
$ autoscaling-group help commands commands
```

## Usage
### Usage

```
autoscaling-group help commands [flags]
```

## Flags
### Flags

| Name | Aliases | Description | Required |
| --- | --- | --- | --- |
Expand All @@ -151,9 +151,9 @@ $ autoscaling-group help commands commands
| help | h | Show help for a command | false |
| all | a | Show all commands, including hidden ones | false |

### Subcommands
#### Subcommands

# pspace autoscaling-group list
## pspace autoscaling-group list

List autoscaling groups in your team.

Expand All @@ -162,13 +162,13 @@ Pick a subset of fields to display:
pspace autoscaling-group list -F name -F dtCreated
```

## Usage
### Usage

```
autoscaling-group list [flags]
```

## Flags
### Flags

| Name | Aliases | Description | Required |
| --- | --- | --- | --- |
Expand All @@ -185,19 +185,19 @@ pspace autoscaling-group list -F name -F dtCreated
| api-key | | A Paperspace public API Key used for authenticating requests | false |
| help | h | Show help for a command | false |

### Subcommands
#### Subcommands

# pspace autoscaling-group update
## pspace autoscaling-group update

Update an autoscaling group.

## Usage
### Usage

```
autoscaling-group update [arguments] [flags]
```

## Flags
### Flags

| Name | Aliases | Description | Required |
| --- | --- | --- | --- |
Expand All @@ -217,5 +217,5 @@ Update an autoscaling group.
| api-key | | A Paperspace public API Key used for authenticating requests | false |
| help | h | Show help for a command | false |

### Subcommands
#### Subcommands

48 changes: 24 additions & 24 deletions .assets/pspace/completion.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# pspace completion
## pspace completion

Generate an autocompletion script for pspace in the specified shell.
See each sub-command's help for details on how to use the generated script.

## Usage
### Usage

```
completion [command]
completion [flags]
```

## Flags
### Flags

| Name | Aliases | Description | Required |
| --- | --- | --- | --- |
Expand All @@ -19,13 +19,13 @@ See each sub-command's help for details on how to use the generated script.
| api-key | | A Paperspace public API Key used for authenticating requests | false |
| help | h | Show help for a command | false |

### Subcommands
#### Subcommands

- [bash](#bash)
- [fish](#fish)
- [help](#help)
- [zsh](#zsh)
# pspace completion bash
## pspace completion bash

Generate the autocompletion script for the bash shell.

Expand All @@ -51,13 +51,13 @@ $ completion bash bash > /usr/local/etc/bash_completion.d/pspace

You will need to start a new shell for this setup to take effect.

## Usage
### Usage

```
completion bash [flags]
```

## Flags
### Flags

| Name | Aliases | Description | Required |
| --- | --- | --- | --- |
Expand All @@ -66,9 +66,9 @@ You will need to start a new shell for this setup to take effect.
| api-key | | A Paperspace public API Key used for authenticating requests | false |
| help | h | Show help for a command | false |

### Subcommands
#### Subcommands

# pspace completion fish
## pspace completion fish

Generate the autocompletion script for the fish shell.

Expand All @@ -84,13 +84,13 @@ $ completion fish fish > ~/.config/fish/completions/pspace.fish

You will need to start a new shell for this setup to take effect.

## Usage
### Usage

```
completion fish [flags]
```

## Flags
### Flags

| Name | Aliases | Description | Required |
| --- | --- | --- | --- |
Expand All @@ -100,20 +100,20 @@ You will need to start a new shell for this setup to take effect.
| api-key | | A Paperspace public API Key used for authenticating requests | false |
| help | h | Show help for a command | false |

### Subcommands
#### Subcommands

# pspace completion help
## pspace completion help

Show help for a completion command

## Usage
### Usage

```
completion help [command]
completion help [arguments] [flags]
```

## Flags
### Flags

| Name | Aliases | Description | Required |
| --- | --- | --- | --- |
Expand All @@ -122,10 +122,10 @@ Show help for a completion command
| api-key | | A Paperspace public API Key used for authenticating requests | false |
| help | h | Show help for a command | false |

### Subcommands
#### Subcommands

- [commands](#commands)
# pspace completion help commands
## pspace completion help commands

List completion commands

Expand All @@ -134,13 +134,13 @@ Example:
$ completion help commands commands
```

## Usage
### Usage

```
completion help commands [flags]
```

## Flags
### Flags

| Name | Aliases | Description | Required |
| --- | --- | --- | --- |
Expand All @@ -150,9 +150,9 @@ $ completion help commands commands
| help | h | Show help for a command | false |
| all | a | Show all commands, including hidden ones | false |

### Subcommands
#### Subcommands

# pspace completion zsh
## pspace completion zsh

Generate the autocompletion script for the zsh shell.

Expand Down Expand Up @@ -182,13 +182,13 @@ $ completion zsh zsh > ~/.oh-my-zsh/completions/_pspace

You will need to start a new shell for this setup to take effect.

## Usage
### Usage

```
completion zsh [flags]
```

## Flags
### Flags

| Name | Aliases | Description | Required |
| --- | --- | --- | --- |
Expand All @@ -198,5 +198,5 @@ You will need to start a new shell for this setup to take effect.
| api-key | | A Paperspace public API Key used for authenticating requests | false |
| help | h | Show help for a command | false |

### Subcommands
#### Subcommands

Loading

0 comments on commit e1c14d5

Please sign in to comment.