Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ps-kwang committed May 23, 2024
1 parent 8c607b2 commit aca61b6
Show file tree
Hide file tree
Showing 32 changed files with 367 additions and 5,596 deletions.
364 changes: 182 additions & 182 deletions .assets/pspace.json

Large diffs are not rendered by default.

46 changes: 9 additions & 37 deletions .assets/pspace/autoscaling-group.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ groups as a primitive for your own autoscaler.
### Usage

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

### Flags
Expand Down Expand Up @@ -36,7 +36,7 @@ Create an autoscaling group.
### Usage

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

### Flags
Expand Down Expand Up @@ -67,7 +67,7 @@ Delete an autoscaling group from a team.
### Usage

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

### Flags
Expand All @@ -89,7 +89,7 @@ Get an autoscaling group from a team.
### Usage

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

### Flags
Expand All @@ -111,8 +111,8 @@ Show help for a autoscaling-group command
### Usage

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

### Flags
Expand All @@ -128,34 +128,6 @@ autoscaling-group help [arguments] [flags]

- [commands](#commands)

## pspace autoscaling-group help commands

List autoscaling-group commands

Example:

```
$ autoscaling-group help commands commands
```

### Usage

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

### Flags

| Name | Aliases | Description | Required |
| --------- | ------- | ------------------------------------------------------------ | -------- |
| log-level | l | Enable debug logging. | false |
| json | j | Output JSON | false |
| api-key | | A Paperspace public API Key used for authenticating requests | false |
| help | h | Show help for a command | false |
| all | a | Show all commands, including hidden ones | false |

#### Subcommands

## pspace autoscaling-group list

List autoscaling groups in your team.
Expand All @@ -169,7 +141,7 @@ pspace autoscaling-group list -F name -F dtCreated
### Usage

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

### Flags
Expand Down Expand Up @@ -198,7 +170,7 @@ Update an autoscaling group.
### Usage

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

### Flags
Expand Down
58 changes: 15 additions & 43 deletions .assets/pspace/completion.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ sub-command's help for details on how to use the generated script.
### Usage

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

### Flags
Expand Down Expand Up @@ -36,29 +36,29 @@ already, you can install it via your OS's package manager.
To load completions in your current shell session:

```
$ source <(completion bash bash)
$ source <(pspace completion bash bash)
```

To load completions for every new session, execute once:

Linux:

```
$ completion bash bash > /etc/bash_completion.d/pspace
$ pspace completion bash bash > /etc/bash_completion.d/pspace
```

macOS:

```
$ completion bash bash > /usr/local/etc/bash_completion.d/pspace
$ pspace 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

```
completion bash [flags]
pspace completion bash [flags]
```

### Flags
Expand All @@ -79,21 +79,21 @@ Generate the autocompletion script for the fish shell.
To load completions in your current shell session:

```
$ completion fish fish | source
$ pspace completion fish fish | source
```

To load completions for every new session, execute once:

```
$ completion fish fish > ~/.config/fish/completions/pspace.fish
$ pspace completion fish fish > ~/.config/fish/completions/pspace.fish
```

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

### Usage

```
completion fish [flags]
pspace completion fish [flags]
```

### Flags
Expand All @@ -115,8 +115,8 @@ Show help for a completion command
### Usage

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

### Flags
Expand All @@ -132,34 +132,6 @@ completion help [arguments] [flags]

- [commands](#commands)

## pspace completion help commands

List completion commands

Example:

```
$ completion help commands commands
```

### Usage

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

### Flags

| Name | Aliases | Description | Required |
| --------- | ------- | ------------------------------------------------------------ | -------- |
| log-level | l | Enable debug logging. | false |
| json | j | Output JSON | false |
| api-key | | A Paperspace public API Key used for authenticating requests | false |
| help | h | Show help for a command | false |
| all | a | Show all commands, including hidden ones | false |

#### Subcommands

## pspace completion zsh

Generate the autocompletion script for the zsh shell.
Expand All @@ -176,27 +148,27 @@ To load completions for every new session, execute once:
Linux:

```
$ completion zsh zsh > "${fpath[1]}/_pspace"
$ pspace completion zsh zsh > "${fpath[1]}/_pspace"
```

macOS:

```
$ completion zsh zsh > /usr/local/share/zsh/site-functions/_pspace
$ pspace completion zsh zsh > /usr/local/share/zsh/site-functions/_pspace
```

Oh My Zsh:

```
$ completion zsh zsh > ~/.oh-my-zsh/completions/_pspace
$ pspace completion zsh zsh > ~/.oh-my-zsh/completions/_pspace
```

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

### Usage

```
completion zsh [flags]
pspace completion zsh [flags]
```

### Flags
Expand Down
42 changes: 7 additions & 35 deletions .assets/pspace/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ pspace config set team "my-team"
### Usage

```
config [command]
config [flags]
pspace config [command]
pspace config [flags]
```

### Flags
Expand All @@ -42,7 +42,7 @@ Delete a configuration value.
### Usage

```
config delete <arguments> [flags]
pspace config delete <arguments> [flags]
```

### Flags
Expand Down Expand Up @@ -70,7 +70,7 @@ pspace config get team
### Usage

```
config get [arguments] [flags]
pspace config get [arguments] [flags]
```

### Flags
Expand All @@ -91,8 +91,8 @@ Show help for a config command
### Usage

```
config help [command]
config help [arguments] [flags]
pspace config help [command]
pspace config help [arguments] [flags]
```

### Flags
Expand All @@ -108,42 +108,14 @@ config help [arguments] [flags]

- [commands](#commands)

## pspace config help commands

List config commands

Example:

```
$ config help commands commands
```

### Usage

```
config help commands [flags]
```

### Flags

| Name | Aliases | Description | Required |
| --------- | ------- | ------------------------------------------------------------ | -------- |
| log-level | l | Enable debug logging. | false |
| json | j | Output JSON | false |
| api-key | | A Paperspace public API Key used for authenticating requests | false |
| help | h | Show help for a command | false |
| all | a | Show all commands, including hidden ones | false |

#### Subcommands

## pspace config set

Set a configuration value.

### Usage

```
config set [arguments] [arguments...] [flags]
pspace config set [arguments] [arguments...] [flags]
```

### Flags
Expand Down
2 changes: 1 addition & 1 deletion .assets/pspace/console.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This command opens the Paperspace web console in your browser.
### Usage

```
console [flags]
pspace console [flags]
```

### Flags
Expand Down
Loading

0 comments on commit aca61b6

Please sign in to comment.