Skip to content

Commit 9683ddf

Browse files
docs(flexible_ip): document elastic metal (#3084)
Co-authored-by: Rémy Léone <[email protected]>
1 parent b8ae72f commit 9683ddf

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

cmd/scw/testdata/test-all-usage-fip-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-
Flexible IP API.
3+
Elastic Metal - Flexible IP API.
44

55
USAGE:
66
scw fip <command>

cmd/scw/testdata/test-main-usage-usage.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ AVAILABLE COMMANDS:
1111
cockpit Cockpit API
1212
container Container as a Service API
1313
dns Domains and DNS API
14-
fip Flexible IP API
14+
fip Elastic Metal - Flexible IP API
1515
function Function as a Service API
1616
help Get help about how the CLI works
1717
iam IAM API

docs/commands/fip.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!-- DO NOT EDIT: this file is automatically generated using scw-doc-gen -->
22
# Documentation for `scw fip`
3-
Flexible IP API.
3+
Elastic Metal - Flexible IP API.
44

55
- [Flexible IP management commands](#flexible-ip-management-commands)
66
- [Attach an existing flexible IP to a server](#attach-an-existing-flexible-ip-to-a-server)

internal/namespaces/flexibleip/v1alpha1/flexibleip_cli.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ func GetGeneratedCommands() *core.Commands {
3737
}
3838
func fipRoot() *core.Command {
3939
return &core.Command{
40-
Short: `Flexible IP API`,
41-
Long: `Flexible IP API.`,
40+
Short: `Elastic Metal - Flexible IP API`,
41+
Long: `Elastic Metal - Flexible IP API.`,
4242
Namespace: "fip",
4343
}
4444
}

0 commit comments

Comments
 (0)