Skip to content

Commit bb69425

Browse files
committed
make doc after pulling new doc from merge main
Signed-off-by: Ludwig Patte <ludwig.patte@ovhcloud.com>
1 parent fd8fe7f commit bb69425

44 files changed

Lines changed: 52 additions & 51 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

doc/ovhcloud_cloud_floating-ip_list.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ovhcloud cloud floating-ip list [flags]
1111
```
1212
--filter stringArray Filter results by any property using https://github.com/PaesslerAG/gval syntax
1313
Examples:
14-
--filter 'state="running"'
14+
--filter 'state=="running"'
1515
--filter 'name=~"^my.*"'
1616
--filter 'nested.property.subproperty>10'
1717
--filter 'startDate>="2023-12-01"'

doc/ovhcloud_cloud_instance_autobackup_list.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ovhcloud cloud instance autobackup list <instance_id> [flags]
1111
```
1212
--filter stringArray Filter results by any property using https://github.com/PaesslerAG/gval syntax
1313
Examples:
14-
--filter 'state="running"'
14+
--filter 'state=="running"'
1515
--filter 'name=~"^my.*"'
1616
--filter 'nested.property.subproperty>10'
1717
--filter 'startDate>="2023-12-01"'

doc/ovhcloud_cloud_instance_group_list.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ovhcloud cloud instance group list [flags]
1111
```
1212
--filter stringArray Filter results by any property using https://github.com/PaesslerAG/gval syntax
1313
Examples:
14-
--filter 'state="running"'
14+
--filter 'state=="running"'
1515
--filter 'name=~"^my.*"'
1616
--filter 'nested.property.subproperty>10'
1717
--filter 'startDate>="2023-12-01"'

doc/ovhcloud_cloud_loadbalancer_listener_list.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,15 @@ ovhcloud cloud loadbalancer listener list [flags]
99
### Options
1010

1111
```
12-
--filter stringArray Filter results by any property using https://github.com/PaesslerAG/gval syntax
13-
Examples:
14-
--filter 'state=="running"'
15-
--filter 'name=~"^my.*"'
16-
--filter 'nested.property.subproperty>10'
17-
--filter 'startDate>="2023-12-01"'
18-
--filter 'name=~"something" && nbField>10'
19-
-h, --help help for list
12+
--filter stringArray Filter results by any property using https://github.com/PaesslerAG/gval syntax
13+
Examples:
14+
--filter 'state=="running"'
15+
--filter 'name=~"^my.*"'
16+
--filter 'nested.property.subproperty>10'
17+
--filter 'startDate>="2023-12-01"'
18+
--filter 'name=~"something" && nbField>10'
19+
-h, --help help for list
20+
--loadbalancer-id string Filter listeners by loadbalancer ID
2021
```
2122

2223
### Options inherited from parent commands

doc/ovhcloud_cloud_storage-file_share_acl_list.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ovhcloud cloud storage-file share acl list <share_id> [flags]
1111
```
1212
--filter stringArray Filter results by any property using https://github.com/PaesslerAG/gval syntax
1313
Examples:
14-
--filter 'state="running"'
14+
--filter 'state=="running"'
1515
--filter 'name=~"^my.*"'
1616
--filter 'nested.property.subproperty>10'
1717
--filter 'startDate>="2023-12-01"'

doc/ovhcloud_cloud_storage-file_share_list.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ovhcloud cloud storage-file share list [flags]
1111
```
1212
--filter stringArray Filter results by any property using https://github.com/PaesslerAG/gval syntax
1313
Examples:
14-
--filter 'state="running"'
14+
--filter 'state=="running"'
1515
--filter 'name=~"^my.*"'
1616
--filter 'nested.property.subproperty>10'
1717
--filter 'startDate>="2023-12-01"'

doc/ovhcloud_cloud_storage-file_share_snapshot_list.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ovhcloud cloud storage-file share snapshot list <share_id> [flags]
1111
```
1212
--filter stringArray Filter results by any property using https://github.com/PaesslerAG/gval syntax
1313
Examples:
14-
--filter 'state="running"'
14+
--filter 'state=="running"'
1515
--filter 'name=~"^my.*"'
1616
--filter 'nested.property.subproperty>10'
1717
--filter 'startDate>="2023-12-01"'

doc/ovhcloud_webhosting_boost-history.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ovhcloud webhosting boost-history <service_name> [flags]
1111
```
1212
--filter stringArray Filter results by any property using https://github.com/PaesslerAG/gval syntax
1313
Examples:
14-
--filter 'state="running"'
14+
--filter 'state=="running"'
1515
--filter 'name=~"^my.*"'
1616
--filter 'nested.property.subproperty>10'
1717
--filter 'startDate>="2023-12-01"'

doc/ovhcloud_webhosting_cdn_available-options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ovhcloud webhosting cdn available-options <service_name> [flags]
1111
```
1212
--filter stringArray Filter results by any property using https://github.com/PaesslerAG/gval syntax
1313
Examples:
14-
--filter 'state="running"'
14+
--filter 'state=="running"'
1515
--filter 'name=~"^my.*"'
1616
--filter 'nested.property.subproperty>10'
1717
--filter 'startDate>="2023-12-01"'

doc/ovhcloud_webhosting_cdn_domain_list.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ovhcloud webhosting cdn domain list <service_name> [flags]
1111
```
1212
--filter stringArray Filter results by any property using https://github.com/PaesslerAG/gval syntax
1313
Examples:
14-
--filter 'state="running"'
14+
--filter 'state=="running"'
1515
--filter 'name=~"^my.*"'
1616
--filter 'nested.property.subproperty>10'
1717
--filter 'startDate>="2023-12-01"'

0 commit comments

Comments
 (0)