Skip to content

Commit 4641b1d

Browse files
authored
Merge pull request #167 from ovh/dev/lpatte/managed-database-mvp
Database + analytics base resources
2 parents 077d44d + bb69425 commit 4641b1d

277 files changed

Lines changed: 8043 additions & 972 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_account_api_oauth2_client_list.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ovhcloud account api oauth2 client 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_account_ssh-key_list.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ovhcloud account ssh-key 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_alldom_list.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ovhcloud alldom 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_baremetal_boot_list.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ovhcloud baremetal boot 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"'

doc/ovhcloud_baremetal_list-compatible-os.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ovhcloud baremetal list-compatible-os <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_baremetal_list-interventions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ovhcloud baremetal list-interventions <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_baremetal_list-ips.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ovhcloud baremetal list-ips <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_baremetal_list-secrets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ovhcloud baremetal list-secrets <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_baremetal_list-tasks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ovhcloud baremetal list-tasks <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_baremetal_list.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ovhcloud baremetal 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"'

0 commit comments

Comments
 (0)