Skip to content

Commit 96ea5bf

Browse files
committed
feat: update generated APIs
1 parent c70811c commit 96ea5bf

File tree

116 files changed

+667
-650
lines changed

Some content is hidden

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

116 files changed

+667
-650
lines changed

cmd/scw/testdata/test-all-usage-cockpit-alert-disable-usage.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
🎲🎲🎲 EXIT CODE: 0 🎲🎲🎲
22
🟥🟥🟥 STDERR️️ 🟥🟥🟥️
3-
Disable managed alerts.
3+
Disable the sending of managed alerts for the specified Project's Cockpit.
44

55
USAGE:
66
scw cockpit alert disable [arg=value ...]

cmd/scw/testdata/test-all-usage-cockpit-alert-enable-usage.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
🎲🎲🎲 EXIT CODE: 0 🎲🎲🎲
22
🟥🟥🟥 STDERR️️ 🟥🟥🟥️
3-
Enable managed alerts.
3+
Enable the sending of managed alerts for the specified Project's Cockpit.
44

55
USAGE:
66
scw cockpit alert enable [arg=value ...]

cmd/scw/testdata/test-all-usage-cockpit-alert-test-usage.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
🎲🎲🎲 EXIT CODE: 0 🎲🎲🎲
22
🟥🟥🟥 STDERR️️ 🟥🟥🟥️
3-
Trigger a test alert to all receivers.
3+
Trigger a test alert to all of the Cockpit's receivers.
44

55
USAGE:
66
scw cockpit alert test [arg=value ...]

cmd/scw/testdata/test-all-usage-cockpit-cockpit-activate-usage.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
🎲🎲🎲 EXIT CODE: 0 🎲🎲🎲
22
🟥🟥🟥 STDERR️️ 🟥🟥🟥️
3-
Activate a cockpit associated with the given project ID.
3+
Activate the Cockpit of the specified Project ID.
44

55
USAGE:
66
scw cockpit cockpit activate [arg=value ...]

cmd/scw/testdata/test-all-usage-cockpit-cockpit-deactivate-usage.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
🎲🎲🎲 EXIT CODE: 0 🎲🎲🎲
22
🟥🟥🟥 STDERR️️ 🟥🟥🟥️
3-
Deactivate a cockpit associated with the given project ID.
3+
Deactivate the Cockpit of the specified Project ID.
44

55
USAGE:
66
scw cockpit cockpit deactivate [arg=value ...]

cmd/scw/testdata/test-all-usage-cockpit-cockpit-get-metrics-usage.golden

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
🎲🎲🎲 EXIT CODE: 0 🎲🎲🎲
22
🟥🟥🟥 STDERR️️ 🟥🟥🟥️
3-
Get the cockpit metrics with the given project ID.
3+
Get metrics from your Cockpit with the specified Project ID.
44

55
USAGE:
66
scw cockpit cockpit get-metrics [arg=value ...]
77

88
ARGS:
99
[project-id] Project ID to use. If none is passed the default project ID will be used
10-
[start-date] Start date
11-
[end-date] End date
12-
[metric-name] Metric name
10+
[start-date] Desired time range's start date for the metrics
11+
[end-date] Desired time range's end date for the metrics
12+
[metric-name] Name of the metric requested
1313

1414
FLAGS:
1515
-h, --help help for get-metrics

cmd/scw/testdata/test-all-usage-cockpit-cockpit-get-usage.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
🎲🎲🎲 EXIT CODE: 0 🎲🎲🎲
22
🟥🟥🟥 STDERR️️ 🟥🟥🟥️
3-
Get the cockpit associated with the given project ID.
3+
Retrieve the Cockpit of the specified Project ID.
44

55
USAGE:
66
scw cockpit cockpit get [arg=value ...]

cmd/scw/testdata/test-all-usage-cockpit-cockpit-reset-grafana-usage.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
🎲🎲🎲 EXIT CODE: 0 🎲🎲🎲
22
🟥🟥🟥 STDERR️️ 🟥🟥🟥️
3-
Reset the Grafana of your cockpit associated with the given project ID.
3+
Reset your Cockpit's Grafana associated with the specified Project ID.
44

55
USAGE:
66
scw cockpit cockpit reset-grafana [arg=value ...]

cmd/scw/testdata/test-all-usage-cockpit-cockpit-usage.golden

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ USAGE:
66
scw cockpit cockpit <command>
77

88
AVAILABLE COMMANDS:
9-
activate Activate a cockpit
10-
deactivate Deactivate a cockpit
11-
get Get cockpit
12-
get-metrics Get cockpit metrics
13-
reset-grafana Reset Grafana
9+
activate Activate a Cockpit
10+
deactivate Deactivate a Cockpit
11+
get Get a Cockpit
12+
get-metrics Get Cockpit metrics
13+
reset-grafana Reset a Grafana
1414

1515
WORKFLOW COMMANDS:
1616
wait Wait for a cockpit to reach a stable state (installation)

cmd/scw/testdata/test-all-usage-cockpit-contact-create-usage.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
🎲🎲🎲 EXIT CODE: 0 🎲🎲🎲
22
🟥🟥🟥 STDERR️️ 🟥🟥🟥️
3-
Create an alert contact point for the default receiver.
3+
Create a contact point to receive alerts for the default receiver.
44

55
USAGE:
66
scw cockpit contact create [arg=value ...]

0 commit comments

Comments
 (0)