Skip to content

Commit dd3ef27

Browse files
Monitobscaleway-botCodelax
authoredFeb 22, 2023
feat(iam): replace account on init command (#2778)
Co-authored-by: Scaleway Bot <github@scaleway.com> Co-authored-by: Jules Casteran <jcasteran@scaleway.com>
1 parent d628a49 commit dd3ef27

File tree

48 files changed

+1208
-770
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+1208
-770
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ To enable beta features, you can set `SCW_ENABLE_BETA=1` in your environment.
116116

117117
| Namespace | Description | Documentation |
118118
|----------------|-----------------------------------------|-----------------------------------------------------------------------------------------------------------------|
119-
| `account` | Account API | [CLI](./docs/commands/account.md) |
119+
| `account` | User related data | [CLI](./docs/commands/account.md) / [API](https://developers.scaleway.com/en/products/account/api/v2/) |
120120
| `applesilicon` | Apple silicon API | [CLI](./docs/commands/apple-silicon.md) / [API](https://developers.scaleway.com/en/products/apple-silicon/api/) |
121121
| `autocomplete` | Autocomplete related commands | [CLI](./docs/commands/autocomplete.md) |
122122
| `baremetal` | Baremetal API | [CLI](./docs/commands/baremetal.md) / [API](https://developers.scaleway.com/en/products/baremetal/api/) |

‎cmd/scw/testdata/test-all-usage-account-usage.golden

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
🎲🎲🎲 EXIT CODE: 0 🎲🎲🎲
22
🟥🟥🟥 STDERR️️ 🟥🟥🟥️
3-
Account API
3+
This API allows you to manage projects.
44

55
USAGE:
66
scw account <command>
77

88
AVAILABLE COMMANDS:
99
project Project management commands
10-
ssh-key SSH keys management commands
1110

1211
FLAGS:
1312
-h, --help help for account

0 commit comments

Comments
 (0)
Please sign in to comment.