Skip to content

Commit

Permalink
Add creds option to login command in README (#334)
Browse files Browse the repository at this point in the history
In detail the option was missing.
https://github.com/google/clasp#login
  • Loading branch information
abetomo authored and grant committed Sep 26, 2018
1 parent da3a513 commit 55facbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ sudo npm i -g grpc @google/clasp --unsafe-perm
```sh
clasp
```
- [`clasp login [--no-localhost]`](#login)
- [`clasp login [--no-localhost] [--creds <file>]`](#login)
- [`clasp logout`](#logout)
- [`clasp create [scriptTitle] [scriptParentId] [--rootDir]`](#create)
- [`clasp clone <scriptId>`](#clone)
Expand Down

0 comments on commit 55facbd

Please sign in to comment.