Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cmd/scw/testdata/test-all-usage-fip-usage.golden
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
🎲🎲🎲 EXIT CODE: 0 🎲🎲🎲
🟥🟥🟥 STDERR️️ 🟥🟥🟥️
Flexible IP API.
Elastic Metal - Flexible IP API.

USAGE:
scw fip <command>
Expand Down
2 changes: 1 addition & 1 deletion cmd/scw/testdata/test-main-usage-usage.golden
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ AVAILABLE COMMANDS:
cockpit Cockpit API
container Container as a Service API
dns Domains and DNS API
fip Flexible IP API
fip Elastic Metal - Flexible IP API
function Function as a Service API
help Get help about how the CLI works
iam IAM API
Expand Down
2 changes: 1 addition & 1 deletion docs/commands/fip.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!-- DO NOT EDIT: this file is automatically generated using scw-doc-gen -->
# Documentation for `scw fip`
Flexible IP API.
Elastic Metal - Flexible IP API.

- [Flexible IP management commands](#flexible-ip-management-commands)
- [Attach an existing flexible IP to a server](#attach-an-existing-flexible-ip-to-a-server)
Expand Down
4 changes: 2 additions & 2 deletions internal/namespaces/flexibleip/v1alpha1/flexibleip_cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ func GetGeneratedCommands() *core.Commands {
}
func fipRoot() *core.Command {
return &core.Command{
Short: `Flexible IP API`,
Long: `Flexible IP API.`,
Short: `Elastic Metal - Flexible IP API`,
Long: `Elastic Metal - Flexible IP API.`,
Namespace: "fip",
}
}
Expand Down