Skip to content

Commit 80d1596

Browse files
Codelaxremyleone
andauthored
feat(instance): add web urls (#2979)
Co-authored-by: Rémy Léone <[email protected]>
1 parent 3413d70 commit 80d1596

File tree

99 files changed

+130
-0
lines changed

Some content is hidden

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

99 files changed

+130
-0
lines changed

cmd/scw/testdata/test-all-usage-instance-image-create-usage.golden

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,4 @@ GLOBAL FLAGS:
3636
-D, --debug Enable debug mode
3737
-o, --output string Output format: json or human, see 'scw help output' for more info (default "human")
3838
-p, --profile string The config profile to use
39+
--web open console page for the current ressource

cmd/scw/testdata/test-all-usage-instance-image-delete-usage.golden

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,4 @@ GLOBAL FLAGS:
2525
-D, --debug Enable debug mode
2626
-o, --output string Output format: json or human, see 'scw help output' for more info (default "human")
2727
-p, --profile string The config profile to use
28+
--web open console page for the current ressource

cmd/scw/testdata/test-all-usage-instance-image-get-usage.golden

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,4 @@ GLOBAL FLAGS:
2424
-D, --debug Enable debug mode
2525
-o, --output string Output format: json or human, see 'scw help output' for more info (default "human")
2626
-p, --profile string The config profile to use
27+
--web open console page for the current ressource

cmd/scw/testdata/test-all-usage-instance-image-list-usage.golden

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ GLOBAL FLAGS:
2626
-D, --debug Enable debug mode
2727
-o, --output string Output format: json or human, see 'scw help output' for more info (default "human")
2828
-p, --profile string The config profile to use
29+
--web open console page for the current ressource
2930

3031
SEE ALSO:
3132
# List marketplace images

cmd/scw/testdata/test-all-usage-instance-image-update-usage.golden

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,4 @@ GLOBAL FLAGS:
2222
-D, --debug Enable debug mode
2323
-o, --output string Output format: json or human, see 'scw help output' for more info (default "human")
2424
-p, --profile string The config profile to use
25+
--web open console page for the current ressource

cmd/scw/testdata/test-all-usage-instance-image-usage.golden

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ WORKFLOW COMMANDS:
1919

2020
FLAGS:
2121
-h, --help help for image
22+
--web open console page for the current ressource
2223

2324
GLOBAL FLAGS:
2425
-c, --config string The path to the config file

cmd/scw/testdata/test-all-usage-instance-image-wait-usage.golden

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,4 @@ GLOBAL FLAGS:
2222
-D, --debug Enable debug mode
2323
-o, --output string Output format: json or human, see 'scw help output' for more info (default "human")
2424
-p, --profile string The config profile to use
25+
--web open console page for the current ressource

cmd/scw/testdata/test-all-usage-instance-ip-attach-usage.golden

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,4 @@ GLOBAL FLAGS:
2222
-D, --debug Enable debug mode
2323
-o, --output string Output format: json or human, see 'scw help output' for more info (default "human")
2424
-p, --profile string The config profile to use
25+
--web open console page for the current ressource

cmd/scw/testdata/test-all-usage-instance-ip-create-usage.golden

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,4 @@ GLOBAL FLAGS:
3131
-D, --debug Enable debug mode
3232
-o, --output string Output format: json or human, see 'scw help output' for more info (default "human")
3333
-p, --profile string The config profile to use
34+
--web open console page for the current ressource

cmd/scw/testdata/test-all-usage-instance-ip-delete-usage.golden

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,4 @@ GLOBAL FLAGS:
2727
-D, --debug Enable debug mode
2828
-o, --output string Output format: json or human, see 'scw help output' for more info (default "human")
2929
-p, --profile string The config profile to use
30+
--web open console page for the current ressource

0 commit comments

Comments
 (0)