Skip to content

Commit

Permalink
Documented the new commands
Browse files Browse the repository at this point in the history
  • Loading branch information
fantonangeli committed Nov 13, 2021
1 parent 041072f commit 0a75052
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,17 @@ You do not need a .clasp.json file anymore.
]
```

### Usage

`multi-clasp push`
## Commands

The following clasp commands are supported. For the documentation refer to the official [documentation](https://github.com/google/clasp)

- [`mutli-clasp push [--force]`](https://github.com/google/clasp#push)
- [`mutli-clasp status [--json]`](https://github.com/google/clasp#status)
- [`mutli-clasp open [--webapp] [--creds] [--addon]`](https://github.com/google/clasp#open)
- [`mutli-clasp deployments`](https://github.com/google/clasp#deployments)
- [`mutli-clasp deploy [--versionNumber <version>] [--description <description>]`](https://github.com/google/clasp#deploy)
- [`mutli-clasp undeploy [--all]`](https://github.com/google/clasp#undeploy)
- [`mutli-clasp version [description]`](https://github.com/google/clasp#version)
- [`mutli-clasp versions`](https://github.com/google/clasp#versions)
- [`mutli-clasp run [functionName] [--nondev] [--params <StringArray>]`](https://github.com/google/clasp#run)

0 comments on commit 0a75052

Please sign in to comment.