Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,7 @@ a `.claspignore` file, set this option to true.
- `--project <file>`: Reads project settings from a file other than `.clasp.json`. Intended to support multiple deployment targets.
- `--auth <file>`: (**DEPRECATED**) Reads credentials from a file other than `.clasprc.json`. Use the `--user` option to maintain multiple authorized accounts.
- `--ignore <file>`: Reads ignore patterns from a file other than `.claspignore`.
- `--json`: Show output in JSON format.

### Login

Expand Down Expand Up @@ -462,7 +463,8 @@ List deployments of a script.

#### Examples

- `clasp list-deployments`
- `clasp list-deployments`: List all deployments for the current project
- `clasp list-deployments [scriptId]`: List all deployments for a script ID

### Deploy

Expand Down Expand Up @@ -531,9 +533,12 @@ Creates an immutable version of the script.

List versions of a script.

#### Options
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same as other, can/should be consolidated under global options

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done


#### Examples

- `clasp list-versions`
- `clasp list-versions`: List all versions for the current project
- `clasp list-versions [scriptId]`: List all versions for a script ID

### List

Expand Down
Loading