Skip to content

Commit de64cdf

Browse files
authored
update description and generate docs (#267)
1 parent 9a2670d commit de64cdf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/stackit_postgresflex_instance_clone.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ stackit postgresflex instance clone INSTANCE_ID [flags]
2727

2828
```
2929
-h, --help Help for "stackit postgresflex instance clone"
30-
--recovery-timestamp string Recovery timestamp for the instance, in a date-time with the RFC3339 layout format, e.g. 2024-01-01T00:00:00Z
30+
--recovery-timestamp string Recovery timestamp for the instance, in a date-time with the layout format YYYY-MM-DDTHH:mm:ss±HH:mm, e.g. 2006-01-02T15:04:05-07:00
3131
--storage-class string Storage class. If not specified, storage class from the existing instance will be used.
3232
--storage-size int Storage size (in GB). If not specified, storage size from the existing instance will be used.
3333
```

internal/cmd/postgresflex/instance/clone/clone.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ func NewCmd(p *print.Printer) *cobra.Command {
115115
}
116116

117117
func configureFlags(cmd *cobra.Command) {
118-
cmd.Flags().String(recoveryTimestampFlag, "", "Recovery timestamp for the instance, in a date-time with the RFC3339 layout format, e.g. 2024-01-01T00:00:00Z")
118+
cmd.Flags().String(recoveryTimestampFlag, "", "Recovery timestamp for the instance, in a date-time with the layout format YYYY-MM-DDTHH:mm:ss±HH:mm, e.g. 2006-01-02T15:04:05-07:00")
119119
cmd.Flags().String(storageClassFlag, "", "Storage class. If not specified, storage class from the existing instance will be used.")
120120
cmd.Flags().Int64(storageSizeFlag, 0, "Storage size (in GB). If not specified, storage size from the existing instance will be used.")
121121

0 commit comments

Comments
 (0)