Skip to content

Commit

Permalink
docs(flexible_ip): document elastic metal (#3084)
Browse files Browse the repository at this point in the history
Co-authored-by: Rémy Léone <rleone@scaleway.com>
  • Loading branch information
scaleway-bot and remyleone committed Apr 24, 2023
1 parent b8ae72f commit 9683ddf
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
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

0 comments on commit 9683ddf

Please sign in to comment.