Commit 361128b
authored
feat(cloud): add available-versions command for Essentials databases (#485)
Adds the 'cloud fixed-database available-versions' command to get
available Redis upgrade versions for Essentials (fixed) databases.
The library method already existed, this adds the CLI command.
Closes #4661 parent 4343560 commit 361128b
File tree
2 files changed
+18
-0
lines changed- crates/redisctl/src
- cli
- commands/cloud
2 files changed
+18
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
650 | 650 | | |
651 | 651 | | |
652 | 652 | | |
| 653 | + | |
| 654 | + | |
| 655 | + | |
| 656 | + | |
| 657 | + | |
| 658 | + | |
653 | 659 | | |
654 | 660 | | |
655 | 661 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
400 | 400 | | |
401 | 401 | | |
402 | 402 | | |
| 403 | + | |
| 404 | + | |
| 405 | + | |
| 406 | + | |
| 407 | + | |
| 408 | + | |
| 409 | + | |
| 410 | + | |
| 411 | + | |
| 412 | + | |
| 413 | + | |
| 414 | + | |
403 | 415 | | |
404 | 416 | | |
0 commit comments