Skip to content

Commit

Permalink
docs(containers): serverless containers (#3077)
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 cab93f5 commit e5fc7d4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cmd/scw/testdata/test-all-usage-container-usage.golden
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
🎲🎲🎲 EXIT CODE: 0 🎲🎲🎲
🟥🟥🟥 STDERR️️ 🟥🟥🟥️
Containers API.
Serverless Containers API.

USAGE:
scw container <command>
Expand Down
2 changes: 1 addition & 1 deletion docs/commands/container.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 container`
Containers API.
Serverless Containers API.

- [Container management commands](#container-management-commands)
- [Create a new container](#create-a-new-container)
Expand Down
2 changes: 1 addition & 1 deletion internal/namespaces/container/v1beta1/container_cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ func GetGeneratedCommands() *core.Commands {
func containerRoot() *core.Command {
return &core.Command{
Short: `Container as a Service API`,
Long: `Containers API.`,
Long: `Serverless Containers API.`,
Namespace: "container",
}
}
Expand Down

0 comments on commit e5fc7d4

Please sign in to comment.