Update README.md
This commit is contained in:
12
README.md
12
README.md
@@ -44,7 +44,7 @@ Download the precompiled binary from here: [Releases](https://github.com/dpogorz
|
|||||||
export GOOGLE_APPLICATION_CREDENTIALS=/path/to/serviceaccount.json
|
export GOOGLE_APPLICATION_CREDENTIALS=/path/to/serviceaccount.json
|
||||||
speedrun init
|
speedrun init
|
||||||
speedrun key new
|
speedrun key new
|
||||||
speedrun key set
|
speedrun key authorize
|
||||||
speedrun run whoami
|
speedrun run whoami
|
||||||
```
|
```
|
||||||
|
|
||||||
@@ -74,14 +74,6 @@ Use a different config file
|
|||||||
speedrun run whoami -c /path/to/config.toml
|
speedrun run whoami -c /path/to/config.toml
|
||||||
```
|
```
|
||||||
|
|
||||||
Set public key on specific instances instead of project metadata (useful if instances are blocking project wide keys):
|
|
||||||
|
|
||||||
```bash
|
|
||||||
speedrun key set --filter "labels.env = dev"
|
|
||||||
```
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
Using certain flags repeteadly can be annoying, it's possible to persist their behavior via config file. Default config file is located at `~/.speedrun/config.toml` and can be re-initialized to it's default form via `speedrun init`.
|
Using certain flags repeteadly can be annoying, it's possible to persist their behavior via config file. Default config file is located at `~/.speedrun/config.toml` and can be re-initialized to it's default form via `speedrun init`.
|
||||||
@@ -96,4 +88,4 @@ This project is in a very early stage so expect a lot of breaking changes in the
|
|||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
[MPL-2.0](LICENSE)
|
[MPL-2.0](LICENSE)
|
||||||
|
|||||||
Reference in New Issue
Block a user