Skip to content

Commit e7dd058

Browse files
authored
chore(storage): add example with --tier parameter (#323)
1 parent c5ff2ec commit e7dd058

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

internal/commands/storage/create.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,9 @@ func CreateCommand() commands.Command {
2222
BaseCommand: commands.New(
2323
"create",
2424
"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",
25+
`upctl storage create --zone pl-waw1 --title "Default Size"`,
26+
"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",
2728
),
2829
}
2930
}

0 commit comments

Comments
 (0)