We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--tier
1 parent c5ff2ec commit e7dd058Copy full SHA for e7dd058
1 file changed
internal/commands/storage/create.go
@@ -22,8 +22,9 @@ func CreateCommand() commands.Command {
22
BaseCommand: commands.New(
23
"create",
24
"Create a storage",
25
- `upctl storage create --zone pl-waw1 --title "My Storage"`,
26
- "upctl storage create --zone pl-waw1 --title my_storage --size 20 --backup-interval wed --backup-retention 4",
+ `upctl storage create --zone pl-waw1 --title "Default Size"`,
+ "upctl storage create --zone pl-waw1 --title with_backups --size 20 --backup-interval wed --backup-retention 4",
27
+ "upctl storage create --zone pl-waw1 --title standard-tier --size 3 --tier standard",
28
),
29
}
30
0 commit comments