Skip to content

Commit 46d4a80

Browse files
Van Thong NguyenVan Thong Nguyen
authored andcommitted
Revert "Merge pull request #164 from ajfriesen/improve-readme"
This reverts commit 1bff91a, reversing changes made to 67beacd.
1 parent 1bff91a commit 46d4a80

1 file changed

Lines changed: 4 additions & 11 deletions

File tree

README.md

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -28,21 +28,14 @@ See [here](docs/source.md) on how to build gscloud from source.
2828

2929
You can use `gscloud make-config` to generate a new config file. Make sure to add your user ID and API token here.
3030

31-
Default locations:
32-
- Linux: `~/.kube/config`
33-
- Mac: `~/Library/Application Support/gscloud/config.yaml`
34-
- Windows: `%APPDATA%` or `"C:\\Users\\%USER%\\AppData\\Roaming"`
35-
3631
Example config:
3732

3833
```yml
39-
accounts:
40-
- account:
41-
name: default
34+
projects:
35+
- name: default
4236
userId: 2727b9ab-65ff-4d1e-af5e-d08d682bd1fa
4337
token: 6eb139b3b6515515a6f358d3a635e9b38f05935782602d4fd5c1b5716af54526
44-
- account:
45-
name: liveaccount
38+
- name: liveaccount
4639
userId: 2727b9ab-65ff-4d1e-af5e-d08d682bd1fa
4740
token: 6eb139b3b6515515a6f358d3a635e9b38f05935782602d4fd5c1b5716af54526
4841
url: https://api.gridscale.io
@@ -76,7 +69,7 @@ users:
7669
args:
7770
- "--config"
7871
- "$HOME/.config/gridscale/config.yaml"
79-
- "--account"
72+
- "--project"
8073
- "test"
8174
- "kubernetes"
8275
- "cluster"

0 commit comments

Comments
 (0)