Skip to content

Commit a7073d0

Browse files
authored
docs(config): improve config profile description (#3585)
1 parent d8dc606 commit a7073d0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

cmd/scw/testdata/test-all-usage-config-profile-usage.golden

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
🎲🎲🎲 EXIT CODE: 0 🎲🎲🎲
22
🟥🟥🟥 STDERR️️ 🟥🟥🟥️
3-
Allows the deletion of a profile from the config file
3+
Allows the activation and deletion of a profile from the config file
44

55
USAGE:
66
scw config profile <command>

docs/commands/config.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Read more about the config management engine at https://github.com/scaleway/scal
3131
- [Get a value from the config file](#get-a-value-from-the-config-file)
3232
- [Import configurations from another file](#import-configurations-from-another-file)
3333
- [Get config values from the config file for the current profile](#get-config-values-from-the-config-file-for-the-current-profile)
34-
- [Allows the deletion of a profile from the config file](#allows-the-deletion-of-a-profile-from-the-config-file)
34+
- [Allows the activation and deletion of a profile from the config file](#allows-the-activation-and-deletion-of-a-profile-from-the-config-file)
3535
- [Mark a profile as active in the config file](#mark-a-profile-as-active-in-the-config-file)
3636
- [Delete a profile from the config file](#delete-a-profile-from-the-config-file)
3737
- [Reset the config](#reset-the-config)
@@ -154,7 +154,7 @@ scw -p prod config info
154154

155155

156156

157-
## Allows the deletion of a profile from the config file
157+
## Allows the activation and deletion of a profile from the config file
158158

159159

160160

internal/namespaces/config/commands.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ func configDumpCommand() *core.Command {
394394
func configProfileCommand() *core.Command {
395395
return &core.Command{
396396
Groups: []string{"config"},
397-
Short: `Allows the deletion of a profile from the config file`,
397+
Short: `Allows the activation and deletion of a profile from the config file`,
398398
Namespace: "config",
399399
Resource: "profile",
400400
AllowAnonymousClient: true,

0 commit comments

Comments
 (0)