Skip to content

Commit 3c5ab42

Browse files
authored
feat(account): fix raw example that belong in the cli block (#872)
1 parent f48ca11 commit 3c5ab42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/namespaces/account/v2alpha1/account_cli.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,8 @@ func accountSSHKeyAdd() *core.Command {
145145
},
146146
Examples: []*core.Example{
147147
{
148-
Short: "Add a given ssh key",
149-
Request: `null`,
148+
Short: "Add a given ssh key",
149+
Raw: `scw account ssh-key add name=foobar public_key="$(cat <path/to/your/public/key>)"`,
150150
},
151151
},
152152
SeeAlsos: []*core.SeeAlso{

0 commit comments

Comments
 (0)