-
Notifications
You must be signed in to change notification settings - Fork 152
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5af2272
commit 135b476
Showing
5 changed files
with
103 additions
and
1 deletion.
There are no files selected for viewing
16 changes: 16 additions & 0 deletions
16
cmd/scw/testdata/test-all-usage-baremetal-os-get-usage.stderr.golden
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
Return specific OS for the given ID. | ||
|
||
USAGE: | ||
scw baremetal os get [arg=value ...] | ||
|
||
ARGS: | ||
os-id ID of the researched OS | ||
[zone] Zone to target. If none is passed will use default zone from the config (fr-par-2) | ||
|
||
FLAGS: | ||
-h, --help help for get | ||
|
||
GLOBAL FLAGS: | ||
-D, --debug Enable debug mode | ||
-o, --output string Output format: json or human | ||
-p, --profile string The config profile to use |
15 changes: 15 additions & 0 deletions
15
cmd/scw/testdata/test-all-usage-baremetal-os-list-usage.stderr.golden
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
List all available OS that can be install on a baremetal server. | ||
|
||
USAGE: | ||
scw baremetal os list [arg=value ...] | ||
|
||
ARGS: | ||
[zone] Zone to target. If none is passed will use default zone from the config (fr-par-2) | ||
|
||
FLAGS: | ||
-h, --help help for list | ||
|
||
GLOBAL FLAGS: | ||
-D, --debug Enable debug mode | ||
-o, --output string Output format: json or human | ||
-p, --profile string The config profile to use |
16 changes: 16 additions & 0 deletions
16
cmd/scw/testdata/test-all-usage-baremetal-os-usage.stderr.golden
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,18 @@ | ||
An Operating System (OS) is the underlying software installed on your server. | ||
|
||
USAGE: | ||
scw baremetal os <command> | ||
|
||
AVAILABLE COMMANDS: | ||
list List OS | ||
get Get OS | ||
|
||
FLAGS: | ||
-h, --help help for os | ||
|
||
GLOBAL FLAGS: | ||
-D, --debug Enable debug mode | ||
-o, --output string Output format: json or human | ||
-p, --profile string The config profile to use | ||
|
||
Use "scw baremetal os [command] --help" for more information about a command. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters