Skip to content

Commit e5fc7d4

Browse files
docs(containers): serverless containers (#3077)
Co-authored-by: Rémy Léone <[email protected]>
1 parent cab93f5 commit e5fc7d4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

cmd/scw/testdata/test-all-usage-container-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-
Containers API.
3+
Serverless Containers API.
44

55
USAGE:
66
scw container <command>

docs/commands/container.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 container`
3-
Containers API.
3+
Serverless Containers API.
44

55
- [Container management commands](#container-management-commands)
66
- [Create a new container](#create-a-new-container)

internal/namespaces/container/v1beta1/container_cli.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ func GetGeneratedCommands() *core.Commands {
5555
func containerRoot() *core.Command {
5656
return &core.Command{
5757
Short: `Container as a Service API`,
58-
Long: `Containers API.`,
58+
Long: `Serverless Containers API.`,
5959
Namespace: "container",
6060
}
6161
}

0 commit comments

Comments
 (0)