Update README.md
This commit is contained in:
10
README.md
10
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`.
|
||||||
|
|||||||
Reference in New Issue
Block a user