Skip to content

Commit

Permalink
chore(storage): add example with --tier parameter (#323)
Browse files Browse the repository at this point in the history
  • Loading branch information
kangasta authored Jul 17, 2024
1 parent c5ff2ec commit e7dd058
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions internal/commands/storage/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ func CreateCommand() commands.Command {
BaseCommand: commands.New(
"create",
"Create a storage",
`upctl storage create --zone pl-waw1 --title "My Storage"`,
"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",
"upctl storage create --zone pl-waw1 --title standard-tier --size 3 --tier standard",
),
}
}
Expand Down

0 comments on commit e7dd058

Please sign in to comment.