File tree 3 files changed +4
-4
lines changed
internal/namespaces/config
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
🎲🎲🎲 EXIT CODE: 0 🎲🎲🎲
2
2
🟥🟥🟥 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
4
4
5
5
USAGE:
6
6
scw config profile <command>
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ Read more about the config management engine at https://github.com/scaleway/scal
31
31
- [ Get a value from the config file] ( #get-a-value-from-the-config-file )
32
32
- [ Import configurations from another file] ( #import-configurations-from-another-file )
33
33
- [ 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 )
35
35
- [ Mark a profile as active in the config file] ( #mark-a-profile-as-active-in-the-config-file )
36
36
- [ Delete a profile from the config file] ( #delete-a-profile-from-the-config-file )
37
37
- [ Reset the config] ( #reset-the-config )
@@ -154,7 +154,7 @@ scw -p prod config info
154
154
155
155
156
156
157
- ## Allows the deletion of a profile from the config file
157
+ ## Allows the activation and deletion of a profile from the config file
158
158
159
159
160
160
Original file line number Diff line number Diff line change @@ -394,7 +394,7 @@ func configDumpCommand() *core.Command {
394
394
func configProfileCommand () * core.Command {
395
395
return & core.Command {
396
396
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` ,
398
398
Namespace : "config" ,
399
399
Resource : "profile" ,
400
400
AllowAnonymousClient : true ,
You can’t perform that action at this time.
0 commit comments