diff --git a/docs/tcloud/api/_index.md b/docs/tcloud/api/_index.md index 2affb9b..d204425 100644 --- a/docs/tcloud/api/_index.md +++ b/docs/tcloud/api/_index.md @@ -31,6 +31,7 @@ Make raw HTTP requests to the Thalassa Cloud API. -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/api/raw/_index.md b/docs/tcloud/api/raw/_index.md index b393977..aedfa04 100644 --- a/docs/tcloud/api/raw/_index.md +++ b/docs/tcloud/api/raw/_index.md @@ -54,6 +54,7 @@ tcloud api raw PATH [flags] -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/audit/_index.md b/docs/tcloud/audit/_index.md index cd61f06..58c85da 100644 --- a/docs/tcloud/audit/_index.md +++ b/docs/tcloud/audit/_index.md @@ -31,6 +31,7 @@ Audit commands to manage and export organisation audit logs for compliance -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/audit/export/_index.md b/docs/tcloud/audit/export/_index.md index be540a5..97bded3 100644 --- a/docs/tcloud/audit/export/_index.md +++ b/docs/tcloud/audit/export/_index.md @@ -73,6 +73,7 @@ tcloud audit export [flags] -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/compute/_index.md b/docs/tcloud/compute/_index.md index 6990c8a..202ea92 100644 --- a/docs/tcloud/compute/_index.md +++ b/docs/tcloud/compute/_index.md @@ -31,6 +31,7 @@ Manage compute resources in the Thalassa Cloud Platform -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/compute/machine-images/_index.md b/docs/tcloud/compute/machine-images/_index.md index 55c6dbe..edaf294 100644 --- a/docs/tcloud/compute/machine-images/_index.md +++ b/docs/tcloud/compute/machine-images/_index.md @@ -45,6 +45,7 @@ thalassa compute machine-images -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/compute/machine-types/_index.md b/docs/tcloud/compute/machine-types/_index.md index 6d0a37c..380ad6f 100644 --- a/docs/tcloud/compute/machine-types/_index.md +++ b/docs/tcloud/compute/machine-types/_index.md @@ -45,6 +45,7 @@ thalassa compute machine-types -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/compute/machines/_index.md b/docs/tcloud/compute/machines/_index.md index bbea8ec..b42edab 100644 --- a/docs/tcloud/compute/machines/_index.md +++ b/docs/tcloud/compute/machines/_index.md @@ -31,6 +31,7 @@ Manage virtual machine instances in the Thalassa Cloud Platform -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/compute/machines_delete/_index.md b/docs/tcloud/compute/machines_delete/_index.md index 28b270b..29138af 100644 --- a/docs/tcloud/compute/machines_delete/_index.md +++ b/docs/tcloud/compute/machines_delete/_index.md @@ -46,6 +46,7 @@ tcloud compute machines delete --selector environment=test --force -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/compute/machines_list/_index.md b/docs/tcloud/compute/machines_list/_index.md index b62ded3..054dae5 100644 --- a/docs/tcloud/compute/machines_list/_index.md +++ b/docs/tcloud/compute/machines_list/_index.md @@ -39,6 +39,7 @@ tcloud compute machines list [flags] -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/compute/machines_start/_index.md b/docs/tcloud/compute/machines_start/_index.md index 9205a98..768cb36 100644 --- a/docs/tcloud/compute/machines_start/_index.md +++ b/docs/tcloud/compute/machines_start/_index.md @@ -36,6 +36,7 @@ tcloud compute machines start [flags] -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/compute/machines_stop/_index.md b/docs/tcloud/compute/machines_stop/_index.md index a2e7a45..20af47a 100644 --- a/docs/tcloud/compute/machines_stop/_index.md +++ b/docs/tcloud/compute/machines_stop/_index.md @@ -36,6 +36,7 @@ tcloud compute machines stop [flags] -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/context/_index.md b/docs/tcloud/context/_index.md index 00b211d..0cdc6c4 100644 --- a/docs/tcloud/context/_index.md +++ b/docs/tcloud/context/_index.md @@ -3,7 +3,7 @@ linkTitle: "tcloud context" title: "context" slug: tcloud_context url: /docs/tcloud/tcloud_context/ -weight: 9977 +weight: 9975 cascade: type: docs --- @@ -13,7 +13,7 @@ Manage context ### Synopsis -Manage context for the CLI. Contexts are used to manage multiple organisations and APIs. +Manage context for the CLI. Contexts are used to manage multiple organisations, projects, and APIs. ### Options @@ -31,6 +31,7 @@ Manage context for the CLI. Contexts are used to manage multiple organisations a -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` @@ -42,9 +43,11 @@ Manage context for the CLI. Contexts are used to manage multiple organisations a * [tcloud context delete](/docs/tcloud/context/delete/) - Delete a context * [tcloud context delete-server](/docs/tcloud/context/delete-server/) - Delete a server * [tcloud context delete-user](/docs/tcloud/context/delete-user/) - Delete a user +* [tcloud context fix](/docs/tcloud/context/fix/) - Fix config file security issues * [tcloud context list](/docs/tcloud/context/list/) - List the contexts * [tcloud context login](/docs/tcloud/context/login/) - Login to Thalassa Cloud * [tcloud context organisation](/docs/tcloud/context/organisation/) - Set the organisation in the current-context +* [tcloud context project](/docs/tcloud/context/project/) - Set the project in the current context * [tcloud context use](/docs/tcloud/context/use/) - Set the current context * [tcloud context view](/docs/tcloud/context/view/) - Shows current context diff --git a/docs/tcloud/context/create/_index.md b/docs/tcloud/context/create/_index.md index 255a11f..36e4d2b 100644 --- a/docs/tcloud/context/create/_index.md +++ b/docs/tcloud/context/create/_index.md @@ -18,6 +18,7 @@ tcloud context create [flags] ### Options ``` + --browser log in through the browser using OIDC (default when no other credentials are provided) --create-context creates a context (default true) -h, --help help for create --name string name of the context (default "default") @@ -33,6 +34,7 @@ tcloud context create [flags] -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/context/current/_index.md b/docs/tcloud/context/current/_index.md index c4fdb61..1dc91f5 100644 --- a/docs/tcloud/context/current/_index.md +++ b/docs/tcloud/context/current/_index.md @@ -41,6 +41,7 @@ tcloud context current -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/context/delete-server/_index.md b/docs/tcloud/context/delete-server/_index.md index cb8a520..b76105e 100644 --- a/docs/tcloud/context/delete-server/_index.md +++ b/docs/tcloud/context/delete-server/_index.md @@ -41,6 +41,7 @@ tcloud context delete-server -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/context/delete-user/_index.md b/docs/tcloud/context/delete-user/_index.md index 4800cea..6d5f407 100644 --- a/docs/tcloud/context/delete-user/_index.md +++ b/docs/tcloud/context/delete-user/_index.md @@ -41,6 +41,7 @@ tcloud context delete-user -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/context/delete/_index.md b/docs/tcloud/context/delete/_index.md index 283a9e1..58a0a98 100644 --- a/docs/tcloud/context/delete/_index.md +++ b/docs/tcloud/context/delete/_index.md @@ -41,6 +41,7 @@ tcloud context delete -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/context/fix/_index.md b/docs/tcloud/context/fix/_index.md new file mode 100644 index 0000000..42c7fb7 --- /dev/null +++ b/docs/tcloud/context/fix/_index.md @@ -0,0 +1,51 @@ +--- +linkTitle: "tcloud context fix" +title: "context fix" +slug: tcloud_context_fix +url: /docs/tcloud/context/fix/ +weight: 9982 +cascade: + type: docs +--- +## tcloud context fix + +Fix config file security issues + +### Synopsis + +Fix security issues in the CLI config file, such as overly permissive file permissions. + +``` +tcloud context fix [flags] +``` + +### Examples + +``` + tcloud context fix +``` + +### Options + +``` + -h, --help help for fix +``` + +### Options inherited from parent commands + +``` + --access-token string Access Token authentication (overrides context) + --api string API endpoint (overrides context) + --client-id string OIDC client ID for OIDC authentication (overrides context) + --client-secret string OIDC client secret for OIDC authentication (overrides context) + -c, --context string Context name + --debug Debug mode + -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) + --token string Personal access token (overrides context) +``` + +### SEE ALSO + +* [tcloud context](/docs/tcloud/tcloud_context/) - Manage context + diff --git a/docs/tcloud/context/list/_index.md b/docs/tcloud/context/list/_index.md index 1eeb665..2bf869e 100644 --- a/docs/tcloud/context/list/_index.md +++ b/docs/tcloud/context/list/_index.md @@ -3,7 +3,7 @@ linkTitle: "tcloud context list" title: "context list" slug: tcloud_context_list url: /docs/tcloud/context/list/ -weight: 9982 +weight: 9981 cascade: type: docs --- @@ -43,6 +43,7 @@ tcloud context list -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/context/login/_index.md b/docs/tcloud/context/login/_index.md index da922e9..e50d541 100644 --- a/docs/tcloud/context/login/_index.md +++ b/docs/tcloud/context/login/_index.md @@ -3,7 +3,7 @@ linkTitle: "tcloud context login" title: "context login" slug: tcloud_context_login url: /docs/tcloud/context/login/ -weight: 9981 +weight: 9980 cascade: type: docs --- @@ -13,7 +13,7 @@ Login to Thalassa Cloud ### Synopsis -Login to Thalassa Cloud using a personal access token, access token, or OIDC client id and secret, using the current context. Overrides the current context if --name is set. +Login to Thalassa Cloud using browser OIDC (default when no credentials are provided), a personal access token, access token, or OIDC client credentials for the current context. ``` tcloud context login [flags] @@ -22,6 +22,7 @@ tcloud context login [flags] ### Options ``` + --browser log in through the browser using OIDC (default when no other credentials are provided) -h, --help help for login --name string name of the context (default "default") ``` @@ -36,6 +37,7 @@ tcloud context login [flags] -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/context/organisation/_index.md b/docs/tcloud/context/organisation/_index.md index 765e814..2e77d1c 100644 --- a/docs/tcloud/context/organisation/_index.md +++ b/docs/tcloud/context/organisation/_index.md @@ -3,7 +3,7 @@ linkTitle: "tcloud context organisation" title: "context organisation" slug: tcloud_context_organisation url: /docs/tcloud/context/organisation/ -weight: 9980 +weight: 9979 cascade: type: docs --- @@ -41,6 +41,7 @@ tcloud context use-organisation -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/context/project/_index.md b/docs/tcloud/context/project/_index.md new file mode 100644 index 0000000..7eb0df4 --- /dev/null +++ b/docs/tcloud/context/project/_index.md @@ -0,0 +1,51 @@ +--- +linkTitle: "tcloud context project" +title: "context project" +slug: tcloud_context_project +url: /docs/tcloud/context/project/ +weight: 9978 +cascade: + type: docs +--- +## tcloud context project + +Set the project in the current context + +### Synopsis + +Set the project in the current context. Accepts a project identity or slug; the identity is stored in the context. Use "root" to clear the project and scope commands to the organisation root. + +``` +tcloud context project [flags] +``` + +### Examples + +``` +tcloud context project +``` + +### Options + +``` + -h, --help help for project +``` + +### Options inherited from parent commands + +``` + --access-token string Access Token authentication (overrides context) + --api string API endpoint (overrides context) + --client-id string OIDC client ID for OIDC authentication (overrides context) + --client-secret string OIDC client secret for OIDC authentication (overrides context) + -c, --context string Context name + --debug Debug mode + -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) + --token string Personal access token (overrides context) +``` + +### SEE ALSO + +* [tcloud context](/docs/tcloud/tcloud_context/) - Manage context + diff --git a/docs/tcloud/context/use/_index.md b/docs/tcloud/context/use/_index.md index b8e50af..b1608ca 100644 --- a/docs/tcloud/context/use/_index.md +++ b/docs/tcloud/context/use/_index.md @@ -3,7 +3,7 @@ linkTitle: "tcloud context use" title: "context use" slug: tcloud_context_use url: /docs/tcloud/context/use/ -weight: 9979 +weight: 9977 cascade: type: docs --- @@ -41,6 +41,7 @@ tcloud context use -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/context/view/_index.md b/docs/tcloud/context/view/_index.md index 0ce72ba..dedd0ad 100644 --- a/docs/tcloud/context/view/_index.md +++ b/docs/tcloud/context/view/_index.md @@ -3,7 +3,7 @@ linkTitle: "tcloud context view" title: "context view" slug: tcloud_context_view url: /docs/tcloud/context/view/ -weight: 9978 +weight: 9976 cascade: type: docs --- @@ -41,6 +41,7 @@ tcloud context view -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/dbaas/_index.md b/docs/tcloud/dbaas/_index.md index b3c8437..e694ebc 100644 --- a/docs/tcloud/dbaas/_index.md +++ b/docs/tcloud/dbaas/_index.md @@ -3,7 +3,7 @@ linkTitle: "tcloud dbaas" title: "dbaas" slug: tcloud_dbaas url: /docs/tcloud/tcloud_dbaas/ -weight: 9957 +weight: 9955 cascade: type: docs --- @@ -39,6 +39,7 @@ tcloud dbaas versions --engine postgres -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/dbaas/backup-schedules/_index.md b/docs/tcloud/dbaas/backup-schedules/_index.md index b24741f..022bf13 100644 --- a/docs/tcloud/dbaas/backup-schedules/_index.md +++ b/docs/tcloud/dbaas/backup-schedules/_index.md @@ -3,7 +3,7 @@ linkTitle: "tcloud dbaas backup-schedules" title: "dbaas backup-schedules" slug: tcloud_dbaas_backup-schedules url: /docs/tcloud/dbaas/backup-schedules/ -weight: 9965 +weight: 9963 cascade: type: docs --- @@ -31,6 +31,7 @@ Manage database backup schedules for database clusters -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/dbaas/backup-schedules_create/_index.md b/docs/tcloud/dbaas/backup-schedules_create/_index.md index 4b5bde1..540916a 100644 --- a/docs/tcloud/dbaas/backup-schedules_create/_index.md +++ b/docs/tcloud/dbaas/backup-schedules_create/_index.md @@ -3,7 +3,7 @@ linkTitle: "tcloud dbaas backup-schedules create" title: "dbaas backup-schedules create" slug: tcloud_dbaas_backup-schedules_create url: /docs/tcloud/dbaas/backup-schedules_create/ -weight: 9970 +weight: 9968 cascade: type: docs --- @@ -43,6 +43,7 @@ tcloud dbaas backup-schedules create [flags] -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/dbaas/backup-schedules_delete/_index.md b/docs/tcloud/dbaas/backup-schedules_delete/_index.md index a61281f..c8e235d 100644 --- a/docs/tcloud/dbaas/backup-schedules_delete/_index.md +++ b/docs/tcloud/dbaas/backup-schedules_delete/_index.md @@ -3,7 +3,7 @@ linkTitle: "tcloud dbaas backup-schedules delete" title: "dbaas backup-schedules delete" slug: tcloud_dbaas_backup-schedules_delete url: /docs/tcloud/dbaas/backup-schedules_delete/ -weight: 9969 +weight: 9967 cascade: type: docs --- @@ -36,6 +36,7 @@ tcloud dbaas backup-schedules delete [flags] -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/dbaas/backup-schedules_list/_index.md b/docs/tcloud/dbaas/backup-schedules_list/_index.md index d2a80ce..fc16fc2 100644 --- a/docs/tcloud/dbaas/backup-schedules_list/_index.md +++ b/docs/tcloud/dbaas/backup-schedules_list/_index.md @@ -3,7 +3,7 @@ linkTitle: "tcloud dbaas backup-schedules list" title: "dbaas backup-schedules list" slug: tcloud_dbaas_backup-schedules_list url: /docs/tcloud/dbaas/backup-schedules_list/ -weight: 9968 +weight: 9966 cascade: type: docs --- @@ -39,6 +39,7 @@ tcloud dbaas backup-schedules list [flags] -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/dbaas/backup-schedules_update/_index.md b/docs/tcloud/dbaas/backup-schedules_update/_index.md index d58143d..cc172e1 100644 --- a/docs/tcloud/dbaas/backup-schedules_update/_index.md +++ b/docs/tcloud/dbaas/backup-schedules_update/_index.md @@ -3,7 +3,7 @@ linkTitle: "tcloud dbaas backup-schedules update" title: "dbaas backup-schedules update" slug: tcloud_dbaas_backup-schedules_update url: /docs/tcloud/dbaas/backup-schedules_update/ -weight: 9967 +weight: 9965 cascade: type: docs --- @@ -42,6 +42,7 @@ tcloud dbaas backup-schedules update [flags] -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/dbaas/backup-schedules_view/_index.md b/docs/tcloud/dbaas/backup-schedules_view/_index.md index 2872634..84b257f 100644 --- a/docs/tcloud/dbaas/backup-schedules_view/_index.md +++ b/docs/tcloud/dbaas/backup-schedules_view/_index.md @@ -3,7 +3,7 @@ linkTitle: "tcloud dbaas backup-schedules view" title: "dbaas backup-schedules view" slug: tcloud_dbaas_backup-schedules_view url: /docs/tcloud/dbaas/backup-schedules_view/ -weight: 9966 +weight: 9964 cascade: type: docs --- @@ -37,6 +37,7 @@ tcloud dbaas backup-schedules view [flags] -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/dbaas/backup/_index.md b/docs/tcloud/dbaas/backup/_index.md index 016c964..6285717 100644 --- a/docs/tcloud/dbaas/backup/_index.md +++ b/docs/tcloud/dbaas/backup/_index.md @@ -3,7 +3,7 @@ linkTitle: "tcloud dbaas backup" title: "dbaas backup" slug: tcloud_dbaas_backup url: /docs/tcloud/dbaas/backup/ -weight: 9971 +weight: 9969 cascade: type: docs --- @@ -31,6 +31,7 @@ Manage database backups for database clusters -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/dbaas/backup_cancel-deletion/_index.md b/docs/tcloud/dbaas/backup_cancel-deletion/_index.md index 0286b0d..0c79eb4 100644 --- a/docs/tcloud/dbaas/backup_cancel-deletion/_index.md +++ b/docs/tcloud/dbaas/backup_cancel-deletion/_index.md @@ -3,7 +3,7 @@ linkTitle: "tcloud dbaas backup cancel-deletion" title: "dbaas backup cancel-deletion" slug: tcloud_dbaas_backup_cancel-deletion url: /docs/tcloud/dbaas/backup_cancel-deletion/ -weight: 9976 +weight: 9974 cascade: type: docs --- @@ -35,6 +35,7 @@ tcloud dbaas backup cancel-deletion [flags] -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/dbaas/backup_create/_index.md b/docs/tcloud/dbaas/backup_create/_index.md index cf63179..5e7c882 100644 --- a/docs/tcloud/dbaas/backup_create/_index.md +++ b/docs/tcloud/dbaas/backup_create/_index.md @@ -3,7 +3,7 @@ linkTitle: "tcloud dbaas backup create" title: "dbaas backup create" slug: tcloud_dbaas_backup_create url: /docs/tcloud/dbaas/backup_create/ -weight: 9975 +weight: 9973 cascade: type: docs --- @@ -42,6 +42,7 @@ tcloud dbaas backup create [flags] -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/dbaas/backup_delete/_index.md b/docs/tcloud/dbaas/backup_delete/_index.md index 0934dcd..b4bf610 100644 --- a/docs/tcloud/dbaas/backup_delete/_index.md +++ b/docs/tcloud/dbaas/backup_delete/_index.md @@ -3,7 +3,7 @@ linkTitle: "tcloud dbaas backup delete" title: "dbaas backup delete" slug: tcloud_dbaas_backup_delete url: /docs/tcloud/dbaas/backup_delete/ -weight: 9974 +weight: 9972 cascade: type: docs --- @@ -38,6 +38,7 @@ tcloud dbaas backup delete [flags] -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/dbaas/backup_list/_index.md b/docs/tcloud/dbaas/backup_list/_index.md index 068ec66..559fd56 100644 --- a/docs/tcloud/dbaas/backup_list/_index.md +++ b/docs/tcloud/dbaas/backup_list/_index.md @@ -3,7 +3,7 @@ linkTitle: "tcloud dbaas backup list" title: "dbaas backup list" slug: tcloud_dbaas_backup_list url: /docs/tcloud/dbaas/backup_list/ -weight: 9973 +weight: 9971 cascade: type: docs --- @@ -43,6 +43,7 @@ tcloud dbaas backup list [flags] -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/dbaas/backup_view/_index.md b/docs/tcloud/dbaas/backup_view/_index.md index d9e6fe8..d84868c 100644 --- a/docs/tcloud/dbaas/backup_view/_index.md +++ b/docs/tcloud/dbaas/backup_view/_index.md @@ -3,7 +3,7 @@ linkTitle: "tcloud dbaas backup view" title: "dbaas backup view" slug: tcloud_dbaas_backup_view url: /docs/tcloud/dbaas/backup_view/ -weight: 9972 +weight: 9970 cascade: type: docs --- @@ -37,6 +37,7 @@ tcloud dbaas backup view [flags] -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/dbaas/create/_index.md b/docs/tcloud/dbaas/create/_index.md index 23de1b2..dbcdb45 100644 --- a/docs/tcloud/dbaas/create/_index.md +++ b/docs/tcloud/dbaas/create/_index.md @@ -3,7 +3,7 @@ linkTitle: "tcloud dbaas create" title: "dbaas create" slug: tcloud_dbaas_create url: /docs/tcloud/dbaas/create/ -weight: 9964 +weight: 9962 cascade: type: docs --- @@ -52,6 +52,7 @@ tcloud dbaas create [flags] -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/dbaas/delete/_index.md b/docs/tcloud/dbaas/delete/_index.md index c50ad71..5bd8447 100644 --- a/docs/tcloud/dbaas/delete/_index.md +++ b/docs/tcloud/dbaas/delete/_index.md @@ -3,7 +3,7 @@ linkTitle: "tcloud dbaas delete" title: "dbaas delete" slug: tcloud_dbaas_delete url: /docs/tcloud/dbaas/delete/ -weight: 9963 +weight: 9961 cascade: type: docs --- @@ -38,6 +38,7 @@ tcloud dbaas delete [flags] -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/dbaas/instance-types/_index.md b/docs/tcloud/dbaas/instance-types/_index.md index 0897b88..277056b 100644 --- a/docs/tcloud/dbaas/instance-types/_index.md +++ b/docs/tcloud/dbaas/instance-types/_index.md @@ -3,7 +3,7 @@ linkTitle: "tcloud dbaas instance-types" title: "dbaas instance-types" slug: tcloud_dbaas_instance-types url: /docs/tcloud/dbaas/instance-types/ -weight: 9962 +weight: 9960 cascade: type: docs --- @@ -42,6 +42,7 @@ tcloud dbaas instance-types --no-header -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/dbaas/list/_index.md b/docs/tcloud/dbaas/list/_index.md index 1f7d62e..d478fb1 100644 --- a/docs/tcloud/dbaas/list/_index.md +++ b/docs/tcloud/dbaas/list/_index.md @@ -3,7 +3,7 @@ linkTitle: "tcloud dbaas list" title: "dbaas list" slug: tcloud_dbaas_list url: /docs/tcloud/dbaas/list/ -weight: 9961 +weight: 9959 cascade: type: docs --- @@ -50,6 +50,7 @@ tcloud dbaas list --exact-time -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/dbaas/update/_index.md b/docs/tcloud/dbaas/update/_index.md index a1b9993..036c67b 100644 --- a/docs/tcloud/dbaas/update/_index.md +++ b/docs/tcloud/dbaas/update/_index.md @@ -3,7 +3,7 @@ linkTitle: "tcloud dbaas update" title: "dbaas update" slug: tcloud_dbaas_update url: /docs/tcloud/dbaas/update/ -weight: 9960 +weight: 9958 cascade: type: docs --- @@ -22,16 +22,17 @@ tcloud dbaas update [flags] ### Options ``` - --annotations strings Annotations in key=value format (can be specified multiple times) - --delete-protection Enable or disable delete protection - --description string Description of the database cluster - -h, --help help for update - --instance-type string Instance type - --labels strings Labels in key=value format (can be specified multiple times) - --name string Name of the database cluster - --no-header Do not print the header - --replicas int Number of replicas (default -1) - --storage int Storage size in GB + --annotations strings Annotations in key=value format (can be specified multiple times) + --auto-upgrade-policy string Auto-upgrade policy: none, latest-version, latest-stable, latest-patch, latest-minor, latest-major + --delete-protection Enable or disable delete protection + --description string Description of the database cluster + -h, --help help for update + --instance-type string Instance type + --labels strings Labels in key=value format (can be specified multiple times) + --name string Name of the database cluster + --no-header Do not print the header + --replicas int Number of replicas (default -1) + --storage int Storage size in GB ``` ### Options inherited from parent commands @@ -44,6 +45,7 @@ tcloud dbaas update [flags] -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/dbaas/versions/_index.md b/docs/tcloud/dbaas/versions/_index.md index 6158f6d..655cb5b 100644 --- a/docs/tcloud/dbaas/versions/_index.md +++ b/docs/tcloud/dbaas/versions/_index.md @@ -3,7 +3,7 @@ linkTitle: "tcloud dbaas versions" title: "dbaas versions" slug: tcloud_dbaas_versions url: /docs/tcloud/dbaas/versions/ -weight: 9959 +weight: 9957 cascade: type: docs --- @@ -43,6 +43,7 @@ tcloud dbaas versions --engine postgres --no-header -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/dbaas/view/_index.md b/docs/tcloud/dbaas/view/_index.md index 8fe156a..c3bd3e7 100644 --- a/docs/tcloud/dbaas/view/_index.md +++ b/docs/tcloud/dbaas/view/_index.md @@ -3,7 +3,7 @@ linkTitle: "tcloud dbaas view" title: "dbaas view" slug: tcloud_dbaas_view url: /docs/tcloud/dbaas/view/ -weight: 9958 +weight: 9956 cascade: type: docs --- @@ -37,6 +37,7 @@ tcloud dbaas view [flags] -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/iam/_index.md b/docs/tcloud/iam/_index.md index 1ace906..76eb73b 100644 --- a/docs/tcloud/iam/_index.md +++ b/docs/tcloud/iam/_index.md @@ -3,7 +3,7 @@ linkTitle: "tcloud iam" title: "iam" slug: tcloud_iam url: /docs/tcloud/tcloud_iam/ -weight: 9905 +weight: 9903 cascade: type: docs --- @@ -33,6 +33,7 @@ and related resources. Commands apply to the organisation selected in your conte -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/iam/federated-identities/_index.md b/docs/tcloud/iam/federated-identities/_index.md index 2a4fa48..5aa4431 100644 --- a/docs/tcloud/iam/federated-identities/_index.md +++ b/docs/tcloud/iam/federated-identities/_index.md @@ -3,7 +3,7 @@ linkTitle: "tcloud iam federated-identities" title: "iam federated-identities" slug: tcloud_iam_federated-identities url: /docs/tcloud/iam/federated-identities/ -weight: 9951 +weight: 9949 cascade: type: docs --- @@ -27,6 +27,7 @@ Federated identities (OIDC subject bindings) -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/iam/federated-identities_create/_index.md b/docs/tcloud/iam/federated-identities_create/_index.md index ba60eef..dbacbd5 100644 --- a/docs/tcloud/iam/federated-identities_create/_index.md +++ b/docs/tcloud/iam/federated-identities_create/_index.md @@ -3,7 +3,7 @@ linkTitle: "tcloud iam federated-identities create" title: "iam federated-identities create" slug: tcloud_iam_federated-identities_create url: /docs/tcloud/iam/federated-identities_create/ -weight: 9956 +weight: 9954 cascade: type: docs --- @@ -45,6 +45,7 @@ tcloud iam federated-identities create [flags] -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/iam/federated-identities_delete/_index.md b/docs/tcloud/iam/federated-identities_delete/_index.md index 84d026d..718c6dc 100644 --- a/docs/tcloud/iam/federated-identities_delete/_index.md +++ b/docs/tcloud/iam/federated-identities_delete/_index.md @@ -3,7 +3,7 @@ linkTitle: "tcloud iam federated-identities delete" title: "iam federated-identities delete" slug: tcloud_iam_federated-identities_delete url: /docs/tcloud/iam/federated-identities_delete/ -weight: 9955 +weight: 9953 cascade: type: docs --- @@ -33,6 +33,7 @@ tcloud iam federated-identities delete [flags] -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/iam/federated-identities_get/_index.md b/docs/tcloud/iam/federated-identities_get/_index.md index 176e67a..fd3c2b5 100644 --- a/docs/tcloud/iam/federated-identities_get/_index.md +++ b/docs/tcloud/iam/federated-identities_get/_index.md @@ -3,7 +3,7 @@ linkTitle: "tcloud iam federated-identities get" title: "iam federated-identities get" slug: tcloud_iam_federated-identities_get url: /docs/tcloud/iam/federated-identities_get/ -weight: 9954 +weight: 9952 cascade: type: docs --- @@ -33,6 +33,7 @@ tcloud iam federated-identities get [flags] -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/iam/federated-identities_list/_index.md b/docs/tcloud/iam/federated-identities_list/_index.md index 8b16e90..90a4d54 100644 --- a/docs/tcloud/iam/federated-identities_list/_index.md +++ b/docs/tcloud/iam/federated-identities_list/_index.md @@ -3,7 +3,7 @@ linkTitle: "tcloud iam federated-identities list" title: "iam federated-identities list" slug: tcloud_iam_federated-identities_list url: /docs/tcloud/iam/federated-identities_list/ -weight: 9953 +weight: 9951 cascade: type: docs --- @@ -34,6 +34,7 @@ tcloud iam federated-identities list [flags] -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/iam/federated-identities_update/_index.md b/docs/tcloud/iam/federated-identities_update/_index.md index d477a0e..04e4db6 100644 --- a/docs/tcloud/iam/federated-identities_update/_index.md +++ b/docs/tcloud/iam/federated-identities_update/_index.md @@ -3,7 +3,7 @@ linkTitle: "tcloud iam federated-identities update" title: "iam federated-identities update" slug: tcloud_iam_federated-identities_update url: /docs/tcloud/iam/federated-identities_update/ -weight: 9952 +weight: 9950 cascade: type: docs --- @@ -42,6 +42,7 @@ tcloud iam federated-identities update [flags] -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/iam/federated-identity-providers/_index.md b/docs/tcloud/iam/federated-identity-providers/_index.md index 2ecaab0..05dc763 100644 --- a/docs/tcloud/iam/federated-identity-providers/_index.md +++ b/docs/tcloud/iam/federated-identity-providers/_index.md @@ -3,7 +3,7 @@ linkTitle: "tcloud iam federated-identity-providers" title: "iam federated-identity-providers" slug: tcloud_iam_federated-identity-providers url: /docs/tcloud/iam/federated-identity-providers/ -weight: 9945 +weight: 9943 cascade: type: docs --- @@ -27,6 +27,7 @@ Federated OIDC identity providers -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/iam/federated-identity-providers_create/_index.md b/docs/tcloud/iam/federated-identity-providers_create/_index.md index a7bac43..be8eee1 100644 --- a/docs/tcloud/iam/federated-identity-providers_create/_index.md +++ b/docs/tcloud/iam/federated-identity-providers_create/_index.md @@ -3,7 +3,7 @@ linkTitle: "tcloud iam federated-identity-providers create" title: "iam federated-identity-providers create" slug: tcloud_iam_federated-identity-providers_create url: /docs/tcloud/iam/federated-identity-providers_create/ -weight: 9950 +weight: 9948 cascade: type: docs --- @@ -39,6 +39,7 @@ tcloud iam federated-identity-providers create [flags] -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/iam/federated-identity-providers_delete/_index.md b/docs/tcloud/iam/federated-identity-providers_delete/_index.md index 6b804e4..e7504e1 100644 --- a/docs/tcloud/iam/federated-identity-providers_delete/_index.md +++ b/docs/tcloud/iam/federated-identity-providers_delete/_index.md @@ -3,7 +3,7 @@ linkTitle: "tcloud iam federated-identity-providers delete" title: "iam federated-identity-providers delete" slug: tcloud_iam_federated-identity-providers_delete url: /docs/tcloud/iam/federated-identity-providers_delete/ -weight: 9949 +weight: 9947 cascade: type: docs --- @@ -33,6 +33,7 @@ tcloud iam federated-identity-providers delete [flags] -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/iam/federated-identity-providers_get/_index.md b/docs/tcloud/iam/federated-identity-providers_get/_index.md index ce29064..cd3bc71 100644 --- a/docs/tcloud/iam/federated-identity-providers_get/_index.md +++ b/docs/tcloud/iam/federated-identity-providers_get/_index.md @@ -3,7 +3,7 @@ linkTitle: "tcloud iam federated-identity-providers get" title: "iam federated-identity-providers get" slug: tcloud_iam_federated-identity-providers_get url: /docs/tcloud/iam/federated-identity-providers_get/ -weight: 9948 +weight: 9946 cascade: type: docs --- @@ -33,6 +33,7 @@ tcloud iam federated-identity-providers get [flags] -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/iam/federated-identity-providers_list/_index.md b/docs/tcloud/iam/federated-identity-providers_list/_index.md index 5d46f81..2e685f6 100644 --- a/docs/tcloud/iam/federated-identity-providers_list/_index.md +++ b/docs/tcloud/iam/federated-identity-providers_list/_index.md @@ -3,7 +3,7 @@ linkTitle: "tcloud iam federated-identity-providers list" title: "iam federated-identity-providers list" slug: tcloud_iam_federated-identity-providers_list url: /docs/tcloud/iam/federated-identity-providers_list/ -weight: 9947 +weight: 9945 cascade: type: docs --- @@ -34,6 +34,7 @@ tcloud iam federated-identity-providers list [flags] -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/iam/federated-identity-providers_update/_index.md b/docs/tcloud/iam/federated-identity-providers_update/_index.md index 0d3f0e9..ada2b64 100644 --- a/docs/tcloud/iam/federated-identity-providers_update/_index.md +++ b/docs/tcloud/iam/federated-identity-providers_update/_index.md @@ -3,7 +3,7 @@ linkTitle: "tcloud iam federated-identity-providers update" title: "iam federated-identity-providers update" slug: tcloud_iam_federated-identity-providers_update url: /docs/tcloud/iam/federated-identity-providers_update/ -weight: 9946 +weight: 9944 cascade: type: docs --- @@ -38,6 +38,7 @@ tcloud iam federated-identity-providers update [flags] -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/iam/invites/_index.md b/docs/tcloud/iam/invites/_index.md index 95a17aa..a5dea1f 100644 --- a/docs/tcloud/iam/invites/_index.md +++ b/docs/tcloud/iam/invites/_index.md @@ -3,7 +3,7 @@ linkTitle: "tcloud iam invites" title: "iam invites" slug: tcloud_iam_invites url: /docs/tcloud/iam/invites/ -weight: 9943 +weight: 9941 cascade: type: docs --- @@ -27,6 +27,7 @@ Organisation member invitations -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/iam/invites_list/_index.md b/docs/tcloud/iam/invites_list/_index.md index 9bf3e02..2c09941 100644 --- a/docs/tcloud/iam/invites_list/_index.md +++ b/docs/tcloud/iam/invites_list/_index.md @@ -3,7 +3,7 @@ linkTitle: "tcloud iam invites list" title: "iam invites list" slug: tcloud_iam_invites_list url: /docs/tcloud/iam/invites_list/ -weight: 9944 +weight: 9942 cascade: type: docs --- @@ -33,6 +33,7 @@ tcloud iam invites list [flags] -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/iam/members/_index.md b/docs/tcloud/iam/members/_index.md index 57a3452..f923fb3 100644 --- a/docs/tcloud/iam/members/_index.md +++ b/docs/tcloud/iam/members/_index.md @@ -3,7 +3,7 @@ linkTitle: "tcloud iam members" title: "iam members" slug: tcloud_iam_members url: /docs/tcloud/iam/members/ -weight: 9939 +weight: 9937 cascade: type: docs --- @@ -27,6 +27,7 @@ Organisation members (owners and members) -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/iam/members_delete/_index.md b/docs/tcloud/iam/members_delete/_index.md index e5e2a81..d7f6d49 100644 --- a/docs/tcloud/iam/members_delete/_index.md +++ b/docs/tcloud/iam/members_delete/_index.md @@ -3,7 +3,7 @@ linkTitle: "tcloud iam members delete" title: "iam members delete" slug: tcloud_iam_members_delete url: /docs/tcloud/iam/members_delete/ -weight: 9942 +weight: 9940 cascade: type: docs --- @@ -33,6 +33,7 @@ tcloud iam members delete [flags] -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/iam/members_list/_index.md b/docs/tcloud/iam/members_list/_index.md index c066335..61cbb03 100644 --- a/docs/tcloud/iam/members_list/_index.md +++ b/docs/tcloud/iam/members_list/_index.md @@ -3,7 +3,7 @@ linkTitle: "tcloud iam members list" title: "iam members list" slug: tcloud_iam_members_list url: /docs/tcloud/iam/members_list/ -weight: 9941 +weight: 9939 cascade: type: docs --- @@ -33,6 +33,7 @@ tcloud iam members list [flags] -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/iam/members_update/_index.md b/docs/tcloud/iam/members_update/_index.md index 87e8ff9..07e8540 100644 --- a/docs/tcloud/iam/members_update/_index.md +++ b/docs/tcloud/iam/members_update/_index.md @@ -3,7 +3,7 @@ linkTitle: "tcloud iam members update" title: "iam members update" slug: tcloud_iam_members_update url: /docs/tcloud/iam/members_update/ -weight: 9940 +weight: 9938 cascade: type: docs --- @@ -33,6 +33,7 @@ tcloud iam members update [flags] -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/iam/roles/_index.md b/docs/tcloud/iam/roles/_index.md index b99a883..7dfb252 100644 --- a/docs/tcloud/iam/roles/_index.md +++ b/docs/tcloud/iam/roles/_index.md @@ -3,7 +3,7 @@ linkTitle: "tcloud iam roles" title: "iam roles" slug: tcloud_iam_roles url: /docs/tcloud/iam/roles/ -weight: 9927 +weight: 9925 cascade: type: docs --- @@ -32,6 +32,7 @@ or service accounts. System roles may be read-only; the API enforces what you ca -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/iam/roles_bindings/_index.md b/docs/tcloud/iam/roles_bindings/_index.md index 134d568..47026d8 100644 --- a/docs/tcloud/iam/roles_bindings/_index.md +++ b/docs/tcloud/iam/roles_bindings/_index.md @@ -3,7 +3,7 @@ linkTitle: "tcloud iam roles bindings" title: "iam roles bindings" slug: tcloud_iam_roles_bindings url: /docs/tcloud/iam/roles_bindings/ -weight: 9935 +weight: 9933 cascade: type: docs --- @@ -27,6 +27,7 @@ Role bindings (who receives the role) -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/iam/roles_bindings_create/_index.md b/docs/tcloud/iam/roles_bindings_create/_index.md index ed7ea0c..ecd90c5 100644 --- a/docs/tcloud/iam/roles_bindings_create/_index.md +++ b/docs/tcloud/iam/roles_bindings_create/_index.md @@ -3,7 +3,7 @@ linkTitle: "tcloud iam roles bindings create" title: "iam roles bindings create" slug: tcloud_iam_roles_bindings_create url: /docs/tcloud/iam/roles_bindings_create/ -weight: 9938 +weight: 9936 cascade: type: docs --- @@ -40,6 +40,7 @@ tcloud iam roles bindings create [flags] -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/iam/roles_bindings_delete/_index.md b/docs/tcloud/iam/roles_bindings_delete/_index.md index 1a86d3f..fe3bb21 100644 --- a/docs/tcloud/iam/roles_bindings_delete/_index.md +++ b/docs/tcloud/iam/roles_bindings_delete/_index.md @@ -3,7 +3,7 @@ linkTitle: "tcloud iam roles bindings delete" title: "iam roles bindings delete" slug: tcloud_iam_roles_bindings_delete url: /docs/tcloud/iam/roles_bindings_delete/ -weight: 9937 +weight: 9935 cascade: type: docs --- @@ -33,6 +33,7 @@ tcloud iam roles bindings delete [flags] -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/iam/roles_bindings_list/_index.md b/docs/tcloud/iam/roles_bindings_list/_index.md index 03cfff7..7d6759d 100644 --- a/docs/tcloud/iam/roles_bindings_list/_index.md +++ b/docs/tcloud/iam/roles_bindings_list/_index.md @@ -3,7 +3,7 @@ linkTitle: "tcloud iam roles bindings list" title: "iam roles bindings list" slug: tcloud_iam_roles_bindings_list url: /docs/tcloud/iam/roles_bindings_list/ -weight: 9936 +weight: 9934 cascade: type: docs --- @@ -32,6 +32,7 @@ tcloud iam roles bindings list [flags] -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/iam/roles_create/_index.md b/docs/tcloud/iam/roles_create/_index.md index 6e413a9..fc75fbf 100644 --- a/docs/tcloud/iam/roles_create/_index.md +++ b/docs/tcloud/iam/roles_create/_index.md @@ -3,7 +3,7 @@ linkTitle: "tcloud iam roles create" title: "iam roles create" slug: tcloud_iam_roles_create url: /docs/tcloud/iam/roles_create/ -weight: 9934 +weight: 9932 cascade: type: docs --- @@ -36,6 +36,7 @@ tcloud iam roles create [flags] -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/iam/roles_delete/_index.md b/docs/tcloud/iam/roles_delete/_index.md index 657b0d6..51bcf1d 100644 --- a/docs/tcloud/iam/roles_delete/_index.md +++ b/docs/tcloud/iam/roles_delete/_index.md @@ -3,7 +3,7 @@ linkTitle: "tcloud iam roles delete" title: "iam roles delete" slug: tcloud_iam_roles_delete url: /docs/tcloud/iam/roles_delete/ -weight: 9933 +weight: 9931 cascade: type: docs --- @@ -33,6 +33,7 @@ tcloud iam roles delete [flags] -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/iam/roles_get/_index.md b/docs/tcloud/iam/roles_get/_index.md index 597f034..7ec7ece 100644 --- a/docs/tcloud/iam/roles_get/_index.md +++ b/docs/tcloud/iam/roles_get/_index.md @@ -3,7 +3,7 @@ linkTitle: "tcloud iam roles get" title: "iam roles get" slug: tcloud_iam_roles_get url: /docs/tcloud/iam/roles_get/ -weight: 9932 +weight: 9930 cascade: type: docs --- @@ -33,6 +33,7 @@ tcloud iam roles get [flags] -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/iam/roles_list/_index.md b/docs/tcloud/iam/roles_list/_index.md index e0c1764..72ea925 100644 --- a/docs/tcloud/iam/roles_list/_index.md +++ b/docs/tcloud/iam/roles_list/_index.md @@ -3,7 +3,7 @@ linkTitle: "tcloud iam roles list" title: "iam roles list" slug: tcloud_iam_roles_list url: /docs/tcloud/iam/roles_list/ -weight: 9931 +weight: 9929 cascade: type: docs --- @@ -34,6 +34,7 @@ tcloud iam roles list [flags] -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/iam/roles_rules/_index.md b/docs/tcloud/iam/roles_rules/_index.md index 4c5cde3..7582f9a 100644 --- a/docs/tcloud/iam/roles_rules/_index.md +++ b/docs/tcloud/iam/roles_rules/_index.md @@ -3,7 +3,7 @@ linkTitle: "tcloud iam roles rules" title: "iam roles rules" slug: tcloud_iam_roles_rules url: /docs/tcloud/iam/roles_rules/ -weight: 9928 +weight: 9926 cascade: type: docs --- @@ -27,6 +27,7 @@ Permission rules on a role -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/iam/roles_rules_add/_index.md b/docs/tcloud/iam/roles_rules_add/_index.md index ac55ab9..5b05d20 100644 --- a/docs/tcloud/iam/roles_rules_add/_index.md +++ b/docs/tcloud/iam/roles_rules_add/_index.md @@ -3,7 +3,7 @@ linkTitle: "tcloud iam roles rules add" title: "iam roles rules add" slug: tcloud_iam_roles_rules_add url: /docs/tcloud/iam/roles_rules_add/ -weight: 9930 +weight: 9928 cascade: type: docs --- @@ -36,6 +36,7 @@ tcloud iam roles rules add [flags] -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/iam/roles_rules_delete/_index.md b/docs/tcloud/iam/roles_rules_delete/_index.md index 83fa787..87c6bf3 100644 --- a/docs/tcloud/iam/roles_rules_delete/_index.md +++ b/docs/tcloud/iam/roles_rules_delete/_index.md @@ -3,7 +3,7 @@ linkTitle: "tcloud iam roles rules delete" title: "iam roles rules delete" slug: tcloud_iam_roles_rules_delete url: /docs/tcloud/iam/roles_rules_delete/ -weight: 9929 +weight: 9927 cascade: type: docs --- @@ -33,6 +33,7 @@ tcloud iam roles rules delete [flags] -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/iam/service-accounts/_index.md b/docs/tcloud/iam/service-accounts/_index.md index a226f83..4a12eb1 100644 --- a/docs/tcloud/iam/service-accounts/_index.md +++ b/docs/tcloud/iam/service-accounts/_index.md @@ -3,7 +3,7 @@ linkTitle: "tcloud iam service-accounts" title: "iam service-accounts" slug: tcloud_iam_service-accounts url: /docs/tcloud/iam/service-accounts/ -weight: 9921 +weight: 9919 cascade: type: docs --- @@ -27,6 +27,7 @@ Organisation service accounts -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/iam/service-accounts_create/_index.md b/docs/tcloud/iam/service-accounts_create/_index.md index d29065e..115d5d4 100644 --- a/docs/tcloud/iam/service-accounts_create/_index.md +++ b/docs/tcloud/iam/service-accounts_create/_index.md @@ -3,7 +3,7 @@ linkTitle: "tcloud iam service-accounts create" title: "iam service-accounts create" slug: tcloud_iam_service-accounts_create url: /docs/tcloud/iam/service-accounts_create/ -weight: 9926 +weight: 9924 cascade: type: docs --- @@ -36,6 +36,7 @@ tcloud iam service-accounts create [flags] -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/iam/service-accounts_delete/_index.md b/docs/tcloud/iam/service-accounts_delete/_index.md index 4cc71db..9289646 100644 --- a/docs/tcloud/iam/service-accounts_delete/_index.md +++ b/docs/tcloud/iam/service-accounts_delete/_index.md @@ -3,7 +3,7 @@ linkTitle: "tcloud iam service-accounts delete" title: "iam service-accounts delete" slug: tcloud_iam_service-accounts_delete url: /docs/tcloud/iam/service-accounts_delete/ -weight: 9925 +weight: 9923 cascade: type: docs --- @@ -33,6 +33,7 @@ tcloud iam service-accounts delete [flags] -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/iam/service-accounts_get/_index.md b/docs/tcloud/iam/service-accounts_get/_index.md index ae3c311..c837798 100644 --- a/docs/tcloud/iam/service-accounts_get/_index.md +++ b/docs/tcloud/iam/service-accounts_get/_index.md @@ -3,7 +3,7 @@ linkTitle: "tcloud iam service-accounts get" title: "iam service-accounts get" slug: tcloud_iam_service-accounts_get url: /docs/tcloud/iam/service-accounts_get/ -weight: 9924 +weight: 9922 cascade: type: docs --- @@ -33,6 +33,7 @@ tcloud iam service-accounts get [flags] -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/iam/service-accounts_list/_index.md b/docs/tcloud/iam/service-accounts_list/_index.md index fc580ee..9f03c90 100644 --- a/docs/tcloud/iam/service-accounts_list/_index.md +++ b/docs/tcloud/iam/service-accounts_list/_index.md @@ -3,7 +3,7 @@ linkTitle: "tcloud iam service-accounts list" title: "iam service-accounts list" slug: tcloud_iam_service-accounts_list url: /docs/tcloud/iam/service-accounts_list/ -weight: 9923 +weight: 9921 cascade: type: docs --- @@ -34,6 +34,7 @@ tcloud iam service-accounts list [flags] -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/iam/service-accounts_update/_index.md b/docs/tcloud/iam/service-accounts_update/_index.md index 25e5d31..cd65fbb 100644 --- a/docs/tcloud/iam/service-accounts_update/_index.md +++ b/docs/tcloud/iam/service-accounts_update/_index.md @@ -3,7 +3,7 @@ linkTitle: "tcloud iam service-accounts update" title: "iam service-accounts update" slug: tcloud_iam_service-accounts_update url: /docs/tcloud/iam/service-accounts_update/ -weight: 9922 +weight: 9920 cascade: type: docs --- @@ -36,6 +36,7 @@ tcloud iam service-accounts update [flags] -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/iam/teams/_index.md b/docs/tcloud/iam/teams/_index.md index 37859f3..189fb59 100644 --- a/docs/tcloud/iam/teams/_index.md +++ b/docs/tcloud/iam/teams/_index.md @@ -3,7 +3,7 @@ linkTitle: "tcloud iam teams" title: "iam teams" slug: tcloud_iam_teams url: /docs/tcloud/iam/teams/ -weight: 9911 +weight: 9909 cascade: type: docs --- @@ -27,6 +27,7 @@ Manage organisation teams -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/iam/teams_create/_index.md b/docs/tcloud/iam/teams_create/_index.md index 2434aae..4a1ff36 100644 --- a/docs/tcloud/iam/teams_create/_index.md +++ b/docs/tcloud/iam/teams_create/_index.md @@ -3,7 +3,7 @@ linkTitle: "tcloud iam teams create" title: "iam teams create" slug: tcloud_iam_teams_create url: /docs/tcloud/iam/teams_create/ -weight: 9920 +weight: 9918 cascade: type: docs --- @@ -37,6 +37,7 @@ tcloud iam teams create [flags] -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/iam/teams_delete/_index.md b/docs/tcloud/iam/teams_delete/_index.md index 449fa9f..24f3b73 100644 --- a/docs/tcloud/iam/teams_delete/_index.md +++ b/docs/tcloud/iam/teams_delete/_index.md @@ -3,7 +3,7 @@ linkTitle: "tcloud iam teams delete" title: "iam teams delete" slug: tcloud_iam_teams_delete url: /docs/tcloud/iam/teams_delete/ -weight: 9919 +weight: 9917 cascade: type: docs --- @@ -34,6 +34,7 @@ tcloud iam teams delete [flags] -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/iam/teams_get/_index.md b/docs/tcloud/iam/teams_get/_index.md index 837ff37..b756433 100644 --- a/docs/tcloud/iam/teams_get/_index.md +++ b/docs/tcloud/iam/teams_get/_index.md @@ -3,7 +3,7 @@ linkTitle: "tcloud iam teams get" title: "iam teams get" slug: tcloud_iam_teams_get url: /docs/tcloud/iam/teams_get/ -weight: 9918 +weight: 9916 cascade: type: docs --- @@ -33,6 +33,7 @@ tcloud iam teams get [flags] -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/iam/teams_list/_index.md b/docs/tcloud/iam/teams_list/_index.md index d8242ff..d40f3a7 100644 --- a/docs/tcloud/iam/teams_list/_index.md +++ b/docs/tcloud/iam/teams_list/_index.md @@ -3,7 +3,7 @@ linkTitle: "tcloud iam teams list" title: "iam teams list" slug: tcloud_iam_teams_list url: /docs/tcloud/iam/teams_list/ -weight: 9917 +weight: 9915 cascade: type: docs --- @@ -34,6 +34,7 @@ tcloud iam teams list [flags] -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/iam/teams_members/_index.md b/docs/tcloud/iam/teams_members/_index.md index ba58b49..9a5b18f 100644 --- a/docs/tcloud/iam/teams_members/_index.md +++ b/docs/tcloud/iam/teams_members/_index.md @@ -3,7 +3,7 @@ linkTitle: "tcloud iam teams members" title: "iam teams members" slug: tcloud_iam_teams_members url: /docs/tcloud/iam/teams_members/ -weight: 9913 +weight: 9911 cascade: type: docs --- @@ -27,6 +27,7 @@ Manage team membership -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/iam/teams_members_add/_index.md b/docs/tcloud/iam/teams_members_add/_index.md index 245fc81..5e812a9 100644 --- a/docs/tcloud/iam/teams_members_add/_index.md +++ b/docs/tcloud/iam/teams_members_add/_index.md @@ -3,7 +3,7 @@ linkTitle: "tcloud iam teams members add" title: "iam teams members add" slug: tcloud_iam_teams_members_add url: /docs/tcloud/iam/teams_members_add/ -weight: 9916 +weight: 9914 cascade: type: docs --- @@ -34,6 +34,7 @@ tcloud iam teams members add [flags] -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/iam/teams_members_list/_index.md b/docs/tcloud/iam/teams_members_list/_index.md index af0ebdb..d37e3c5 100644 --- a/docs/tcloud/iam/teams_members_list/_index.md +++ b/docs/tcloud/iam/teams_members_list/_index.md @@ -3,7 +3,7 @@ linkTitle: "tcloud iam teams members list" title: "iam teams members list" slug: tcloud_iam_teams_members_list url: /docs/tcloud/iam/teams_members_list/ -weight: 9915 +weight: 9913 cascade: type: docs --- @@ -32,6 +32,7 @@ tcloud iam teams members list [flags] -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/iam/teams_members_remove/_index.md b/docs/tcloud/iam/teams_members_remove/_index.md index 67bc067..81174f6 100644 --- a/docs/tcloud/iam/teams_members_remove/_index.md +++ b/docs/tcloud/iam/teams_members_remove/_index.md @@ -3,7 +3,7 @@ linkTitle: "tcloud iam teams members remove" title: "iam teams members remove" slug: tcloud_iam_teams_members_remove url: /docs/tcloud/iam/teams_members_remove/ -weight: 9914 +weight: 9912 cascade: type: docs --- @@ -33,6 +33,7 @@ tcloud iam teams members remove [flags] -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/iam/teams_update/_index.md b/docs/tcloud/iam/teams_update/_index.md index 91e26af..1056bdc 100644 --- a/docs/tcloud/iam/teams_update/_index.md +++ b/docs/tcloud/iam/teams_update/_index.md @@ -3,7 +3,7 @@ linkTitle: "tcloud iam teams update" title: "iam teams update" slug: tcloud_iam_teams_update url: /docs/tcloud/iam/teams_update/ -weight: 9912 +weight: 9910 cascade: type: docs --- @@ -37,6 +37,7 @@ tcloud iam teams update [flags] -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/iam/workload-identity-federation/_index.md b/docs/tcloud/iam/workload-identity-federation/_index.md index 2b4991a..bcf4199 100644 --- a/docs/tcloud/iam/workload-identity-federation/_index.md +++ b/docs/tcloud/iam/workload-identity-federation/_index.md @@ -3,7 +3,7 @@ linkTitle: "tcloud iam workload-identity-federation" title: "iam workload-identity-federation" slug: tcloud_iam_workload-identity-federation url: /docs/tcloud/iam/workload-identity-federation/ -weight: 9906 +weight: 9904 cascade: type: docs --- @@ -32,6 +32,7 @@ and federated identities for GitHub Actions, GitLab CI, and Kubernetes service a -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/iam/workload-identity-federation_bootstrap/_index.md b/docs/tcloud/iam/workload-identity-federation_bootstrap/_index.md index 70755cd..47e848e 100644 --- a/docs/tcloud/iam/workload-identity-federation_bootstrap/_index.md +++ b/docs/tcloud/iam/workload-identity-federation_bootstrap/_index.md @@ -3,7 +3,7 @@ linkTitle: "tcloud iam workload-identity-federation bootstrap" title: "iam workload-identity-federation bootstrap" slug: tcloud_iam_workload-identity-federation_bootstrap url: /docs/tcloud/iam/workload-identity-federation_bootstrap/ -weight: 9907 +weight: 9905 cascade: type: docs --- @@ -48,6 +48,7 @@ Subcommands: -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/iam/workload-identity-federation_bootstrap_github/_index.md b/docs/tcloud/iam/workload-identity-federation_bootstrap_github/_index.md index 0f86f86..248d420 100644 --- a/docs/tcloud/iam/workload-identity-federation_bootstrap_github/_index.md +++ b/docs/tcloud/iam/workload-identity-federation_bootstrap_github/_index.md @@ -3,7 +3,7 @@ linkTitle: "tcloud iam workload-identity-federation bootstrap github" title: "iam workload-identity-federation bootstrap github" slug: tcloud_iam_workload-identity-federation_bootstrap_github url: /docs/tcloud/iam/workload-identity-federation_bootstrap_github/ -weight: 9910 +weight: 9908 cascade: type: docs --- @@ -61,6 +61,7 @@ tcloud iam workload-identity-federation bootstrap github [flags] --name string Base name for the Thalassa service account and federated identity (federated identity becomes -fi; default: wif--) --no-hints Do not print platform hints after bootstrap -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --provider-description string Optional description when creating the federated identity provider --provider-name string Optional display name when creating the federated identity provider --role string Organisation role identity, slug, or name (required) diff --git a/docs/tcloud/iam/workload-identity-federation_bootstrap_gitlab/_index.md b/docs/tcloud/iam/workload-identity-federation_bootstrap_gitlab/_index.md index bc82f82..a617359 100644 --- a/docs/tcloud/iam/workload-identity-federation_bootstrap_gitlab/_index.md +++ b/docs/tcloud/iam/workload-identity-federation_bootstrap_gitlab/_index.md @@ -3,7 +3,7 @@ linkTitle: "tcloud iam workload-identity-federation bootstrap gitlab" title: "iam workload-identity-federation bootstrap gitlab" slug: tcloud_iam_workload-identity-federation_bootstrap_gitlab url: /docs/tcloud/iam/workload-identity-federation_bootstrap_gitlab/ -weight: 9909 +weight: 9907 cascade: type: docs --- @@ -58,6 +58,7 @@ tcloud iam workload-identity-federation bootstrap gitlab [flags] --name string Base name for the Thalassa service account and federated identity (federated identity becomes -fi; default: wif--) --no-hints Do not print platform hints after bootstrap -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --provider-description string Optional description when creating the federated identity provider --provider-name string Optional display name when creating the federated identity provider --role string Organisation role identity, slug, or name (required) diff --git a/docs/tcloud/iam/workload-identity-federation_bootstrap_kubernetes/_index.md b/docs/tcloud/iam/workload-identity-federation_bootstrap_kubernetes/_index.md index 8ab8eb0..fbe58f1 100644 --- a/docs/tcloud/iam/workload-identity-federation_bootstrap_kubernetes/_index.md +++ b/docs/tcloud/iam/workload-identity-federation_bootstrap_kubernetes/_index.md @@ -3,7 +3,7 @@ linkTitle: "tcloud iam workload-identity-federation bootstrap kubernetes" title: "iam workload-identity-federation bootstrap kubernetes" slug: tcloud_iam_workload-identity-federation_bootstrap_kubernetes url: /docs/tcloud/iam/workload-identity-federation_bootstrap_kubernetes/ -weight: 9908 +weight: 9906 cascade: type: docs --- @@ -61,6 +61,7 @@ tcloud iam workload-identity-federation bootstrap kubernetes [flags] --name string Base name for the Thalassa service account and federated identity (federated identity becomes -fi; default: wif--) --no-hints Do not print platform hints after bootstrap -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --provider-description string Optional description when creating the federated identity provider --provider-name string Optional display name when creating the federated identity provider --role string Organisation role identity, slug, or name (required) diff --git a/docs/tcloud/kubernetes/_index.md b/docs/tcloud/kubernetes/_index.md index 80d9e69..e182196 100644 --- a/docs/tcloud/kubernetes/_index.md +++ b/docs/tcloud/kubernetes/_index.md @@ -3,7 +3,7 @@ linkTitle: "tcloud kubernetes" title: "kubernetes" slug: tcloud_kubernetes url: /docs/tcloud/tcloud_kubernetes/ -weight: 9887 +weight: 9874 cascade: type: docs --- @@ -31,6 +31,7 @@ Kubernetes commands to manage your Kubernetes clusters and node pools within the -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` @@ -39,15 +40,13 @@ Kubernetes commands to manage your Kubernetes clusters and node pools within the * [tcloud](/docs/tcloud/tcloud/) - A CLI for working with the Thalassa Cloud Platform * [tcloud kubernetes connect](/docs/tcloud/kubernetes/connect/) - Connect your shell to the Kubernetes Cluster * [tcloud kubernetes create](/docs/tcloud/kubernetes/create/) - Create a Kubernetes cluster -* [tcloud kubernetes create](/docs/tcloud/kubernetes/create/) - Create a Kubernetes cluster -* [tcloud kubernetes delete](/docs/tcloud/kubernetes/delete/) - Delete a Kubernetes cluster * [tcloud kubernetes delete](/docs/tcloud/kubernetes/delete/) - Delete a Kubernetes cluster -* [tcloud kubernetes kubeconfig](/docs/tcloud/kubernetes/kubeconfig/) - Kubernetes Kubeconfig management -* [tcloud kubernetes list](/docs/tcloud/kubernetes/list/) - Get a list of Kubernetes clusters +* [tcloud kubernetes iam](/docs/tcloud/kubernetes/iam/) - Kubernetes cluster IAM roles and bindings +* [tcloud kubernetes kubeconfig](/docs/tcloud/kubernetes/kubeconfig/) - Print a kubeconfig for a Kubernetes cluster * [tcloud kubernetes list](/docs/tcloud/kubernetes/list/) - Get a list of Kubernetes clusters +* [tcloud kubernetes machines](/docs/tcloud/kubernetes/machines/) - List and manage Kubernetes cluster machines * [tcloud kubernetes nodepools](/docs/tcloud/kubernetes/nodepools/) - Manage Kubernetes NodePools * [tcloud kubernetes update](/docs/tcloud/kubernetes/update/) - Update a Kubernetes cluster -* [tcloud kubernetes update](/docs/tcloud/kubernetes/update/) - Update a Kubernetes cluster * [tcloud kubernetes upgrade](/docs/tcloud/kubernetes/upgrade/) - Upgrade a Kubernetes cluster * [tcloud kubernetes versions](/docs/tcloud/kubernetes/versions/) - Kubernetes Versions management diff --git a/docs/tcloud/kubernetes/connect/_index.md b/docs/tcloud/kubernetes/connect/_index.md index eb02008..92eab27 100644 --- a/docs/tcloud/kubernetes/connect/_index.md +++ b/docs/tcloud/kubernetes/connect/_index.md @@ -3,7 +3,7 @@ linkTitle: "tcloud kubernetes connect" title: "kubernetes connect" slug: tcloud_kubernetes_connect url: /docs/tcloud/kubernetes/connect/ -weight: 9904 +weight: 9902 cascade: type: docs --- @@ -19,8 +19,9 @@ tcloud kubernetes connect [flags] ``` -h, --help help for connect - --kubeconfig-path string path to the kubeconfig file - --temp use a temporary kubeconfig file (default true) + --inline-token embed the session token in the kubeconfig instead of using a kubectl exec credential plugin + --kubeconfig-path string path to write the kubeconfig when --temp=false + --temp use a temporary kubeconfig file that is removed when the shell exits (default true) ``` ### Options inherited from parent commands @@ -33,6 +34,7 @@ tcloud kubernetes connect [flags] -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/kubernetes/create/_index.md b/docs/tcloud/kubernetes/create/_index.md index 6db7282..79d1d84 100644 --- a/docs/tcloud/kubernetes/create/_index.md +++ b/docs/tcloud/kubernetes/create/_index.md @@ -3,7 +3,7 @@ linkTitle: "tcloud kubernetes create" title: "kubernetes create" slug: tcloud_kubernetes_create url: /docs/tcloud/kubernetes/create/ -weight: 9902 +weight: 9901 cascade: type: docs --- @@ -91,6 +91,7 @@ tcloud kubernetes create [flags] -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/kubernetes/delete/_index.md b/docs/tcloud/kubernetes/delete/_index.md index e2a5bfd..ee857bf 100644 --- a/docs/tcloud/kubernetes/delete/_index.md +++ b/docs/tcloud/kubernetes/delete/_index.md @@ -50,6 +50,7 @@ tcloud kubernetes delete [flags] -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/kubernetes/iam/_index.md b/docs/tcloud/kubernetes/iam/_index.md new file mode 100644 index 0000000..5c80ac9 --- /dev/null +++ b/docs/tcloud/kubernetes/iam/_index.md @@ -0,0 +1,43 @@ +--- +linkTitle: "tcloud kubernetes iam" +title: "kubernetes iam" +slug: tcloud_kubernetes_iam +url: /docs/tcloud/kubernetes/iam/ +weight: 9887 +cascade: + type: docs +--- +## tcloud kubernetes iam + +Kubernetes cluster IAM roles and bindings + +### Synopsis + +Manage Kubernetes cluster IAM roles, permission rules, and role bindings. +These roles control access within your organisation's Kubernetes clusters on Thalassa Cloud. + +### Options + +``` + -h, --help help for iam +``` + +### Options inherited from parent commands + +``` + --access-token string Access Token authentication (overrides context) + --api string API endpoint (overrides context) + --client-id string OIDC client ID for OIDC authentication (overrides context) + --client-secret string OIDC client secret for OIDC authentication (overrides context) + -c, --context string Context name + --debug Debug mode + -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) + --token string Personal access token (overrides context) +``` + +### SEE ALSO + +* [tcloud kubernetes](/docs/tcloud/tcloud_kubernetes/) - Manage Kubernetes clusters, node pools and more services related to Kubernetes +* [tcloud kubernetes iam roles](/docs/tcloud/kubernetes/iam_roles/) - Kubernetes cluster IAM roles, permission rules, and bindings + diff --git a/docs/tcloud/kubernetes/iam_roles/_index.md b/docs/tcloud/kubernetes/iam_roles/_index.md new file mode 100644 index 0000000..0424237 --- /dev/null +++ b/docs/tcloud/kubernetes/iam_roles/_index.md @@ -0,0 +1,48 @@ +--- +linkTitle: "tcloud kubernetes iam roles" +title: "kubernetes iam roles" +slug: tcloud_kubernetes_iam_roles +url: /docs/tcloud/kubernetes/iam_roles/ +weight: 9888 +cascade: + type: docs +--- +## tcloud kubernetes iam roles + +Kubernetes cluster IAM roles, permission rules, and bindings + +### Synopsis + +Custom Kubernetes cluster roles define RBAC-style permission rules and can be bound to users, +teams, or service accounts. System roles may be read-only; the API enforces what you can change. + +### Options + +``` + -h, --help help for roles +``` + +### Options inherited from parent commands + +``` + --access-token string Access Token authentication (overrides context) + --api string API endpoint (overrides context) + --client-id string OIDC client ID for OIDC authentication (overrides context) + --client-secret string OIDC client secret for OIDC authentication (overrides context) + -c, --context string Context name + --debug Debug mode + -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) + --token string Personal access token (overrides context) +``` + +### SEE ALSO + +* [tcloud kubernetes iam](/docs/tcloud/kubernetes/iam/) - Kubernetes cluster IAM roles and bindings +* [tcloud kubernetes iam roles bindings](/docs/tcloud/kubernetes/iam_roles_bindings/) - Kubernetes cluster role bindings (who receives the role) +* [tcloud kubernetes iam roles create](/docs/tcloud/kubernetes/iam_roles_create/) - Create a custom Kubernetes cluster IAM role +* [tcloud kubernetes iam roles delete](/docs/tcloud/kubernetes/iam_roles_delete/) - Delete a custom Kubernetes cluster IAM role +* [tcloud kubernetes iam roles get](/docs/tcloud/kubernetes/iam_roles_get/) - Show a Kubernetes cluster role including rules and bindings +* [tcloud kubernetes iam roles list](/docs/tcloud/kubernetes/iam_roles_list/) - List Kubernetes cluster IAM roles +* [tcloud kubernetes iam roles rules](/docs/tcloud/kubernetes/iam_roles_rules/) - Permission rules on a Kubernetes cluster role + diff --git a/docs/tcloud/kubernetes/iam_roles_bindings/_index.md b/docs/tcloud/kubernetes/iam_roles_bindings/_index.md new file mode 100644 index 0000000..0da0ceb --- /dev/null +++ b/docs/tcloud/kubernetes/iam_roles_bindings/_index.md @@ -0,0 +1,40 @@ +--- +linkTitle: "tcloud kubernetes iam roles bindings" +title: "kubernetes iam roles bindings" +slug: tcloud_kubernetes_iam_roles_bindings +url: /docs/tcloud/kubernetes/iam_roles_bindings/ +weight: 9896 +cascade: + type: docs +--- +## tcloud kubernetes iam roles bindings + +Kubernetes cluster role bindings (who receives the role) + +### Options + +``` + -h, --help help for bindings +``` + +### Options inherited from parent commands + +``` + --access-token string Access Token authentication (overrides context) + --api string API endpoint (overrides context) + --client-id string OIDC client ID for OIDC authentication (overrides context) + --client-secret string OIDC client secret for OIDC authentication (overrides context) + -c, --context string Context name + --debug Debug mode + -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) + --token string Personal access token (overrides context) +``` + +### SEE ALSO + +* [tcloud kubernetes iam roles](/docs/tcloud/kubernetes/iam_roles/) - Kubernetes cluster IAM roles, permission rules, and bindings +* [tcloud kubernetes iam roles bindings create](/docs/tcloud/kubernetes/iam_roles_bindings_create/) - Create a binding to a user, team, or service account +* [tcloud kubernetes iam roles bindings delete](/docs/tcloud/kubernetes/iam_roles_bindings_delete/) - Delete a Kubernetes cluster role binding +* [tcloud kubernetes iam roles bindings list](/docs/tcloud/kubernetes/iam_roles_bindings_list/) - List bindings for a Kubernetes cluster role + diff --git a/docs/tcloud/kubernetes/iam_roles_bindings_create/_index.md b/docs/tcloud/kubernetes/iam_roles_bindings_create/_index.md new file mode 100644 index 0000000..f914c64 --- /dev/null +++ b/docs/tcloud/kubernetes/iam_roles_bindings_create/_index.md @@ -0,0 +1,49 @@ +--- +linkTitle: "tcloud kubernetes iam roles bindings create" +title: "kubernetes iam roles bindings create" +slug: tcloud_kubernetes_iam_roles_bindings_create +url: /docs/tcloud/kubernetes/iam_roles_bindings_create/ +weight: 9899 +cascade: + type: docs +--- +## tcloud kubernetes iam roles bindings create + +Create a binding to a user, team, or service account + +``` +tcloud kubernetes iam roles bindings create [flags] +``` + +### Options + +``` + --annotations strings Annotations as key=value (repeatable) + --description string Binding description + -h, --help help for create + --labels strings Labels as key=value (repeatable) + --name string Binding name + --no-header Do not print table headers + --service-account-identity string Bind to this service account identity + --team-identity string Bind to this team identity + --user-identity string Bind to this user identity +``` + +### Options inherited from parent commands + +``` + --access-token string Access Token authentication (overrides context) + --api string API endpoint (overrides context) + --client-id string OIDC client ID for OIDC authentication (overrides context) + --client-secret string OIDC client secret for OIDC authentication (overrides context) + -c, --context string Context name + --debug Debug mode + -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) + --token string Personal access token (overrides context) +``` + +### SEE ALSO + +* [tcloud kubernetes iam roles bindings](/docs/tcloud/kubernetes/iam_roles_bindings/) - Kubernetes cluster role bindings (who receives the role) + diff --git a/docs/tcloud/kubernetes/iam_roles_bindings_delete/_index.md b/docs/tcloud/kubernetes/iam_roles_bindings_delete/_index.md new file mode 100644 index 0000000..17ee691 --- /dev/null +++ b/docs/tcloud/kubernetes/iam_roles_bindings_delete/_index.md @@ -0,0 +1,42 @@ +--- +linkTitle: "tcloud kubernetes iam roles bindings delete" +title: "kubernetes iam roles bindings delete" +slug: tcloud_kubernetes_iam_roles_bindings_delete +url: /docs/tcloud/kubernetes/iam_roles_bindings_delete/ +weight: 9898 +cascade: + type: docs +--- +## tcloud kubernetes iam roles bindings delete + +Delete a Kubernetes cluster role binding + +``` +tcloud kubernetes iam roles bindings delete [flags] +``` + +### Options + +``` + --force Skip the confirmation prompt and delete + -h, --help help for delete +``` + +### Options inherited from parent commands + +``` + --access-token string Access Token authentication (overrides context) + --api string API endpoint (overrides context) + --client-id string OIDC client ID for OIDC authentication (overrides context) + --client-secret string OIDC client secret for OIDC authentication (overrides context) + -c, --context string Context name + --debug Debug mode + -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) + --token string Personal access token (overrides context) +``` + +### SEE ALSO + +* [tcloud kubernetes iam roles bindings](/docs/tcloud/kubernetes/iam_roles_bindings/) - Kubernetes cluster role bindings (who receives the role) + diff --git a/docs/tcloud/kubernetes/iam_roles_bindings_list/_index.md b/docs/tcloud/kubernetes/iam_roles_bindings_list/_index.md new file mode 100644 index 0000000..be16be2 --- /dev/null +++ b/docs/tcloud/kubernetes/iam_roles_bindings_list/_index.md @@ -0,0 +1,42 @@ +--- +linkTitle: "tcloud kubernetes iam roles bindings list" +title: "kubernetes iam roles bindings list" +slug: tcloud_kubernetes_iam_roles_bindings_list +url: /docs/tcloud/kubernetes/iam_roles_bindings_list/ +weight: 9897 +cascade: + type: docs +--- +## tcloud kubernetes iam roles bindings list + +List bindings for a Kubernetes cluster role + +``` +tcloud kubernetes iam roles bindings list [flags] +``` + +### Options + +``` + -h, --help help for list + --no-header Do not print table headers +``` + +### Options inherited from parent commands + +``` + --access-token string Access Token authentication (overrides context) + --api string API endpoint (overrides context) + --client-id string OIDC client ID for OIDC authentication (overrides context) + --client-secret string OIDC client secret for OIDC authentication (overrides context) + -c, --context string Context name + --debug Debug mode + -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) + --token string Personal access token (overrides context) +``` + +### SEE ALSO + +* [tcloud kubernetes iam roles bindings](/docs/tcloud/kubernetes/iam_roles_bindings/) - Kubernetes cluster role bindings (who receives the role) + diff --git a/docs/tcloud/kubernetes/iam_roles_create/_index.md b/docs/tcloud/kubernetes/iam_roles_create/_index.md new file mode 100644 index 0000000..5bf1146 --- /dev/null +++ b/docs/tcloud/kubernetes/iam_roles_create/_index.md @@ -0,0 +1,46 @@ +--- +linkTitle: "tcloud kubernetes iam roles create" +title: "kubernetes iam roles create" +slug: tcloud_kubernetes_iam_roles_create +url: /docs/tcloud/kubernetes/iam_roles_create/ +weight: 9895 +cascade: + type: docs +--- +## tcloud kubernetes iam roles create + +Create a custom Kubernetes cluster IAM role + +``` +tcloud kubernetes iam roles create [flags] +``` + +### Options + +``` + --annotations strings Annotations as key=value (repeatable) + --description string Role description + -h, --help help for create + --labels strings Labels as key=value (repeatable) + --name string Role name + --no-header Do not print table headers +``` + +### Options inherited from parent commands + +``` + --access-token string Access Token authentication (overrides context) + --api string API endpoint (overrides context) + --client-id string OIDC client ID for OIDC authentication (overrides context) + --client-secret string OIDC client secret for OIDC authentication (overrides context) + -c, --context string Context name + --debug Debug mode + -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) + --token string Personal access token (overrides context) +``` + +### SEE ALSO + +* [tcloud kubernetes iam roles](/docs/tcloud/kubernetes/iam_roles/) - Kubernetes cluster IAM roles, permission rules, and bindings + diff --git a/docs/tcloud/kubernetes/iam_roles_delete/_index.md b/docs/tcloud/kubernetes/iam_roles_delete/_index.md new file mode 100644 index 0000000..b1e987e --- /dev/null +++ b/docs/tcloud/kubernetes/iam_roles_delete/_index.md @@ -0,0 +1,42 @@ +--- +linkTitle: "tcloud kubernetes iam roles delete" +title: "kubernetes iam roles delete" +slug: tcloud_kubernetes_iam_roles_delete +url: /docs/tcloud/kubernetes/iam_roles_delete/ +weight: 9894 +cascade: + type: docs +--- +## tcloud kubernetes iam roles delete + +Delete a custom Kubernetes cluster IAM role + +``` +tcloud kubernetes iam roles delete [flags] +``` + +### Options + +``` + --force Skip the confirmation prompt and delete + -h, --help help for delete +``` + +### Options inherited from parent commands + +``` + --access-token string Access Token authentication (overrides context) + --api string API endpoint (overrides context) + --client-id string OIDC client ID for OIDC authentication (overrides context) + --client-secret string OIDC client secret for OIDC authentication (overrides context) + -c, --context string Context name + --debug Debug mode + -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) + --token string Personal access token (overrides context) +``` + +### SEE ALSO + +* [tcloud kubernetes iam roles](/docs/tcloud/kubernetes/iam_roles/) - Kubernetes cluster IAM roles, permission rules, and bindings + diff --git a/docs/tcloud/kubernetes/iam_roles_get/_index.md b/docs/tcloud/kubernetes/iam_roles_get/_index.md new file mode 100644 index 0000000..ed8bb97 --- /dev/null +++ b/docs/tcloud/kubernetes/iam_roles_get/_index.md @@ -0,0 +1,43 @@ +--- +linkTitle: "tcloud kubernetes iam roles get" +title: "kubernetes iam roles get" +slug: tcloud_kubernetes_iam_roles_get +url: /docs/tcloud/kubernetes/iam_roles_get/ +weight: 9893 +cascade: + type: docs +--- +## tcloud kubernetes iam roles get + +Show a Kubernetes cluster role including rules and bindings + +``` +tcloud kubernetes iam roles get [flags] +``` + +### Options + +``` + --exact-time Show full timestamps instead of relative time + -h, --help help for get + --no-header Do not print table headers +``` + +### Options inherited from parent commands + +``` + --access-token string Access Token authentication (overrides context) + --api string API endpoint (overrides context) + --client-id string OIDC client ID for OIDC authentication (overrides context) + --client-secret string OIDC client secret for OIDC authentication (overrides context) + -c, --context string Context name + --debug Debug mode + -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) + --token string Personal access token (overrides context) +``` + +### SEE ALSO + +* [tcloud kubernetes iam roles](/docs/tcloud/kubernetes/iam_roles/) - Kubernetes cluster IAM roles, permission rules, and bindings + diff --git a/docs/tcloud/kubernetes/iam_roles_list/_index.md b/docs/tcloud/kubernetes/iam_roles_list/_index.md new file mode 100644 index 0000000..49451ae --- /dev/null +++ b/docs/tcloud/kubernetes/iam_roles_list/_index.md @@ -0,0 +1,43 @@ +--- +linkTitle: "tcloud kubernetes iam roles list" +title: "kubernetes iam roles list" +slug: tcloud_kubernetes_iam_roles_list +url: /docs/tcloud/kubernetes/iam_roles_list/ +weight: 9892 +cascade: + type: docs +--- +## tcloud kubernetes iam roles list + +List Kubernetes cluster IAM roles + +``` +tcloud kubernetes iam roles list [flags] +``` + +### Options + +``` + -h, --help help for list + --label-selector string Filter by labels (key=value,key2=value2) + --no-header Do not print table headers +``` + +### Options inherited from parent commands + +``` + --access-token string Access Token authentication (overrides context) + --api string API endpoint (overrides context) + --client-id string OIDC client ID for OIDC authentication (overrides context) + --client-secret string OIDC client secret for OIDC authentication (overrides context) + -c, --context string Context name + --debug Debug mode + -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) + --token string Personal access token (overrides context) +``` + +### SEE ALSO + +* [tcloud kubernetes iam roles](/docs/tcloud/kubernetes/iam_roles/) - Kubernetes cluster IAM roles, permission rules, and bindings + diff --git a/docs/tcloud/kubernetes/iam_roles_rules/_index.md b/docs/tcloud/kubernetes/iam_roles_rules/_index.md new file mode 100644 index 0000000..dd87038 --- /dev/null +++ b/docs/tcloud/kubernetes/iam_roles_rules/_index.md @@ -0,0 +1,39 @@ +--- +linkTitle: "tcloud kubernetes iam roles rules" +title: "kubernetes iam roles rules" +slug: tcloud_kubernetes_iam_roles_rules +url: /docs/tcloud/kubernetes/iam_roles_rules/ +weight: 9889 +cascade: + type: docs +--- +## tcloud kubernetes iam roles rules + +Permission rules on a Kubernetes cluster role + +### Options + +``` + -h, --help help for rules +``` + +### Options inherited from parent commands + +``` + --access-token string Access Token authentication (overrides context) + --api string API endpoint (overrides context) + --client-id string OIDC client ID for OIDC authentication (overrides context) + --client-secret string OIDC client secret for OIDC authentication (overrides context) + -c, --context string Context name + --debug Debug mode + -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) + --token string Personal access token (overrides context) +``` + +### SEE ALSO + +* [tcloud kubernetes iam roles](/docs/tcloud/kubernetes/iam_roles/) - Kubernetes cluster IAM roles, permission rules, and bindings +* [tcloud kubernetes iam roles rules add](/docs/tcloud/kubernetes/iam_roles_rules_add/) - Add a permission rule to a Kubernetes cluster role +* [tcloud kubernetes iam roles rules delete](/docs/tcloud/kubernetes/iam_roles_rules_delete/) - Remove a permission rule from a Kubernetes cluster role + diff --git a/docs/tcloud/kubernetes/iam_roles_rules_add/_index.md b/docs/tcloud/kubernetes/iam_roles_rules_add/_index.md new file mode 100644 index 0000000..00fb565 --- /dev/null +++ b/docs/tcloud/kubernetes/iam_roles_rules_add/_index.md @@ -0,0 +1,48 @@ +--- +linkTitle: "tcloud kubernetes iam roles rules add" +title: "kubernetes iam roles rules add" +slug: tcloud_kubernetes_iam_roles_rules_add +url: /docs/tcloud/kubernetes/iam_roles_rules_add/ +weight: 9891 +cascade: + type: docs +--- +## tcloud kubernetes iam roles rules add + +Add a permission rule to a Kubernetes cluster role + +``` +tcloud kubernetes iam roles rules add [flags] +``` + +### Options + +``` + --api-group strings API group (repeatable) + -h, --help help for add + --no-header Do not print table headers + --non-resource-url strings Non-resource URL (repeatable) + --note string Human-readable note for the rule + --resource strings Resource name (repeatable) + --resource-name strings Concrete resource name (repeatable) + --verb strings Verb: get, list, watch, create, update, delete, patch, or * (repeatable) +``` + +### Options inherited from parent commands + +``` + --access-token string Access Token authentication (overrides context) + --api string API endpoint (overrides context) + --client-id string OIDC client ID for OIDC authentication (overrides context) + --client-secret string OIDC client secret for OIDC authentication (overrides context) + -c, --context string Context name + --debug Debug mode + -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) + --token string Personal access token (overrides context) +``` + +### SEE ALSO + +* [tcloud kubernetes iam roles rules](/docs/tcloud/kubernetes/iam_roles_rules/) - Permission rules on a Kubernetes cluster role + diff --git a/docs/tcloud/kubernetes/iam_roles_rules_delete/_index.md b/docs/tcloud/kubernetes/iam_roles_rules_delete/_index.md new file mode 100644 index 0000000..f98c816 --- /dev/null +++ b/docs/tcloud/kubernetes/iam_roles_rules_delete/_index.md @@ -0,0 +1,42 @@ +--- +linkTitle: "tcloud kubernetes iam roles rules delete" +title: "kubernetes iam roles rules delete" +slug: tcloud_kubernetes_iam_roles_rules_delete +url: /docs/tcloud/kubernetes/iam_roles_rules_delete/ +weight: 9890 +cascade: + type: docs +--- +## tcloud kubernetes iam roles rules delete + +Remove a permission rule from a Kubernetes cluster role + +``` +tcloud kubernetes iam roles rules delete [flags] +``` + +### Options + +``` + --force Skip the confirmation prompt and delete + -h, --help help for delete +``` + +### Options inherited from parent commands + +``` + --access-token string Access Token authentication (overrides context) + --api string API endpoint (overrides context) + --client-id string OIDC client ID for OIDC authentication (overrides context) + --client-secret string OIDC client secret for OIDC authentication (overrides context) + -c, --context string Context name + --debug Debug mode + -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) + --token string Personal access token (overrides context) +``` + +### SEE ALSO + +* [tcloud kubernetes iam roles rules](/docs/tcloud/kubernetes/iam_roles_rules/) - Permission rules on a Kubernetes cluster role + diff --git a/docs/tcloud/kubernetes/kubeconfig/_index.md b/docs/tcloud/kubernetes/kubeconfig/_index.md index f4ec3f3..7e7dc09 100644 --- a/docs/tcloud/kubernetes/kubeconfig/_index.md +++ b/docs/tcloud/kubernetes/kubeconfig/_index.md @@ -3,13 +3,13 @@ linkTitle: "tcloud kubernetes kubeconfig" title: "kubernetes kubeconfig" slug: tcloud_kubernetes_kubeconfig url: /docs/tcloud/kubernetes/kubeconfig/ -weight: 9899 +weight: 9886 cascade: type: docs --- ## tcloud kubernetes kubeconfig -Kubernetes Kubeconfig management +Print a kubeconfig for a Kubernetes cluster ``` tcloud kubernetes kubeconfig [flags] @@ -18,7 +18,8 @@ tcloud kubernetes kubeconfig [flags] ### Options ``` - -h, --help help for kubeconfig + -h, --help help for kubeconfig + --inline-token embed the session token in the kubeconfig instead of using a kubectl exec credential plugin ``` ### Options inherited from parent commands @@ -31,6 +32,7 @@ tcloud kubernetes kubeconfig [flags] -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/kubernetes/list/_index.md b/docs/tcloud/kubernetes/list/_index.md index 592fd1a..c3c9053 100644 --- a/docs/tcloud/kubernetes/list/_index.md +++ b/docs/tcloud/kubernetes/list/_index.md @@ -3,7 +3,7 @@ linkTitle: "tcloud kubernetes list" title: "kubernetes list" slug: tcloud_kubernetes_list url: /docs/tcloud/kubernetes/list/ -weight: 9897 +weight: 9885 cascade: type: docs --- @@ -37,6 +37,7 @@ tcloud kubernetes list [flags] -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/kubernetes/machines/_index.md b/docs/tcloud/kubernetes/machines/_index.md new file mode 100644 index 0000000..6cf30e9 --- /dev/null +++ b/docs/tcloud/kubernetes/machines/_index.md @@ -0,0 +1,52 @@ +--- +linkTitle: "tcloud kubernetes machines" +title: "kubernetes machines" +slug: tcloud_kubernetes_machines +url: /docs/tcloud/kubernetes/machines/ +weight: 9883 +cascade: + type: docs +--- +## tcloud kubernetes machines + +List and manage Kubernetes cluster machines + +### Synopsis + +Commands for machines (nodes) that belong to Kubernetes node pools within a cluster. + +### Examples + +``` + # List all machines in a cluster + tcloud kubernetes machines list --cluster my-cluster + + # List machines in a specific node pool + tcloud kubernetes machines list --cluster my-cluster --nodepool worker +``` + +### Options + +``` + -h, --help help for machines +``` + +### Options inherited from parent commands + +``` + --access-token string Access Token authentication (overrides context) + --api string API endpoint (overrides context) + --client-id string OIDC client ID for OIDC authentication (overrides context) + --client-secret string OIDC client secret for OIDC authentication (overrides context) + -c, --context string Context name + --debug Debug mode + -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) + --token string Personal access token (overrides context) +``` + +### SEE ALSO + +* [tcloud kubernetes](/docs/tcloud/tcloud_kubernetes/) - Manage Kubernetes clusters, node pools and more services related to Kubernetes +* [tcloud kubernetes machines list](/docs/tcloud/kubernetes/machines_list/) - List machines in a Kubernetes cluster + diff --git a/docs/tcloud/kubernetes/machines_list/_index.md b/docs/tcloud/kubernetes/machines_list/_index.md new file mode 100644 index 0000000..7beff9b --- /dev/null +++ b/docs/tcloud/kubernetes/machines_list/_index.md @@ -0,0 +1,49 @@ +--- +linkTitle: "tcloud kubernetes machines list" +title: "kubernetes machines list" +slug: tcloud_kubernetes_machines_list +url: /docs/tcloud/kubernetes/machines_list/ +weight: 9884 +cascade: + type: docs +--- +## tcloud kubernetes machines list + +List machines in a Kubernetes cluster + +### Synopsis + +Lists worker machines (nodes) across node pools in the given cluster. + +``` +tcloud kubernetes machines list [flags] +``` + +### Options + +``` + --cluster string Cluster identity, name, or slug + -h, --help help for list + --no-header Do not print the header + --nodepool string Filter by node pool identity, name, or slug + --show-exact-time Show exact time instead of relative time +``` + +### Options inherited from parent commands + +``` + --access-token string Access Token authentication (overrides context) + --api string API endpoint (overrides context) + --client-id string OIDC client ID for OIDC authentication (overrides context) + --client-secret string OIDC client secret for OIDC authentication (overrides context) + -c, --context string Context name + --debug Debug mode + -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) + --token string Personal access token (overrides context) +``` + +### SEE ALSO + +* [tcloud kubernetes machines](/docs/tcloud/kubernetes/machines/) - List and manage Kubernetes cluster machines + diff --git a/docs/tcloud/kubernetes/nodepools/_index.md b/docs/tcloud/kubernetes/nodepools/_index.md index e18a65f..e12bf00 100644 --- a/docs/tcloud/kubernetes/nodepools/_index.md +++ b/docs/tcloud/kubernetes/nodepools/_index.md @@ -3,7 +3,7 @@ linkTitle: "tcloud kubernetes nodepools" title: "kubernetes nodepools" slug: tcloud_kubernetes_nodepools url: /docs/tcloud/kubernetes/nodepools/ -weight: 9892 +weight: 9878 cascade: type: docs --- @@ -40,6 +40,7 @@ Manage Kubernetes NodePools -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/kubernetes/nodepools_create/_index.md b/docs/tcloud/kubernetes/nodepools_create/_index.md index 94bafd1..5da11a7 100644 --- a/docs/tcloud/kubernetes/nodepools_create/_index.md +++ b/docs/tcloud/kubernetes/nodepools_create/_index.md @@ -3,7 +3,7 @@ linkTitle: "tcloud kubernetes nodepools create" title: "kubernetes nodepools create" slug: tcloud_kubernetes_nodepools_create url: /docs/tcloud/kubernetes/nodepools_create/ -weight: 9896 +weight: 9882 cascade: type: docs --- @@ -61,6 +61,7 @@ tcloud kubernetes nodepools create [flags] -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/kubernetes/nodepools_delete/_index.md b/docs/tcloud/kubernetes/nodepools_delete/_index.md index 25b6b89..12ec9db 100644 --- a/docs/tcloud/kubernetes/nodepools_delete/_index.md +++ b/docs/tcloud/kubernetes/nodepools_delete/_index.md @@ -3,7 +3,7 @@ linkTitle: "tcloud kubernetes nodepools delete" title: "kubernetes nodepools delete" slug: tcloud_kubernetes_nodepools_delete url: /docs/tcloud/kubernetes/nodepools_delete/ -weight: 9895 +weight: 9881 cascade: type: docs --- @@ -52,6 +52,7 @@ tcloud kubernetes nodepools delete [flags] -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/kubernetes/nodepools_list/_index.md b/docs/tcloud/kubernetes/nodepools_list/_index.md index 187c836..5983f09 100644 --- a/docs/tcloud/kubernetes/nodepools_list/_index.md +++ b/docs/tcloud/kubernetes/nodepools_list/_index.md @@ -3,7 +3,7 @@ linkTitle: "tcloud kubernetes nodepools list" title: "kubernetes nodepools list" slug: tcloud_kubernetes_nodepools_list url: /docs/tcloud/kubernetes/nodepools_list/ -weight: 9894 +weight: 9880 cascade: type: docs --- @@ -34,6 +34,7 @@ tcloud kubernetes nodepools list [flags] -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/kubernetes/nodepools_update/_index.md b/docs/tcloud/kubernetes/nodepools_update/_index.md index 5db3498..d07666d 100644 --- a/docs/tcloud/kubernetes/nodepools_update/_index.md +++ b/docs/tcloud/kubernetes/nodepools_update/_index.md @@ -3,7 +3,7 @@ linkTitle: "tcloud kubernetes nodepools update" title: "kubernetes nodepools update" slug: tcloud_kubernetes_nodepools_update url: /docs/tcloud/kubernetes/nodepools_update/ -weight: 9893 +weight: 9879 cascade: type: docs --- @@ -65,6 +65,7 @@ tcloud kubernetes nodepools update [flags] -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/kubernetes/update/_index.md b/docs/tcloud/kubernetes/update/_index.md index 10e4ebf..7b2f0a4 100644 --- a/docs/tcloud/kubernetes/update/_index.md +++ b/docs/tcloud/kubernetes/update/_index.md @@ -3,7 +3,7 @@ linkTitle: "tcloud kubernetes update" title: "kubernetes update" slug: tcloud_kubernetes_update url: /docs/tcloud/kubernetes/update/ -weight: 9890 +weight: 9877 cascade: type: docs --- @@ -65,6 +65,7 @@ tcloud kubernetes update [flags] -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/kubernetes/upgrade/_index.md b/docs/tcloud/kubernetes/upgrade/_index.md index 309c485..d32ec38 100644 --- a/docs/tcloud/kubernetes/upgrade/_index.md +++ b/docs/tcloud/kubernetes/upgrade/_index.md @@ -3,7 +3,7 @@ linkTitle: "tcloud kubernetes upgrade" title: "kubernetes upgrade" slug: tcloud_kubernetes_upgrade url: /docs/tcloud/kubernetes/upgrade/ -weight: 9889 +weight: 9876 cascade: type: docs --- @@ -34,6 +34,7 @@ tcloud kubernetes upgrade [flags] -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/kubernetes/versions/_index.md b/docs/tcloud/kubernetes/versions/_index.md index 99c1a0b..86c90eb 100644 --- a/docs/tcloud/kubernetes/versions/_index.md +++ b/docs/tcloud/kubernetes/versions/_index.md @@ -3,7 +3,7 @@ linkTitle: "tcloud kubernetes versions" title: "kubernetes versions" slug: tcloud_kubernetes_versions url: /docs/tcloud/kubernetes/versions/ -weight: 9888 +weight: 9875 cascade: type: docs --- @@ -32,6 +32,7 @@ tcloud kubernetes versions [flags] -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/me/_index.md b/docs/tcloud/me/_index.md index 0a234eb..b7f2536 100644 --- a/docs/tcloud/me/_index.md +++ b/docs/tcloud/me/_index.md @@ -3,7 +3,7 @@ linkTitle: "tcloud me" title: "me" slug: tcloud_me url: /docs/tcloud/tcloud_me/ -weight: 9885 +weight: 9872 cascade: type: docs --- @@ -27,6 +27,7 @@ Get information about the current user -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/me/organisations/_index.md b/docs/tcloud/me/organisations/_index.md index 033749f..793d924 100644 --- a/docs/tcloud/me/organisations/_index.md +++ b/docs/tcloud/me/organisations/_index.md @@ -3,7 +3,7 @@ linkTitle: "tcloud me organisations" title: "me organisations" slug: tcloud_me_organisations url: /docs/tcloud/me/organisations/ -weight: 9886 +weight: 9873 cascade: type: docs --- @@ -33,6 +33,7 @@ tcloud me organisations [flags] -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/networking/_index.md b/docs/tcloud/networking/_index.md index 2e51eb2..ced96b2 100644 --- a/docs/tcloud/networking/_index.md +++ b/docs/tcloud/networking/_index.md @@ -3,7 +3,7 @@ linkTitle: "tcloud networking" title: "networking" slug: tcloud_networking url: /docs/tcloud/tcloud_networking/ -weight: 9858 +weight: 9824 cascade: type: docs --- @@ -31,16 +31,19 @@ Manage networking resources in the Thalassa Cloud Platform -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` ### SEE ALSO * [tcloud](/docs/tcloud/tcloud/) - A CLI for working with the Thalassa Cloud Platform +* [tcloud networking loadbalancers](/docs/tcloud/networking/loadbalancers/) - Manage load balancers * [tcloud networking natgateways](/docs/tcloud/networking/natgateways/) - Manage NAT gateways * [tcloud networking routetables](/docs/tcloud/networking/routetables/) - Manage routetables * [tcloud networking security-groups](/docs/tcloud/networking/security-groups/) - Manage security groups * [tcloud networking subnets](/docs/tcloud/networking/subnets/) - Manage subnets +* [tcloud networking target-groups](/docs/tcloud/networking/target-groups/) - Manage load balancer target groups * [tcloud networking vpc-peering](/docs/tcloud/networking/vpc-peering/) - Manage VPC peering connections * [tcloud networking vpcs](/docs/tcloud/networking/vpcs/) - Manage VPCs diff --git a/docs/tcloud/networking/loadbalancers/_index.md b/docs/tcloud/networking/loadbalancers/_index.md new file mode 100644 index 0000000..941bfb1 --- /dev/null +++ b/docs/tcloud/networking/loadbalancers/_index.md @@ -0,0 +1,55 @@ +--- +linkTitle: "tcloud networking loadbalancers" +title: "networking loadbalancers" +slug: tcloud_networking_loadbalancers +url: /docs/tcloud/networking/loadbalancers/ +weight: 9860 +cascade: + type: docs +--- +## tcloud networking loadbalancers + +Manage load balancers + +### Synopsis + +Manage load balancers, listeners, and related networking resources within the Thalassa Cloud Platform. + +### Examples + +``` +tcloud networking loadbalancers list +tcloud networking loadbalancers create --name web --subnet subnet-123 +tcloud networking loadbalancers listeners list --loadbalancer lb-123 +``` + +### Options + +``` + -h, --help help for loadbalancers +``` + +### Options inherited from parent commands + +``` + --access-token string Access Token authentication (overrides context) + --api string API endpoint (overrides context) + --client-id string OIDC client ID for OIDC authentication (overrides context) + --client-secret string OIDC client secret for OIDC authentication (overrides context) + -c, --context string Context name + --debug Debug mode + -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) + --token string Personal access token (overrides context) +``` + +### SEE ALSO + +* [tcloud networking](/docs/tcloud/tcloud_networking/) - Manage networking resources +* [tcloud networking loadbalancers create](/docs/tcloud/networking/loadbalancers_create/) - Create a load balancer +* [tcloud networking loadbalancers delete](/docs/tcloud/networking/loadbalancers_delete/) - Delete load balancer(s) +* [tcloud networking loadbalancers list](/docs/tcloud/networking/loadbalancers_list/) - List load balancers +* [tcloud networking loadbalancers listeners](/docs/tcloud/networking/loadbalancers_listeners/) - Manage load balancer listeners +* [tcloud networking loadbalancers update](/docs/tcloud/networking/loadbalancers_update/) - Update a load balancer +* [tcloud networking loadbalancers view](/docs/tcloud/networking/loadbalancers_view/) - View load balancer details + diff --git a/docs/tcloud/networking/loadbalancers_create/_index.md b/docs/tcloud/networking/loadbalancers_create/_index.md new file mode 100644 index 0000000..9c6a113 --- /dev/null +++ b/docs/tcloud/networking/loadbalancers_create/_index.md @@ -0,0 +1,61 @@ +--- +linkTitle: "tcloud networking loadbalancers create" +title: "networking loadbalancers create" +slug: tcloud_networking_loadbalancers_create +url: /docs/tcloud/networking/loadbalancers_create/ +weight: 9871 +cascade: + type: docs +--- +## tcloud networking loadbalancers create + +Create a load balancer + +### Synopsis + +Create a new load balancer in the specified subnet. + +``` +tcloud networking loadbalancers create [flags] +``` + +### Examples + +``` +tcloud networking loadbalancers create --name web --subnet subnet-123 +tcloud networking loadbalancers create --name internal --subnet subnet-123 --internal --wait +``` + +### Options + +``` + --annotations strings Annotations in key=value format + --delete-protection Enable delete protection + --description string Description of the load balancer + -h, --help help for create + --internal Create an internal load balancer (no public IP) + --labels strings Labels in key=value format + --name string Name of the load balancer + --security-groups strings Security group identities to attach + --subnet string Subnet identity, slug, or name + --wait Wait for the load balancer to be ready +``` + +### Options inherited from parent commands + +``` + --access-token string Access Token authentication (overrides context) + --api string API endpoint (overrides context) + --client-id string OIDC client ID for OIDC authentication (overrides context) + --client-secret string OIDC client secret for OIDC authentication (overrides context) + -c, --context string Context name + --debug Debug mode + -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) + --token string Personal access token (overrides context) +``` + +### SEE ALSO + +* [tcloud networking loadbalancers](/docs/tcloud/networking/loadbalancers/) - Manage load balancers + diff --git a/docs/tcloud/networking/loadbalancers_delete/_index.md b/docs/tcloud/networking/loadbalancers_delete/_index.md new file mode 100644 index 0000000..75745df --- /dev/null +++ b/docs/tcloud/networking/loadbalancers_delete/_index.md @@ -0,0 +1,56 @@ +--- +linkTitle: "tcloud networking loadbalancers delete" +title: "networking loadbalancers delete" +slug: tcloud_networking_loadbalancers_delete +url: /docs/tcloud/networking/loadbalancers_delete/ +weight: 9870 +cascade: + type: docs +--- +## tcloud networking loadbalancers delete + +Delete load balancer(s) + +### Synopsis + +Delete load balancer(s) by identity or label selector. + +``` +tcloud networking loadbalancers delete [LOADBALANCER...] [flags] +``` + +### Examples + +``` +tcloud networking loadbalancers delete lb-123 +tcloud networking loadbalancers delete lb-123 --wait +tcloud networking loadbalancers delete --selector env=test --force +``` + +### Options + +``` + --force Force deletion and skip confirmation + -h, --help help for delete + -l, --selector string Label selector (format: key1=value1,key2=value2) + --wait Wait for the load balancer(s) to be deleted +``` + +### Options inherited from parent commands + +``` + --access-token string Access Token authentication (overrides context) + --api string API endpoint (overrides context) + --client-id string OIDC client ID for OIDC authentication (overrides context) + --client-secret string OIDC client secret for OIDC authentication (overrides context) + -c, --context string Context name + --debug Debug mode + -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) + --token string Personal access token (overrides context) +``` + +### SEE ALSO + +* [tcloud networking loadbalancers](/docs/tcloud/networking/loadbalancers/) - Manage load balancers + diff --git a/docs/tcloud/networking/loadbalancers_list/_index.md b/docs/tcloud/networking/loadbalancers_list/_index.md new file mode 100644 index 0000000..b0aa716 --- /dev/null +++ b/docs/tcloud/networking/loadbalancers_list/_index.md @@ -0,0 +1,59 @@ +--- +linkTitle: "tcloud networking loadbalancers list" +title: "networking loadbalancers list" +slug: tcloud_networking_loadbalancers_list +url: /docs/tcloud/networking/loadbalancers_list/ +weight: 9869 +cascade: + type: docs +--- +## tcloud networking loadbalancers list + +List load balancers + +### Synopsis + +List load balancers within your organisation. + +``` +tcloud networking loadbalancers list [flags] +``` + +### Examples + +``` +tcloud networking loadbalancers list +tcloud networking loadbalancers list --region us-west-1 +tcloud networking loadbalancers list --vpc vpc-123 --no-header +``` + +### Options + +``` + --exact-time Show exact time instead of relative time + -h, --help help for list + --no-header Do not print the header + --region string Filter by region + -l, --selector string Label selector (format: key1=value1,key2=value2) + --show-labels Show labels + --vpc string Filter by VPC +``` + +### Options inherited from parent commands + +``` + --access-token string Access Token authentication (overrides context) + --api string API endpoint (overrides context) + --client-id string OIDC client ID for OIDC authentication (overrides context) + --client-secret string OIDC client secret for OIDC authentication (overrides context) + -c, --context string Context name + --debug Debug mode + -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) + --token string Personal access token (overrides context) +``` + +### SEE ALSO + +* [tcloud networking loadbalancers](/docs/tcloud/networking/loadbalancers/) - Manage load balancers + diff --git a/docs/tcloud/networking/loadbalancers_listeners/_index.md b/docs/tcloud/networking/loadbalancers_listeners/_index.md new file mode 100644 index 0000000..7d421a0 --- /dev/null +++ b/docs/tcloud/networking/loadbalancers_listeners/_index.md @@ -0,0 +1,53 @@ +--- +linkTitle: "tcloud networking loadbalancers listeners" +title: "networking loadbalancers listeners" +slug: tcloud_networking_loadbalancers_listeners +url: /docs/tcloud/networking/loadbalancers_listeners/ +weight: 9863 +cascade: + type: docs +--- +## tcloud networking loadbalancers listeners + +Manage load balancer listeners + +### Synopsis + +Manage listeners on a load balancer. All commands require --loadbalancer. + +### Examples + +``` +tcloud networking loadbalancers listeners list --loadbalancer lb-123 +tcloud networking loadbalancers listeners create --loadbalancer lb-123 --name http --port 80 --protocol http --target-group tg-123 +``` + +### Options + +``` + -h, --help help for listeners +``` + +### Options inherited from parent commands + +``` + --access-token string Access Token authentication (overrides context) + --api string API endpoint (overrides context) + --client-id string OIDC client ID for OIDC authentication (overrides context) + --client-secret string OIDC client secret for OIDC authentication (overrides context) + -c, --context string Context name + --debug Debug mode + -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) + --token string Personal access token (overrides context) +``` + +### SEE ALSO + +* [tcloud networking loadbalancers](/docs/tcloud/networking/loadbalancers/) - Manage load balancers +* [tcloud networking loadbalancers listeners create](/docs/tcloud/networking/loadbalancers_listeners_create/) - Create a listener +* [tcloud networking loadbalancers listeners delete](/docs/tcloud/networking/loadbalancers_listeners_delete/) - Delete listener(s) +* [tcloud networking loadbalancers listeners list](/docs/tcloud/networking/loadbalancers_listeners_list/) - List load balancer listeners +* [tcloud networking loadbalancers listeners update](/docs/tcloud/networking/loadbalancers_listeners_update/) - Update a listener +* [tcloud networking loadbalancers listeners view](/docs/tcloud/networking/loadbalancers_listeners_view/) - View listener details + diff --git a/docs/tcloud/networking/loadbalancers_listeners_create/_index.md b/docs/tcloud/networking/loadbalancers_listeners_create/_index.md new file mode 100644 index 0000000..c042ac3 --- /dev/null +++ b/docs/tcloud/networking/loadbalancers_listeners_create/_index.md @@ -0,0 +1,62 @@ +--- +linkTitle: "tcloud networking loadbalancers listeners create" +title: "networking loadbalancers listeners create" +slug: tcloud_networking_loadbalancers_listeners_create +url: /docs/tcloud/networking/loadbalancers_listeners_create/ +weight: 9868 +cascade: + type: docs +--- +## tcloud networking loadbalancers listeners create + +Create a listener + +### Synopsis + +Create a listener on a load balancer. + +``` +tcloud networking loadbalancers listeners create [flags] +``` + +### Examples + +``` +tcloud networking loadbalancers listeners create --loadbalancer lb-123 --name http --port 80 --protocol tcp --target-group tg-123 +``` + +### Options + +``` + --allowed-sources strings Allowed source CIDR blocks + --annotations strings Annotations in key=value format + --connection-idle-timeout uint32 Connection idle timeout in seconds + --description string Description of the listener + -h, --help help for create + --labels strings Labels in key=value format + --loadbalancer string Load balancer identity + --max-connections uint32 Maximum connections + --name string Name of the listener + --port int Listener port + --protocol string Listener protocol (tcp, udp) + --target-group string Target group identity +``` + +### Options inherited from parent commands + +``` + --access-token string Access Token authentication (overrides context) + --api string API endpoint (overrides context) + --client-id string OIDC client ID for OIDC authentication (overrides context) + --client-secret string OIDC client secret for OIDC authentication (overrides context) + -c, --context string Context name + --debug Debug mode + -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) + --token string Personal access token (overrides context) +``` + +### SEE ALSO + +* [tcloud networking loadbalancers listeners](/docs/tcloud/networking/loadbalancers_listeners/) - Manage load balancer listeners + diff --git a/docs/tcloud/networking/loadbalancers_listeners_delete/_index.md b/docs/tcloud/networking/loadbalancers_listeners_delete/_index.md new file mode 100644 index 0000000..2755e09 --- /dev/null +++ b/docs/tcloud/networking/loadbalancers_listeners_delete/_index.md @@ -0,0 +1,53 @@ +--- +linkTitle: "tcloud networking loadbalancers listeners delete" +title: "networking loadbalancers listeners delete" +slug: tcloud_networking_loadbalancers_listeners_delete +url: /docs/tcloud/networking/loadbalancers_listeners_delete/ +weight: 9867 +cascade: + type: docs +--- +## tcloud networking loadbalancers listeners delete + +Delete listener(s) + +### Synopsis + +Delete one or more listeners from a load balancer. + +``` +tcloud networking loadbalancers listeners delete LISTENER [LISTENER...] [flags] +``` + +### Examples + +``` +tcloud networking loadbalancers listeners delete listener-123 --loadbalancer lb-123 --force +``` + +### Options + +``` + --force Skip confirmation + -h, --help help for delete + --loadbalancer string Load balancer identity +``` + +### Options inherited from parent commands + +``` + --access-token string Access Token authentication (overrides context) + --api string API endpoint (overrides context) + --client-id string OIDC client ID for OIDC authentication (overrides context) + --client-secret string OIDC client secret for OIDC authentication (overrides context) + -c, --context string Context name + --debug Debug mode + -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) + --token string Personal access token (overrides context) +``` + +### SEE ALSO + +* [tcloud networking loadbalancers listeners](/docs/tcloud/networking/loadbalancers_listeners/) - Manage load balancer listeners + diff --git a/docs/tcloud/networking/loadbalancers_listeners_list/_index.md b/docs/tcloud/networking/loadbalancers_listeners_list/_index.md new file mode 100644 index 0000000..04952e7 --- /dev/null +++ b/docs/tcloud/networking/loadbalancers_listeners_list/_index.md @@ -0,0 +1,56 @@ +--- +linkTitle: "tcloud networking loadbalancers listeners list" +title: "networking loadbalancers listeners list" +slug: tcloud_networking_loadbalancers_listeners_list +url: /docs/tcloud/networking/loadbalancers_listeners_list/ +weight: 9866 +cascade: + type: docs +--- +## tcloud networking loadbalancers listeners list + +List load balancer listeners + +### Synopsis + +List listeners for a load balancer. + +``` +tcloud networking loadbalancers listeners list [flags] +``` + +### Examples + +``` +tcloud networking loadbalancers listeners list --loadbalancer lb-123 +``` + +### Options + +``` + --exact-time Show exact time instead of relative time + -h, --help help for list + --loadbalancer string Load balancer identity + --no-header Do not print the header + -l, --selector string Label selector (format: key1=value1,key2=value2) + --show-labels Show labels +``` + +### Options inherited from parent commands + +``` + --access-token string Access Token authentication (overrides context) + --api string API endpoint (overrides context) + --client-id string OIDC client ID for OIDC authentication (overrides context) + --client-secret string OIDC client secret for OIDC authentication (overrides context) + -c, --context string Context name + --debug Debug mode + -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) + --token string Personal access token (overrides context) +``` + +### SEE ALSO + +* [tcloud networking loadbalancers listeners](/docs/tcloud/networking/loadbalancers_listeners/) - Manage load balancer listeners + diff --git a/docs/tcloud/networking/loadbalancers_listeners_update/_index.md b/docs/tcloud/networking/loadbalancers_listeners_update/_index.md new file mode 100644 index 0000000..82b8ca5 --- /dev/null +++ b/docs/tcloud/networking/loadbalancers_listeners_update/_index.md @@ -0,0 +1,62 @@ +--- +linkTitle: "tcloud networking loadbalancers listeners update" +title: "networking loadbalancers listeners update" +slug: tcloud_networking_loadbalancers_listeners_update +url: /docs/tcloud/networking/loadbalancers_listeners_update/ +weight: 9865 +cascade: + type: docs +--- +## tcloud networking loadbalancers listeners update + +Update a listener + +### Synopsis + +Update properties of an existing load balancer listener. + +``` +tcloud networking loadbalancers listeners update LISTENER [flags] +``` + +### Examples + +``` +tcloud networking loadbalancers listeners update listener-123 --loadbalancer lb-123 --port 8080 +``` + +### Options + +``` + --allowed-sources strings Allowed source CIDR blocks + --annotations strings Annotations in key=value format + --connection-idle-timeout uint32 Connection idle timeout in seconds + --description string Description of the listener + -h, --help help for update + --labels strings Labels in key=value format + --loadbalancer string Load balancer identity + --max-connections uint32 Maximum connections + --name string Name of the listener + --port int Listener port + --protocol string Listener protocol + --target-group string Target group identity +``` + +### Options inherited from parent commands + +``` + --access-token string Access Token authentication (overrides context) + --api string API endpoint (overrides context) + --client-id string OIDC client ID for OIDC authentication (overrides context) + --client-secret string OIDC client secret for OIDC authentication (overrides context) + -c, --context string Context name + --debug Debug mode + -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) + --token string Personal access token (overrides context) +``` + +### SEE ALSO + +* [tcloud networking loadbalancers listeners](/docs/tcloud/networking/loadbalancers_listeners/) - Manage load balancer listeners + diff --git a/docs/tcloud/networking/loadbalancers_listeners_view/_index.md b/docs/tcloud/networking/loadbalancers_listeners_view/_index.md new file mode 100644 index 0000000..d1beddf --- /dev/null +++ b/docs/tcloud/networking/loadbalancers_listeners_view/_index.md @@ -0,0 +1,53 @@ +--- +linkTitle: "tcloud networking loadbalancers listeners view" +title: "networking loadbalancers listeners view" +slug: tcloud_networking_loadbalancers_listeners_view +url: /docs/tcloud/networking/loadbalancers_listeners_view/ +weight: 9864 +cascade: + type: docs +--- +## tcloud networking loadbalancers listeners view + +View listener details + +### Synopsis + +View detailed information about a load balancer listener. + +``` +tcloud networking loadbalancers listeners view LISTENER [flags] +``` + +### Examples + +``` +tcloud networking loadbalancers listeners view listener-123 --loadbalancer lb-123 +``` + +### Options + +``` + -h, --help help for view + --loadbalancer string Load balancer identity + -o, --output string Output format (yaml) +``` + +### Options inherited from parent commands + +``` + --access-token string Access Token authentication (overrides context) + --api string API endpoint (overrides context) + --client-id string OIDC client ID for OIDC authentication (overrides context) + --client-secret string OIDC client secret for OIDC authentication (overrides context) + -c, --context string Context name + --debug Debug mode + -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) + --token string Personal access token (overrides context) +``` + +### SEE ALSO + +* [tcloud networking loadbalancers listeners](/docs/tcloud/networking/loadbalancers_listeners/) - Manage load balancer listeners + diff --git a/docs/tcloud/networking/loadbalancers_update/_index.md b/docs/tcloud/networking/loadbalancers_update/_index.md new file mode 100644 index 0000000..3bdeeb3 --- /dev/null +++ b/docs/tcloud/networking/loadbalancers_update/_index.md @@ -0,0 +1,59 @@ +--- +linkTitle: "tcloud networking loadbalancers update" +title: "networking loadbalancers update" +slug: tcloud_networking_loadbalancers_update +url: /docs/tcloud/networking/loadbalancers_update/ +weight: 9862 +cascade: + type: docs +--- +## tcloud networking loadbalancers update + +Update a load balancer + +### Synopsis + +Update properties of an existing load balancer. + +``` +tcloud networking loadbalancers update LOADBALANCER [flags] +``` + +### Examples + +``` +tcloud networking loadbalancers update lb-123 --name web-prod +tcloud networking loadbalancers update lb-123 --delete-protection +``` + +### Options + +``` + --annotations strings Annotations in key=value format + --delete-protection Enable delete protection + --description string Description of the load balancer + -h, --help help for update + --labels strings Labels in key=value format + --name string Name of the load balancer + --security-groups strings Security group identities to attach + --subnet string Subnet identity, slug, or name +``` + +### Options inherited from parent commands + +``` + --access-token string Access Token authentication (overrides context) + --api string API endpoint (overrides context) + --client-id string OIDC client ID for OIDC authentication (overrides context) + --client-secret string OIDC client secret for OIDC authentication (overrides context) + -c, --context string Context name + --debug Debug mode + -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) + --token string Personal access token (overrides context) +``` + +### SEE ALSO + +* [tcloud networking loadbalancers](/docs/tcloud/networking/loadbalancers/) - Manage load balancers + diff --git a/docs/tcloud/networking/loadbalancers_view/_index.md b/docs/tcloud/networking/loadbalancers_view/_index.md new file mode 100644 index 0000000..6785b80 --- /dev/null +++ b/docs/tcloud/networking/loadbalancers_view/_index.md @@ -0,0 +1,53 @@ +--- +linkTitle: "tcloud networking loadbalancers view" +title: "networking loadbalancers view" +slug: tcloud_networking_loadbalancers_view +url: /docs/tcloud/networking/loadbalancers_view/ +weight: 9861 +cascade: + type: docs +--- +## tcloud networking loadbalancers view + +View load balancer details + +### Synopsis + +View detailed information about a load balancer. + +``` +tcloud networking loadbalancers view LOADBALANCER [flags] +``` + +### Examples + +``` +tcloud networking loadbalancers view lb-123 +tcloud networking loadbalancers view lb-123 --output yaml +``` + +### Options + +``` + -h, --help help for view + -o, --output string Output format (yaml) +``` + +### Options inherited from parent commands + +``` + --access-token string Access Token authentication (overrides context) + --api string API endpoint (overrides context) + --client-id string OIDC client ID for OIDC authentication (overrides context) + --client-secret string OIDC client secret for OIDC authentication (overrides context) + -c, --context string Context name + --debug Debug mode + -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) + --token string Personal access token (overrides context) +``` + +### SEE ALSO + +* [tcloud networking loadbalancers](/docs/tcloud/networking/loadbalancers/) - Manage load balancers + diff --git a/docs/tcloud/networking/natgateways/_index.md b/docs/tcloud/networking/natgateways/_index.md index 855dbf9..f7f101d 100644 --- a/docs/tcloud/networking/natgateways/_index.md +++ b/docs/tcloud/networking/natgateways/_index.md @@ -3,7 +3,7 @@ linkTitle: "tcloud networking natgateways" title: "networking natgateways" slug: tcloud_networking_natgateways url: /docs/tcloud/networking/natgateways/ -weight: 9881 +weight: 9856 cascade: type: docs --- @@ -39,6 +39,7 @@ tcloud networking natgateways view ngw-123 -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/networking/natgateways_delete/_index.md b/docs/tcloud/networking/natgateways_delete/_index.md index 8119326..f98cb56 100644 --- a/docs/tcloud/networking/natgateways_delete/_index.md +++ b/docs/tcloud/networking/natgateways_delete/_index.md @@ -3,7 +3,7 @@ linkTitle: "tcloud networking natgateways delete" title: "networking natgateways delete" slug: tcloud_networking_natgateways_delete url: /docs/tcloud/networking/natgateways_delete/ -weight: 9884 +weight: 9859 cascade: type: docs --- @@ -46,6 +46,7 @@ tcloud networking natgateways delete --selector environment=test --force -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/networking/natgateways_list/_index.md b/docs/tcloud/networking/natgateways_list/_index.md index 99fc9e3..731af4d 100644 --- a/docs/tcloud/networking/natgateways_list/_index.md +++ b/docs/tcloud/networking/natgateways_list/_index.md @@ -3,7 +3,7 @@ linkTitle: "tcloud networking natgateways list" title: "networking natgateways list" slug: tcloud_networking_natgateways_list url: /docs/tcloud/networking/natgateways_list/ -weight: 9883 +weight: 9858 cascade: type: docs --- @@ -49,6 +49,7 @@ tcloud networking natgateways list --vpc vpc-123 --no-header -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/networking/natgateways_view/_index.md b/docs/tcloud/networking/natgateways_view/_index.md index 15bbfbb..2fb8f82 100644 --- a/docs/tcloud/networking/natgateways_view/_index.md +++ b/docs/tcloud/networking/natgateways_view/_index.md @@ -3,7 +3,7 @@ linkTitle: "tcloud networking natgateways view" title: "networking natgateways view" slug: tcloud_networking_natgateways_view url: /docs/tcloud/networking/natgateways_view/ -weight: 9882 +weight: 9857 cascade: type: docs --- @@ -43,6 +43,7 @@ tcloud networking natgateways view ngw-123 --output yaml -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/networking/routetables/_index.md b/docs/tcloud/networking/routetables/_index.md index 6675901..7271393 100644 --- a/docs/tcloud/networking/routetables/_index.md +++ b/docs/tcloud/networking/routetables/_index.md @@ -3,7 +3,7 @@ linkTitle: "tcloud networking routetables" title: "networking routetables" slug: tcloud_networking_routetables url: /docs/tcloud/networking/routetables/ -weight: 9879 +weight: 9854 cascade: type: docs --- @@ -27,6 +27,7 @@ Manage routetables -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/networking/routetables_list/_index.md b/docs/tcloud/networking/routetables_list/_index.md index a71c424..74784be 100644 --- a/docs/tcloud/networking/routetables_list/_index.md +++ b/docs/tcloud/networking/routetables_list/_index.md @@ -3,7 +3,7 @@ linkTitle: "tcloud networking routetables list" title: "networking routetables list" slug: tcloud_networking_routetables_list url: /docs/tcloud/networking/routetables_list/ -weight: 9880 +weight: 9855 cascade: type: docs --- @@ -34,6 +34,7 @@ tcloud networking routetables list [flags] -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/networking/security-groups/_index.md b/docs/tcloud/networking/security-groups/_index.md index 1aca15f..85719db 100644 --- a/docs/tcloud/networking/security-groups/_index.md +++ b/docs/tcloud/networking/security-groups/_index.md @@ -3,7 +3,7 @@ linkTitle: "tcloud networking security-groups" title: "networking security-groups" slug: tcloud_networking_security-groups url: /docs/tcloud/networking/security-groups/ -weight: 9874 +weight: 9849 cascade: type: docs --- @@ -39,6 +39,7 @@ tcloud networking security-groups delete sg-456 -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/networking/security-groups_create/_index.md b/docs/tcloud/networking/security-groups_create/_index.md index a895b2c..6eebc5e 100644 --- a/docs/tcloud/networking/security-groups_create/_index.md +++ b/docs/tcloud/networking/security-groups_create/_index.md @@ -3,7 +3,7 @@ linkTitle: "tcloud networking security-groups create" title: "networking security-groups create" slug: tcloud_networking_security-groups_create url: /docs/tcloud/networking/security-groups_create/ -weight: 9878 +weight: 9853 cascade: type: docs --- @@ -46,6 +46,7 @@ tcloud networking security-groups create --name my-sg --vpc vpc-123 --descriptio -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/networking/security-groups_delete/_index.md b/docs/tcloud/networking/security-groups_delete/_index.md index a367b1d..e6b6909 100644 --- a/docs/tcloud/networking/security-groups_delete/_index.md +++ b/docs/tcloud/networking/security-groups_delete/_index.md @@ -3,7 +3,7 @@ linkTitle: "tcloud networking security-groups delete" title: "networking security-groups delete" slug: tcloud_networking_security-groups_delete url: /docs/tcloud/networking/security-groups_delete/ -weight: 9877 +weight: 9852 cascade: type: docs --- @@ -46,6 +46,7 @@ tcloud networking security-groups delete --selector environment=test --force -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/networking/security-groups_list/_index.md b/docs/tcloud/networking/security-groups_list/_index.md index 62f2c0f..c948fd7 100644 --- a/docs/tcloud/networking/security-groups_list/_index.md +++ b/docs/tcloud/networking/security-groups_list/_index.md @@ -3,7 +3,7 @@ linkTitle: "tcloud networking security-groups list" title: "networking security-groups list" slug: tcloud_networking_security-groups_list url: /docs/tcloud/networking/security-groups_list/ -weight: 9876 +weight: 9851 cascade: type: docs --- @@ -48,6 +48,7 @@ tcloud networking security-groups list --exact-time -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/networking/security-groups_view/_index.md b/docs/tcloud/networking/security-groups_view/_index.md index c860030..32bc54d 100644 --- a/docs/tcloud/networking/security-groups_view/_index.md +++ b/docs/tcloud/networking/security-groups_view/_index.md @@ -3,7 +3,7 @@ linkTitle: "tcloud networking security-groups view" title: "networking security-groups view" slug: tcloud_networking_security-groups_view url: /docs/tcloud/networking/security-groups_view/ -weight: 9875 +weight: 9850 cascade: type: docs --- @@ -43,6 +43,7 @@ tcloud networking security-groups view sg-123 --output yaml -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/networking/subnets/_index.md b/docs/tcloud/networking/subnets/_index.md index b3fe833..19ec139 100644 --- a/docs/tcloud/networking/subnets/_index.md +++ b/docs/tcloud/networking/subnets/_index.md @@ -3,7 +3,7 @@ linkTitle: "tcloud networking subnets" title: "networking subnets" slug: tcloud_networking_subnets url: /docs/tcloud/networking/subnets/ -weight: 9870 +weight: 9845 cascade: type: docs --- @@ -27,6 +27,7 @@ Manage subnets -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/networking/subnets_create/_index.md b/docs/tcloud/networking/subnets_create/_index.md index d392c62..daa4d1a 100644 --- a/docs/tcloud/networking/subnets_create/_index.md +++ b/docs/tcloud/networking/subnets_create/_index.md @@ -3,7 +3,7 @@ linkTitle: "tcloud networking subnets create" title: "networking subnets create" slug: tcloud_networking_subnets_create url: /docs/tcloud/networking/subnets_create/ -weight: 9873 +weight: 9848 cascade: type: docs --- @@ -37,6 +37,7 @@ tcloud networking subnets create [flags] -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/networking/subnets_delete/_index.md b/docs/tcloud/networking/subnets_delete/_index.md index 6f034b9..7a57a81 100644 --- a/docs/tcloud/networking/subnets_delete/_index.md +++ b/docs/tcloud/networking/subnets_delete/_index.md @@ -3,7 +3,7 @@ linkTitle: "tcloud networking subnets delete" title: "networking subnets delete" slug: tcloud_networking_subnets_delete url: /docs/tcloud/networking/subnets_delete/ -weight: 9872 +weight: 9847 cascade: type: docs --- @@ -46,6 +46,7 @@ tcloud networking subnets delete --selector environment=test --force -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/networking/subnets_list/_index.md b/docs/tcloud/networking/subnets_list/_index.md index 5caaa74..1d0adcc 100644 --- a/docs/tcloud/networking/subnets_list/_index.md +++ b/docs/tcloud/networking/subnets_list/_index.md @@ -3,7 +3,7 @@ linkTitle: "tcloud networking subnets list" title: "networking subnets list" slug: tcloud_networking_subnets_list url: /docs/tcloud/networking/subnets_list/ -weight: 9871 +weight: 9846 cascade: type: docs --- @@ -35,6 +35,7 @@ tcloud networking subnets list [flags] -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/networking/target-groups/_index.md b/docs/tcloud/networking/target-groups/_index.md new file mode 100644 index 0000000..3bcfab4 --- /dev/null +++ b/docs/tcloud/networking/target-groups/_index.md @@ -0,0 +1,57 @@ +--- +linkTitle: "tcloud networking target-groups" +title: "networking target-groups" +slug: tcloud_networking_target-groups +url: /docs/tcloud/networking/target-groups/ +weight: 9836 +cascade: + type: docs +--- +## tcloud networking target-groups + +Manage load balancer target groups + +### Synopsis + +Manage load balancer target groups, attachments, and backend configuration. + +### Examples + +``` +tcloud networking target-groups list +tcloud networking target-groups create --name web --vpc vpc-123 --port 8080 --protocol http +tcloud networking target-groups attach tg-123 --server machine-123 +``` + +### Options + +``` + -h, --help help for target-groups +``` + +### Options inherited from parent commands + +``` + --access-token string Access Token authentication (overrides context) + --api string API endpoint (overrides context) + --client-id string OIDC client ID for OIDC authentication (overrides context) + --client-secret string OIDC client secret for OIDC authentication (overrides context) + -c, --context string Context name + --debug Debug mode + -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) + --token string Personal access token (overrides context) +``` + +### SEE ALSO + +* [tcloud networking](/docs/tcloud/tcloud_networking/) - Manage networking resources +* [tcloud networking target-groups attach](/docs/tcloud/networking/target-groups_attach/) - Attach a target to a target group +* [tcloud networking target-groups create](/docs/tcloud/networking/target-groups_create/) - Create a target group +* [tcloud networking target-groups delete](/docs/tcloud/networking/target-groups_delete/) - Delete target group(s) +* [tcloud networking target-groups detach](/docs/tcloud/networking/target-groups_detach/) - Detach a target from a target group +* [tcloud networking target-groups list](/docs/tcloud/networking/target-groups_list/) - List target groups +* [tcloud networking target-groups set-attachments](/docs/tcloud/networking/target-groups_set-attachments/) - Replace target group attachments +* [tcloud networking target-groups update](/docs/tcloud/networking/target-groups_update/) - Update a target group +* [tcloud networking target-groups view](/docs/tcloud/networking/target-groups_view/) - View target group details + diff --git a/docs/tcloud/networking/target-groups_attach/_index.md b/docs/tcloud/networking/target-groups_attach/_index.md new file mode 100644 index 0000000..d74b152 --- /dev/null +++ b/docs/tcloud/networking/target-groups_attach/_index.md @@ -0,0 +1,54 @@ +--- +linkTitle: "tcloud networking target-groups attach" +title: "networking target-groups attach" +slug: tcloud_networking_target-groups_attach +url: /docs/tcloud/networking/target-groups_attach/ +weight: 9844 +cascade: + type: docs +--- +## tcloud networking target-groups attach + +Attach a target to a target group + +### Synopsis + +Attach a server or endpoint to a target group. + +``` +tcloud networking target-groups attach TARGET_GROUP [flags] +``` + +### Examples + +``` +tcloud networking target-groups attach tg-123 --server machine-123 +tcloud networking target-groups attach tg-123 --endpoint endpoint-123 +``` + +### Options + +``` + --endpoint string Endpoint identity to attach + -h, --help help for attach + --server string Server identity to attach +``` + +### Options inherited from parent commands + +``` + --access-token string Access Token authentication (overrides context) + --api string API endpoint (overrides context) + --client-id string OIDC client ID for OIDC authentication (overrides context) + --client-secret string OIDC client secret for OIDC authentication (overrides context) + -c, --context string Context name + --debug Debug mode + -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) + --token string Personal access token (overrides context) +``` + +### SEE ALSO + +* [tcloud networking target-groups](/docs/tcloud/networking/target-groups/) - Manage load balancer target groups + diff --git a/docs/tcloud/networking/target-groups_create/_index.md b/docs/tcloud/networking/target-groups_create/_index.md new file mode 100644 index 0000000..4eb2e86 --- /dev/null +++ b/docs/tcloud/networking/target-groups_create/_index.md @@ -0,0 +1,61 @@ +--- +linkTitle: "tcloud networking target-groups create" +title: "networking target-groups create" +slug: tcloud_networking_target-groups_create +url: /docs/tcloud/networking/target-groups_create/ +weight: 9843 +cascade: + type: docs +--- +## tcloud networking target-groups create + +Create a target group + +### Synopsis + +Create a new load balancer target group. + +``` +tcloud networking target-groups create [flags] +``` + +### Examples + +``` +tcloud networking target-groups create --name web --vpc vpc-123 --port 8080 --protocol http +``` + +### Options + +``` + --annotations strings Annotations in key=value format + --description string Description of the target group + --enable-proxy-protocol Enable proxy protocol + -h, --help help for create + --labels strings Labels in key=value format + --loadbalancing-policy string Load balancing policy (ROUND_ROBIN, RANDOM, MAGLEV) + --name string Name of the target group + --port int Target port + --protocol string Target protocol (tcp, udp, http, https, grpc, quic) + --target-selector strings Label selector for automatic target assignment (key=value) + --vpc string VPC identity, slug, or name +``` + +### Options inherited from parent commands + +``` + --access-token string Access Token authentication (overrides context) + --api string API endpoint (overrides context) + --client-id string OIDC client ID for OIDC authentication (overrides context) + --client-secret string OIDC client secret for OIDC authentication (overrides context) + -c, --context string Context name + --debug Debug mode + -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) + --token string Personal access token (overrides context) +``` + +### SEE ALSO + +* [tcloud networking target-groups](/docs/tcloud/networking/target-groups/) - Manage load balancer target groups + diff --git a/docs/tcloud/networking/target-groups_delete/_index.md b/docs/tcloud/networking/target-groups_delete/_index.md new file mode 100644 index 0000000..eb32fda --- /dev/null +++ b/docs/tcloud/networking/target-groups_delete/_index.md @@ -0,0 +1,54 @@ +--- +linkTitle: "tcloud networking target-groups delete" +title: "networking target-groups delete" +slug: tcloud_networking_target-groups_delete +url: /docs/tcloud/networking/target-groups_delete/ +weight: 9842 +cascade: + type: docs +--- +## tcloud networking target-groups delete + +Delete target group(s) + +### Synopsis + +Delete target group(s) by identity or label selector. + +``` +tcloud networking target-groups delete [TARGET_GROUP...] [flags] +``` + +### Examples + +``` +tcloud networking target-groups delete tg-123 +tcloud networking target-groups delete --selector env=test --force +``` + +### Options + +``` + --force Skip confirmation + -h, --help help for delete + -l, --selector string Label selector (format: key1=value1,key2=value2) +``` + +### Options inherited from parent commands + +``` + --access-token string Access Token authentication (overrides context) + --api string API endpoint (overrides context) + --client-id string OIDC client ID for OIDC authentication (overrides context) + --client-secret string OIDC client secret for OIDC authentication (overrides context) + -c, --context string Context name + --debug Debug mode + -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) + --token string Personal access token (overrides context) +``` + +### SEE ALSO + +* [tcloud networking target-groups](/docs/tcloud/networking/target-groups/) - Manage load balancer target groups + diff --git a/docs/tcloud/networking/target-groups_detach/_index.md b/docs/tcloud/networking/target-groups_detach/_index.md new file mode 100644 index 0000000..523fe53 --- /dev/null +++ b/docs/tcloud/networking/target-groups_detach/_index.md @@ -0,0 +1,51 @@ +--- +linkTitle: "tcloud networking target-groups detach" +title: "networking target-groups detach" +slug: tcloud_networking_target-groups_detach +url: /docs/tcloud/networking/target-groups_detach/ +weight: 9841 +cascade: + type: docs +--- +## tcloud networking target-groups detach + +Detach a target from a target group + +### Synopsis + +Detach a target attachment from a target group. + +``` +tcloud networking target-groups detach TARGET_GROUP ATTACHMENT [flags] +``` + +### Examples + +``` +tcloud networking target-groups detach tg-123 attachment-456 +``` + +### Options + +``` + -h, --help help for detach +``` + +### Options inherited from parent commands + +``` + --access-token string Access Token authentication (overrides context) + --api string API endpoint (overrides context) + --client-id string OIDC client ID for OIDC authentication (overrides context) + --client-secret string OIDC client secret for OIDC authentication (overrides context) + -c, --context string Context name + --debug Debug mode + -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) + --token string Personal access token (overrides context) +``` + +### SEE ALSO + +* [tcloud networking target-groups](/docs/tcloud/networking/target-groups/) - Manage load balancer target groups + diff --git a/docs/tcloud/networking/target-groups_list/_index.md b/docs/tcloud/networking/target-groups_list/_index.md new file mode 100644 index 0000000..d605552 --- /dev/null +++ b/docs/tcloud/networking/target-groups_list/_index.md @@ -0,0 +1,57 @@ +--- +linkTitle: "tcloud networking target-groups list" +title: "networking target-groups list" +slug: tcloud_networking_target-groups_list +url: /docs/tcloud/networking/target-groups_list/ +weight: 9840 +cascade: + type: docs +--- +## tcloud networking target-groups list + +List target groups + +### Synopsis + +List load balancer target groups within your organisation. + +``` +tcloud networking target-groups list [flags] +``` + +### Examples + +``` +tcloud networking target-groups list +tcloud networking target-groups list --vpc vpc-123 +``` + +### Options + +``` + --exact-time Show exact time instead of relative time + -h, --help help for list + --no-header Do not print the header + -l, --selector string Label selector (format: key1=value1,key2=value2) + --show-labels Show labels + --vpc string Filter by VPC +``` + +### Options inherited from parent commands + +``` + --access-token string Access Token authentication (overrides context) + --api string API endpoint (overrides context) + --client-id string OIDC client ID for OIDC authentication (overrides context) + --client-secret string OIDC client secret for OIDC authentication (overrides context) + -c, --context string Context name + --debug Debug mode + -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) + --token string Personal access token (overrides context) +``` + +### SEE ALSO + +* [tcloud networking target-groups](/docs/tcloud/networking/target-groups/) - Manage load balancer target groups + diff --git a/docs/tcloud/networking/target-groups_set-attachments/_index.md b/docs/tcloud/networking/target-groups_set-attachments/_index.md new file mode 100644 index 0000000..ee04510 --- /dev/null +++ b/docs/tcloud/networking/target-groups_set-attachments/_index.md @@ -0,0 +1,53 @@ +--- +linkTitle: "tcloud networking target-groups set-attachments" +title: "networking target-groups set-attachments" +slug: tcloud_networking_target-groups_set-attachments +url: /docs/tcloud/networking/target-groups_set-attachments/ +weight: 9839 +cascade: + type: docs +--- +## tcloud networking target-groups set-attachments + +Replace target group attachments + +### Synopsis + +Replace all server and endpoint attachments on a target group. Existing attachments not listed are removed. + +``` +tcloud networking target-groups set-attachments TARGET_GROUP [flags] +``` + +### Examples + +``` +tcloud networking target-groups set-attachments tg-123 --server machine-1 --server machine-2 +``` + +### Options + +``` + --endpoint strings Endpoint identities to attach + -h, --help help for set-attachments + --server strings Server identities to attach +``` + +### Options inherited from parent commands + +``` + --access-token string Access Token authentication (overrides context) + --api string API endpoint (overrides context) + --client-id string OIDC client ID for OIDC authentication (overrides context) + --client-secret string OIDC client secret for OIDC authentication (overrides context) + -c, --context string Context name + --debug Debug mode + -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) + --token string Personal access token (overrides context) +``` + +### SEE ALSO + +* [tcloud networking target-groups](/docs/tcloud/networking/target-groups/) - Manage load balancer target groups + diff --git a/docs/tcloud/networking/target-groups_update/_index.md b/docs/tcloud/networking/target-groups_update/_index.md new file mode 100644 index 0000000..a226251 --- /dev/null +++ b/docs/tcloud/networking/target-groups_update/_index.md @@ -0,0 +1,61 @@ +--- +linkTitle: "tcloud networking target-groups update" +title: "networking target-groups update" +slug: tcloud_networking_target-groups_update +url: /docs/tcloud/networking/target-groups_update/ +weight: 9838 +cascade: + type: docs +--- +## tcloud networking target-groups update + +Update a target group + +### Synopsis + +Update properties of an existing target group. + +``` +tcloud networking target-groups update TARGET_GROUP [flags] +``` + +### Examples + +``` +tcloud networking target-groups update tg-123 --name web-prod +tcloud networking target-groups update tg-123 --port 8443 +``` + +### Options + +``` + --annotations strings Annotations in key=value format + --description string Description of the target group + --enable-proxy-protocol Enable proxy protocol + -h, --help help for update + --labels strings Labels in key=value format + --loadbalancing-policy string Load balancing policy (ROUND_ROBIN, RANDOM, MAGLEV) + --name string Name of the target group + --port int Target port + --protocol string Target protocol + --target-selector strings Label selector for automatic target assignment (key=value) +``` + +### Options inherited from parent commands + +``` + --access-token string Access Token authentication (overrides context) + --api string API endpoint (overrides context) + --client-id string OIDC client ID for OIDC authentication (overrides context) + --client-secret string OIDC client secret for OIDC authentication (overrides context) + -c, --context string Context name + --debug Debug mode + -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) + --token string Personal access token (overrides context) +``` + +### SEE ALSO + +* [tcloud networking target-groups](/docs/tcloud/networking/target-groups/) - Manage load balancer target groups + diff --git a/docs/tcloud/networking/target-groups_view/_index.md b/docs/tcloud/networking/target-groups_view/_index.md new file mode 100644 index 0000000..3f2bbc5 --- /dev/null +++ b/docs/tcloud/networking/target-groups_view/_index.md @@ -0,0 +1,53 @@ +--- +linkTitle: "tcloud networking target-groups view" +title: "networking target-groups view" +slug: tcloud_networking_target-groups_view +url: /docs/tcloud/networking/target-groups_view/ +weight: 9837 +cascade: + type: docs +--- +## tcloud networking target-groups view + +View target group details + +### Synopsis + +View detailed information about a target group. + +``` +tcloud networking target-groups view TARGET_GROUP [flags] +``` + +### Examples + +``` +tcloud networking target-groups view tg-123 +tcloud networking target-groups view tg-123 --output yaml +``` + +### Options + +``` + -h, --help help for view + -o, --output string Output format (yaml) +``` + +### Options inherited from parent commands + +``` + --access-token string Access Token authentication (overrides context) + --api string API endpoint (overrides context) + --client-id string OIDC client ID for OIDC authentication (overrides context) + --client-secret string OIDC client secret for OIDC authentication (overrides context) + -c, --context string Context name + --debug Debug mode + -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) + --token string Personal access token (overrides context) +``` + +### SEE ALSO + +* [tcloud networking target-groups](/docs/tcloud/networking/target-groups/) - Manage load balancer target groups + diff --git a/docs/tcloud/networking/vpc-peering/_index.md b/docs/tcloud/networking/vpc-peering/_index.md index 47c1405..c7ffe80 100644 --- a/docs/tcloud/networking/vpc-peering/_index.md +++ b/docs/tcloud/networking/vpc-peering/_index.md @@ -3,7 +3,7 @@ linkTitle: "tcloud networking vpc-peering" title: "networking vpc-peering" slug: tcloud_networking_vpc-peering url: /docs/tcloud/networking/vpc-peering/ -weight: 9863 +weight: 9829 cascade: type: docs --- @@ -27,6 +27,7 @@ Manage VPC peering connections -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/networking/vpc-peering_accept/_index.md b/docs/tcloud/networking/vpc-peering_accept/_index.md index 7c0070e..5661261 100644 --- a/docs/tcloud/networking/vpc-peering_accept/_index.md +++ b/docs/tcloud/networking/vpc-peering_accept/_index.md @@ -3,7 +3,7 @@ linkTitle: "tcloud networking vpc-peering accept" title: "networking vpc-peering accept" slug: tcloud_networking_vpc-peering_accept url: /docs/tcloud/networking/vpc-peering_accept/ -weight: 9869 +weight: 9835 cascade: type: docs --- @@ -44,6 +44,7 @@ tcloud networking vpc-peering accept vpcpc-123 --force -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/networking/vpc-peering_create/_index.md b/docs/tcloud/networking/vpc-peering_create/_index.md index 2ff60e2..0836c91 100644 --- a/docs/tcloud/networking/vpc-peering_create/_index.md +++ b/docs/tcloud/networking/vpc-peering_create/_index.md @@ -3,7 +3,7 @@ linkTitle: "tcloud networking vpc-peering create" title: "networking vpc-peering create" slug: tcloud_networking_vpc-peering_create url: /docs/tcloud/networking/vpc-peering_create/ -weight: 9868 +weight: 9834 cascade: type: docs --- @@ -40,6 +40,7 @@ tcloud networking vpc-peering create [flags] -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/networking/vpc-peering_delete/_index.md b/docs/tcloud/networking/vpc-peering_delete/_index.md index 17adf59..ab90202 100644 --- a/docs/tcloud/networking/vpc-peering_delete/_index.md +++ b/docs/tcloud/networking/vpc-peering_delete/_index.md @@ -3,7 +3,7 @@ linkTitle: "tcloud networking vpc-peering delete" title: "networking vpc-peering delete" slug: tcloud_networking_vpc-peering_delete url: /docs/tcloud/networking/vpc-peering_delete/ -weight: 9867 +weight: 9833 cascade: type: docs --- @@ -45,6 +45,7 @@ tcloud networking vpc-peering delete --selector environment=test --force -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/networking/vpc-peering_list/_index.md b/docs/tcloud/networking/vpc-peering_list/_index.md index d1f434d..b5545e0 100644 --- a/docs/tcloud/networking/vpc-peering_list/_index.md +++ b/docs/tcloud/networking/vpc-peering_list/_index.md @@ -3,7 +3,7 @@ linkTitle: "tcloud networking vpc-peering list" title: "networking vpc-peering list" slug: tcloud_networking_vpc-peering_list url: /docs/tcloud/networking/vpc-peering_list/ -weight: 9866 +weight: 9832 cascade: type: docs --- @@ -34,6 +34,7 @@ tcloud networking vpc-peering list [flags] -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/networking/vpc-peering_reject/_index.md b/docs/tcloud/networking/vpc-peering_reject/_index.md index 1c18918..2a9a1cd 100644 --- a/docs/tcloud/networking/vpc-peering_reject/_index.md +++ b/docs/tcloud/networking/vpc-peering_reject/_index.md @@ -3,7 +3,7 @@ linkTitle: "tcloud networking vpc-peering reject" title: "networking vpc-peering reject" slug: tcloud_networking_vpc-peering_reject url: /docs/tcloud/networking/vpc-peering_reject/ -weight: 9865 +weight: 9831 cascade: type: docs --- @@ -46,6 +46,7 @@ tcloud networking vpc-peering reject vpcpc-123 --force -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/networking/vpc-peering_update/_index.md b/docs/tcloud/networking/vpc-peering_update/_index.md index 1e00613..a04eb49 100644 --- a/docs/tcloud/networking/vpc-peering_update/_index.md +++ b/docs/tcloud/networking/vpc-peering_update/_index.md @@ -3,7 +3,7 @@ linkTitle: "tcloud networking vpc-peering update" title: "networking vpc-peering update" slug: tcloud_networking_vpc-peering_update url: /docs/tcloud/networking/vpc-peering_update/ -weight: 9864 +weight: 9830 cascade: type: docs --- @@ -36,6 +36,7 @@ tcloud networking vpc-peering update [flags] -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/networking/vpcs/_index.md b/docs/tcloud/networking/vpcs/_index.md index c080548..dabea81 100644 --- a/docs/tcloud/networking/vpcs/_index.md +++ b/docs/tcloud/networking/vpcs/_index.md @@ -3,7 +3,7 @@ linkTitle: "tcloud networking vpcs" title: "networking vpcs" slug: tcloud_networking_vpcs url: /docs/tcloud/networking/vpcs/ -weight: 9859 +weight: 9825 cascade: type: docs --- @@ -27,6 +27,7 @@ Manage VPCs -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/networking/vpcs_create/_index.md b/docs/tcloud/networking/vpcs_create/_index.md index 6edadec..3e11200 100644 --- a/docs/tcloud/networking/vpcs_create/_index.md +++ b/docs/tcloud/networking/vpcs_create/_index.md @@ -3,7 +3,7 @@ linkTitle: "tcloud networking vpcs create" title: "networking vpcs create" slug: tcloud_networking_vpcs_create url: /docs/tcloud/networking/vpcs_create/ -weight: 9862 +weight: 9828 cascade: type: docs --- @@ -37,6 +37,7 @@ tcloud networking vpcs create [flags] -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/networking/vpcs_delete/_index.md b/docs/tcloud/networking/vpcs_delete/_index.md index b3c7386..120a4b3 100644 --- a/docs/tcloud/networking/vpcs_delete/_index.md +++ b/docs/tcloud/networking/vpcs_delete/_index.md @@ -3,7 +3,7 @@ linkTitle: "tcloud networking vpcs delete" title: "networking vpcs delete" slug: tcloud_networking_vpcs_delete url: /docs/tcloud/networking/vpcs_delete/ -weight: 9861 +weight: 9827 cascade: type: docs --- @@ -46,6 +46,7 @@ tcloud networking vpcs delete --selector environment=test --force -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/networking/vpcs_list/_index.md b/docs/tcloud/networking/vpcs_list/_index.md index 629f219..eed2db4 100644 --- a/docs/tcloud/networking/vpcs_list/_index.md +++ b/docs/tcloud/networking/vpcs_list/_index.md @@ -3,7 +3,7 @@ linkTitle: "tcloud networking vpcs list" title: "networking vpcs list" slug: tcloud_networking_vpcs_list url: /docs/tcloud/networking/vpcs_list/ -weight: 9860 +weight: 9826 cascade: type: docs --- @@ -34,6 +34,7 @@ tcloud networking vpcs list [flags] -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/object-storage/_index.md b/docs/tcloud/object-storage/_index.md index 9538b7d..3dbe7a1 100644 --- a/docs/tcloud/object-storage/_index.md +++ b/docs/tcloud/object-storage/_index.md @@ -3,7 +3,7 @@ linkTitle: "tcloud object-storage" title: "object-storage" slug: tcloud_object-storage url: /docs/tcloud/tcloud_object-storage/ -weight: 9853 +weight: 9819 cascade: type: docs --- @@ -27,6 +27,7 @@ Manage object storage buckets -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/object-storage/create/_index.md b/docs/tcloud/object-storage/create/_index.md index 2ad2c67..a582ef2 100644 --- a/docs/tcloud/object-storage/create/_index.md +++ b/docs/tcloud/object-storage/create/_index.md @@ -3,7 +3,7 @@ linkTitle: "tcloud object-storage create" title: "object-storage create" slug: tcloud_object-storage_create url: /docs/tcloud/object-storage/create/ -weight: 9857 +weight: 9823 cascade: type: docs --- @@ -41,6 +41,7 @@ tcloud object-storage create [flags] -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/object-storage/delete/_index.md b/docs/tcloud/object-storage/delete/_index.md index 7f01243..7e42a00 100644 --- a/docs/tcloud/object-storage/delete/_index.md +++ b/docs/tcloud/object-storage/delete/_index.md @@ -3,7 +3,7 @@ linkTitle: "tcloud object-storage delete" title: "object-storage delete" slug: tcloud_object-storage_delete url: /docs/tcloud/object-storage/delete/ -weight: 9856 +weight: 9822 cascade: type: docs --- @@ -45,6 +45,7 @@ tcloud storage object-storage delete my-bucket --force -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/object-storage/list/_index.md b/docs/tcloud/object-storage/list/_index.md index 82f1894..f5aef07 100644 --- a/docs/tcloud/object-storage/list/_index.md +++ b/docs/tcloud/object-storage/list/_index.md @@ -3,7 +3,7 @@ linkTitle: "tcloud object-storage list" title: "object-storage list" slug: tcloud_object-storage_list url: /docs/tcloud/object-storage/list/ -weight: 9855 +weight: 9821 cascade: type: docs --- @@ -33,6 +33,7 @@ tcloud object-storage list [flags] -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/object-storage/update/_index.md b/docs/tcloud/object-storage/update/_index.md index 430748a..3baa255 100644 --- a/docs/tcloud/object-storage/update/_index.md +++ b/docs/tcloud/object-storage/update/_index.md @@ -3,7 +3,7 @@ linkTitle: "tcloud object-storage update" title: "object-storage update" slug: tcloud_object-storage_update url: /docs/tcloud/object-storage/update/ -weight: 9854 +weight: 9820 cascade: type: docs --- @@ -38,6 +38,7 @@ tcloud object-storage update [flags] -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/oidc/_index.md b/docs/tcloud/oidc/_index.md index f6fecdc..9bc162a 100644 --- a/docs/tcloud/oidc/_index.md +++ b/docs/tcloud/oidc/_index.md @@ -3,7 +3,7 @@ linkTitle: "tcloud oidc" title: "oidc" slug: tcloud_oidc url: /docs/tcloud/tcloud_oidc/ -weight: 9851 +weight: 9817 cascade: type: docs --- @@ -31,6 +31,7 @@ OIDC token operations for Thalassa Cloud, such as OIDC Federation and token exch -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/oidc/token-exchange/_index.md b/docs/tcloud/oidc/token-exchange/_index.md index 0d4f363..bcbd1a0 100644 --- a/docs/tcloud/oidc/token-exchange/_index.md +++ b/docs/tcloud/oidc/token-exchange/_index.md @@ -3,7 +3,7 @@ linkTitle: "tcloud oidc token-exchange" title: "oidc token-exchange" slug: tcloud_oidc_token-exchange url: /docs/tcloud/oidc/token-exchange/ -weight: 9852 +weight: 9818 cascade: type: docs --- @@ -39,6 +39,7 @@ tcloud oidc token-exchange [flags] -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/projects/_index.md b/docs/tcloud/projects/_index.md new file mode 100644 index 0000000..eb1d5d7 --- /dev/null +++ b/docs/tcloud/projects/_index.md @@ -0,0 +1,44 @@ +--- +linkTitle: "tcloud projects" +title: "projects" +slug: tcloud_projects +url: /docs/tcloud/tcloud_projects/ +weight: 9815 +cascade: + type: docs +--- +## tcloud projects + +Manage projects (private beta) + +### Synopsis + +Manage projects within the organisation selected in your context. + +Note: This command is in private beta and requires the project feature gate to be enabled on your organisation. + +### Options + +``` + -h, --help help for projects +``` + +### Options inherited from parent commands + +``` + --access-token string Access Token authentication (overrides context) + --api string API endpoint (overrides context) + --client-id string OIDC client ID for OIDC authentication (overrides context) + --client-secret string OIDC client secret for OIDC authentication (overrides context) + -c, --context string Context name + --debug Debug mode + -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) + --token string Personal access token (overrides context) +``` + +### SEE ALSO + +* [tcloud](/docs/tcloud/tcloud/) - A CLI for working with the Thalassa Cloud Platform +* [tcloud projects list](/docs/tcloud/projects/list/) - List projects in the current organisation + diff --git a/docs/tcloud/projects/list/_index.md b/docs/tcloud/projects/list/_index.md new file mode 100644 index 0000000..a5e6f7c --- /dev/null +++ b/docs/tcloud/projects/list/_index.md @@ -0,0 +1,44 @@ +--- +linkTitle: "tcloud projects list" +title: "projects list" +slug: tcloud_projects_list +url: /docs/tcloud/projects/list/ +weight: 9816 +cascade: + type: docs +--- +## tcloud projects list + +List projects in the current organisation + +``` +tcloud projects list [flags] +``` + +### Options + +``` + -h, --help help for list + --include-root include organisation root (no project) as the first entry + --no-header do not print headers + --slug-only only print the slug +``` + +### Options inherited from parent commands + +``` + --access-token string Access Token authentication (overrides context) + --api string API endpoint (overrides context) + --client-id string OIDC client ID for OIDC authentication (overrides context) + --client-secret string OIDC client secret for OIDC authentication (overrides context) + -c, --context string Context name + --debug Debug mode + -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) + --token string Personal access token (overrides context) +``` + +### SEE ALSO + +* [tcloud projects](/docs/tcloud/tcloud_projects/) - Manage projects (private beta) + diff --git a/docs/tcloud/quotas/_index.md b/docs/tcloud/quotas/_index.md new file mode 100644 index 0000000..23d948c --- /dev/null +++ b/docs/tcloud/quotas/_index.md @@ -0,0 +1,58 @@ +--- +linkTitle: "tcloud quotas" +title: "quotas" +slug: tcloud_quotas +url: /docs/tcloud/tcloud_quotas/ +weight: 9811 +cascade: + type: docs +--- +## tcloud quotas + +View and request changes to organisation resource quotas + +### Synopsis + +List organisation quotas, inspect current usage, and submit increase requests. +Quotas apply per organisation in your current context. + +### Examples + +``` + # List all quotas for the current organisation + tcloud quotas list + + # Show a single quota including pending increase requests + tcloud quotas get machines + + # Request a higher limit + tcloud quotas request-increase machines --new-max-usage 50 --reason "Growing production fleet" +``` + +### Options + +``` + -h, --help help for quotas +``` + +### Options inherited from parent commands + +``` + --access-token string Access Token authentication (overrides context) + --api string API endpoint (overrides context) + --client-id string OIDC client ID for OIDC authentication (overrides context) + --client-secret string OIDC client secret for OIDC authentication (overrides context) + -c, --context string Context name + --debug Debug mode + -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) + --token string Personal access token (overrides context) +``` + +### SEE ALSO + +* [tcloud](/docs/tcloud/tcloud/) - A CLI for working with the Thalassa Cloud Platform +* [tcloud quotas get](/docs/tcloud/quotas/get/) - Show details for a quota +* [tcloud quotas list](/docs/tcloud/quotas/list/) - List organisation quotas +* [tcloud quotas request-increase](/docs/tcloud/quotas/request-increase/) - Request a quota limit increase + diff --git a/docs/tcloud/quotas/get/_index.md b/docs/tcloud/quotas/get/_index.md new file mode 100644 index 0000000..874218e --- /dev/null +++ b/docs/tcloud/quotas/get/_index.md @@ -0,0 +1,42 @@ +--- +linkTitle: "tcloud quotas get" +title: "quotas get" +slug: tcloud_quotas_get +url: /docs/tcloud/quotas/get/ +weight: 9814 +cascade: + type: docs +--- +## tcloud quotas get + +Show details for a quota + +``` +tcloud quotas get [flags] +``` + +### Options + +``` + --exact-time Show full timestamps instead of relative time + -h, --help help for get +``` + +### Options inherited from parent commands + +``` + --access-token string Access Token authentication (overrides context) + --api string API endpoint (overrides context) + --client-id string OIDC client ID for OIDC authentication (overrides context) + --client-secret string OIDC client secret for OIDC authentication (overrides context) + -c, --context string Context name + --debug Debug mode + -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) + --token string Personal access token (overrides context) +``` + +### SEE ALSO + +* [tcloud quotas](/docs/tcloud/tcloud_quotas/) - View and request changes to organisation resource quotas + diff --git a/docs/tcloud/quotas/list/_index.md b/docs/tcloud/quotas/list/_index.md new file mode 100644 index 0000000..817c224 --- /dev/null +++ b/docs/tcloud/quotas/list/_index.md @@ -0,0 +1,43 @@ +--- +linkTitle: "tcloud quotas list" +title: "quotas list" +slug: tcloud_quotas_list +url: /docs/tcloud/quotas/list/ +weight: 9813 +cascade: + type: docs +--- +## tcloud quotas list + +List organisation quotas + +``` +tcloud quotas list [flags] +``` + +### Options + +``` + -h, --help help for list + --no-header Do not print table headers + --show-increase-requests Include requested increase limits and their decision status +``` + +### Options inherited from parent commands + +``` + --access-token string Access Token authentication (overrides context) + --api string API endpoint (overrides context) + --client-id string OIDC client ID for OIDC authentication (overrides context) + --client-secret string OIDC client secret for OIDC authentication (overrides context) + -c, --context string Context name + --debug Debug mode + -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) + --token string Personal access token (overrides context) +``` + +### SEE ALSO + +* [tcloud quotas](/docs/tcloud/tcloud_quotas/) - View and request changes to organisation resource quotas + diff --git a/docs/tcloud/quotas/request-increase/_index.md b/docs/tcloud/quotas/request-increase/_index.md new file mode 100644 index 0000000..0248445 --- /dev/null +++ b/docs/tcloud/quotas/request-increase/_index.md @@ -0,0 +1,43 @@ +--- +linkTitle: "tcloud quotas request-increase" +title: "quotas request-increase" +slug: tcloud_quotas_request-increase +url: /docs/tcloud/quotas/request-increase/ +weight: 9812 +cascade: + type: docs +--- +## tcloud quotas request-increase + +Request a quota limit increase + +``` +tcloud quotas request-increase [flags] +``` + +### Options + +``` + -h, --help help for request-increase + --new-max-usage int Requested maximum usage limit + --reason string Reason for the increase request +``` + +### Options inherited from parent commands + +``` + --access-token string Access Token authentication (overrides context) + --api string API endpoint (overrides context) + --client-id string OIDC client ID for OIDC authentication (overrides context) + --client-secret string OIDC client secret for OIDC authentication (overrides context) + -c, --context string Context name + --debug Debug mode + -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) + --token string Personal access token (overrides context) +``` + +### SEE ALSO + +* [tcloud quotas](/docs/tcloud/tcloud_quotas/) - View and request changes to organisation resource quotas + diff --git a/docs/tcloud/regions/_index.md b/docs/tcloud/regions/_index.md index 68043da..f035b13 100644 --- a/docs/tcloud/regions/_index.md +++ b/docs/tcloud/regions/_index.md @@ -3,7 +3,7 @@ linkTitle: "tcloud regions" title: "regions" slug: tcloud_regions url: /docs/tcloud/tcloud_regions/ -weight: 9849 +weight: 9809 cascade: type: docs --- @@ -27,6 +27,7 @@ Thalassa Cloud Platform Regions -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/regions/list/_index.md b/docs/tcloud/regions/list/_index.md index 87325a0..15d4834 100644 --- a/docs/tcloud/regions/list/_index.md +++ b/docs/tcloud/regions/list/_index.md @@ -3,7 +3,7 @@ linkTitle: "tcloud regions list" title: "regions list" slug: tcloud_regions_list url: /docs/tcloud/regions/list/ -weight: 9850 +weight: 9810 cascade: type: docs --- @@ -36,6 +36,7 @@ tcloud regions list [flags] -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/registry/_index.md b/docs/tcloud/registry/_index.md new file mode 100644 index 0000000..008069a --- /dev/null +++ b/docs/tcloud/registry/_index.md @@ -0,0 +1,51 @@ +--- +linkTitle: "tcloud registry" +title: "registry" +slug: tcloud_registry +url: /docs/tcloud/tcloud_registry/ +weight: 9790 +cascade: + type: docs +--- +## tcloud registry + +Manage the Thalassa container registry + +### Synopsis + +Manage container registry namespaces, repositories, configuration, and retention policies. + +### Examples + +``` +tcloud registry namespaces list +tcloud registry namespaces create --namespace my-app --region eu-west-1 +tcloud registry repositories list --namespace crns-123 +``` + +### Options + +``` + -h, --help help for registry +``` + +### Options inherited from parent commands + +``` + --access-token string Access Token authentication (overrides context) + --api string API endpoint (overrides context) + --client-id string OIDC client ID for OIDC authentication (overrides context) + --client-secret string OIDC client secret for OIDC authentication (overrides context) + -c, --context string Context name + --debug Debug mode + -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) + --token string Personal access token (overrides context) +``` + +### SEE ALSO + +* [tcloud](/docs/tcloud/tcloud/) - A CLI for working with the Thalassa Cloud Platform +* [tcloud registry namespaces](/docs/tcloud/registry/namespaces/) - Manage container registry namespaces +* [tcloud registry repositories](/docs/tcloud/registry/repositories/) - Manage container registry repositories + diff --git a/docs/tcloud/registry/namespaces/_index.md b/docs/tcloud/registry/namespaces/_index.md new file mode 100644 index 0000000..9ec211e --- /dev/null +++ b/docs/tcloud/registry/namespaces/_index.md @@ -0,0 +1,51 @@ +--- +linkTitle: "tcloud registry namespaces" +title: "registry namespaces" +slug: tcloud_registry_namespaces +url: /docs/tcloud/registry/namespaces/ +weight: 9796 +cascade: + type: docs +--- +## tcloud registry namespaces + +Manage container registry namespaces + +### Examples + +``` +tcloud registry namespaces list +tcloud registry namespaces create --namespace my-app --region eu-west-1 +``` + +### Options + +``` + -h, --help help for namespaces +``` + +### Options inherited from parent commands + +``` + --access-token string Access Token authentication (overrides context) + --api string API endpoint (overrides context) + --client-id string OIDC client ID for OIDC authentication (overrides context) + --client-secret string OIDC client secret for OIDC authentication (overrides context) + -c, --context string Context name + --debug Debug mode + -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) + --token string Personal access token (overrides context) +``` + +### SEE ALSO + +* [tcloud registry](/docs/tcloud/tcloud_registry/) - Manage the Thalassa container registry +* [tcloud registry namespaces configuration](/docs/tcloud/registry/namespaces_configuration/) - Manage namespace configuration +* [tcloud registry namespaces create](/docs/tcloud/registry/namespaces_create/) - Create a container registry namespace +* [tcloud registry namespaces delete](/docs/tcloud/registry/namespaces_delete/) - Delete container registry namespace(s) +* [tcloud registry namespaces list](/docs/tcloud/registry/namespaces_list/) - List container registry namespaces +* [tcloud registry namespaces retention](/docs/tcloud/registry/namespaces_retention/) - Run retention policies +* [tcloud registry namespaces update](/docs/tcloud/registry/namespaces_update/) - Update a container registry namespace +* [tcloud registry namespaces view](/docs/tcloud/registry/namespaces_view/) - View namespace details + diff --git a/docs/tcloud/registry/namespaces_configuration/_index.md b/docs/tcloud/registry/namespaces_configuration/_index.md new file mode 100644 index 0000000..20c98bb --- /dev/null +++ b/docs/tcloud/registry/namespaces_configuration/_index.md @@ -0,0 +1,52 @@ +--- +linkTitle: "tcloud registry namespaces configuration" +title: "registry namespaces configuration" +slug: tcloud_registry_namespaces_configuration +url: /docs/tcloud/registry/namespaces_configuration/ +weight: 9804 +cascade: + type: docs +--- +## tcloud registry namespaces configuration + +Manage namespace configuration + +### Synopsis + +Manage visibility and retention policy configuration for a container registry namespace. + +### Examples + +``` +tcloud registry namespaces configuration view --namespace crns-123 +tcloud registry namespaces configuration create --namespace crns-123 --visibility private +``` + +### Options + +``` + -h, --help help for configuration +``` + +### Options inherited from parent commands + +``` + --access-token string Access Token authentication (overrides context) + --api string API endpoint (overrides context) + --client-id string OIDC client ID for OIDC authentication (overrides context) + --client-secret string OIDC client secret for OIDC authentication (overrides context) + -c, --context string Context name + --debug Debug mode + -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) + --token string Personal access token (overrides context) +``` + +### SEE ALSO + +* [tcloud registry namespaces](/docs/tcloud/registry/namespaces/) - Manage container registry namespaces +* [tcloud registry namespaces configuration create](/docs/tcloud/registry/namespaces_configuration_create/) - Create namespace configuration +* [tcloud registry namespaces configuration delete](/docs/tcloud/registry/namespaces_configuration_delete/) - Delete namespace configuration +* [tcloud registry namespaces configuration update](/docs/tcloud/registry/namespaces_configuration_update/) - Update namespace configuration +* [tcloud registry namespaces configuration view](/docs/tcloud/registry/namespaces_configuration_view/) - View namespace configuration + diff --git a/docs/tcloud/registry/namespaces_configuration_create/_index.md b/docs/tcloud/registry/namespaces_configuration_create/_index.md new file mode 100644 index 0000000..15bf277 --- /dev/null +++ b/docs/tcloud/registry/namespaces_configuration_create/_index.md @@ -0,0 +1,54 @@ +--- +linkTitle: "tcloud registry namespaces configuration create" +title: "registry namespaces configuration create" +slug: tcloud_registry_namespaces_configuration_create +url: /docs/tcloud/registry/namespaces_configuration_create/ +weight: 9808 +cascade: + type: docs +--- +## tcloud registry namespaces configuration create + +Create namespace configuration + +``` +tcloud registry namespaces configuration create [flags] +``` + +### Examples + +``` +tcloud registry namespaces configuration create --namespace crns-123 --visibility private --retention-enabled --retention-days 30 +``` + +### Options + +``` + --delete-untagged Delete untagged images during retention runs + -h, --help help for create + --namespace string Namespace identity + --retention-count int Retain this many recent tags (simple single-rule policy) + --retention-days int Retain tags for this many days (simple single-rule policy) + --retention-enabled Enable retention policy + --retention-policy-file string Path to JSON file with full retention policy + --visibility string Namespace visibility (default "private") +``` + +### Options inherited from parent commands + +``` + --access-token string Access Token authentication (overrides context) + --api string API endpoint (overrides context) + --client-id string OIDC client ID for OIDC authentication (overrides context) + --client-secret string OIDC client secret for OIDC authentication (overrides context) + -c, --context string Context name + --debug Debug mode + -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) + --token string Personal access token (overrides context) +``` + +### SEE ALSO + +* [tcloud registry namespaces configuration](/docs/tcloud/registry/namespaces_configuration/) - Manage namespace configuration + diff --git a/docs/tcloud/registry/namespaces_configuration_delete/_index.md b/docs/tcloud/registry/namespaces_configuration_delete/_index.md new file mode 100644 index 0000000..6c527ce --- /dev/null +++ b/docs/tcloud/registry/namespaces_configuration_delete/_index.md @@ -0,0 +1,43 @@ +--- +linkTitle: "tcloud registry namespaces configuration delete" +title: "registry namespaces configuration delete" +slug: tcloud_registry_namespaces_configuration_delete +url: /docs/tcloud/registry/namespaces_configuration_delete/ +weight: 9807 +cascade: + type: docs +--- +## tcloud registry namespaces configuration delete + +Delete namespace configuration + +``` +tcloud registry namespaces configuration delete [flags] +``` + +### Options + +``` + --force Skip confirmation + -h, --help help for delete + --namespace string Namespace identity +``` + +### Options inherited from parent commands + +``` + --access-token string Access Token authentication (overrides context) + --api string API endpoint (overrides context) + --client-id string OIDC client ID for OIDC authentication (overrides context) + --client-secret string OIDC client secret for OIDC authentication (overrides context) + -c, --context string Context name + --debug Debug mode + -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) + --token string Personal access token (overrides context) +``` + +### SEE ALSO + +* [tcloud registry namespaces configuration](/docs/tcloud/registry/namespaces_configuration/) - Manage namespace configuration + diff --git a/docs/tcloud/registry/namespaces_configuration_update/_index.md b/docs/tcloud/registry/namespaces_configuration_update/_index.md new file mode 100644 index 0000000..a8ba990 --- /dev/null +++ b/docs/tcloud/registry/namespaces_configuration_update/_index.md @@ -0,0 +1,48 @@ +--- +linkTitle: "tcloud registry namespaces configuration update" +title: "registry namespaces configuration update" +slug: tcloud_registry_namespaces_configuration_update +url: /docs/tcloud/registry/namespaces_configuration_update/ +weight: 9806 +cascade: + type: docs +--- +## tcloud registry namespaces configuration update + +Update namespace configuration + +``` +tcloud registry namespaces configuration update [flags] +``` + +### Options + +``` + --delete-untagged Delete untagged images during retention runs + -h, --help help for update + --namespace string Namespace identity + --retention-count int Retain this many recent tags + --retention-days int Retain tags for this many days + --retention-enabled Enable retention policy + --retention-policy-file string Path to JSON file with full retention policy + --visibility string Namespace visibility (default "private") +``` + +### Options inherited from parent commands + +``` + --access-token string Access Token authentication (overrides context) + --api string API endpoint (overrides context) + --client-id string OIDC client ID for OIDC authentication (overrides context) + --client-secret string OIDC client secret for OIDC authentication (overrides context) + -c, --context string Context name + --debug Debug mode + -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) + --token string Personal access token (overrides context) +``` + +### SEE ALSO + +* [tcloud registry namespaces configuration](/docs/tcloud/registry/namespaces_configuration/) - Manage namespace configuration + diff --git a/docs/tcloud/registry/namespaces_configuration_view/_index.md b/docs/tcloud/registry/namespaces_configuration_view/_index.md new file mode 100644 index 0000000..0474b03 --- /dev/null +++ b/docs/tcloud/registry/namespaces_configuration_view/_index.md @@ -0,0 +1,43 @@ +--- +linkTitle: "tcloud registry namespaces configuration view" +title: "registry namespaces configuration view" +slug: tcloud_registry_namespaces_configuration_view +url: /docs/tcloud/registry/namespaces_configuration_view/ +weight: 9805 +cascade: + type: docs +--- +## tcloud registry namespaces configuration view + +View namespace configuration + +``` +tcloud registry namespaces configuration view [flags] +``` + +### Options + +``` + -h, --help help for view + --namespace string Namespace identity + -o, --output string Output format (yaml) +``` + +### Options inherited from parent commands + +``` + --access-token string Access Token authentication (overrides context) + --api string API endpoint (overrides context) + --client-id string OIDC client ID for OIDC authentication (overrides context) + --client-secret string OIDC client secret for OIDC authentication (overrides context) + -c, --context string Context name + --debug Debug mode + -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) + --token string Personal access token (overrides context) +``` + +### SEE ALSO + +* [tcloud registry namespaces configuration](/docs/tcloud/registry/namespaces_configuration/) - Manage namespace configuration + diff --git a/docs/tcloud/registry/namespaces_create/_index.md b/docs/tcloud/registry/namespaces_create/_index.md new file mode 100644 index 0000000..1b7ca5b --- /dev/null +++ b/docs/tcloud/registry/namespaces_create/_index.md @@ -0,0 +1,52 @@ +--- +linkTitle: "tcloud registry namespaces create" +title: "registry namespaces create" +slug: tcloud_registry_namespaces_create +url: /docs/tcloud/registry/namespaces_create/ +weight: 9803 +cascade: + type: docs +--- +## tcloud registry namespaces create + +Create a container registry namespace + +``` +tcloud registry namespaces create [flags] +``` + +### Examples + +``` +tcloud registry namespaces create --namespace my-app --region eu-west-1 +``` + +### Options + +``` + --annotations strings Annotations in key=value format + --description string Description + -h, --help help for create + --labels strings Labels in key=value format + --namespace string Registry namespace name + --region string Region identity, slug, or name +``` + +### Options inherited from parent commands + +``` + --access-token string Access Token authentication (overrides context) + --api string API endpoint (overrides context) + --client-id string OIDC client ID for OIDC authentication (overrides context) + --client-secret string OIDC client secret for OIDC authentication (overrides context) + -c, --context string Context name + --debug Debug mode + -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) + --token string Personal access token (overrides context) +``` + +### SEE ALSO + +* [tcloud registry namespaces](/docs/tcloud/registry/namespaces/) - Manage container registry namespaces + diff --git a/docs/tcloud/registry/namespaces_delete/_index.md b/docs/tcloud/registry/namespaces_delete/_index.md new file mode 100644 index 0000000..f5afba2 --- /dev/null +++ b/docs/tcloud/registry/namespaces_delete/_index.md @@ -0,0 +1,43 @@ +--- +linkTitle: "tcloud registry namespaces delete" +title: "registry namespaces delete" +slug: tcloud_registry_namespaces_delete +url: /docs/tcloud/registry/namespaces_delete/ +weight: 9802 +cascade: + type: docs +--- +## tcloud registry namespaces delete + +Delete container registry namespace(s) + +``` +tcloud registry namespaces delete [NAMESPACE...] [flags] +``` + +### Options + +``` + --force Skip confirmation + -h, --help help for delete + -l, --selector string Label selector (format: key1=value1,key2=value2) +``` + +### Options inherited from parent commands + +``` + --access-token string Access Token authentication (overrides context) + --api string API endpoint (overrides context) + --client-id string OIDC client ID for OIDC authentication (overrides context) + --client-secret string OIDC client secret for OIDC authentication (overrides context) + -c, --context string Context name + --debug Debug mode + -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) + --token string Personal access token (overrides context) +``` + +### SEE ALSO + +* [tcloud registry namespaces](/docs/tcloud/registry/namespaces/) - Manage container registry namespaces + diff --git a/docs/tcloud/registry/namespaces_list/_index.md b/docs/tcloud/registry/namespaces_list/_index.md new file mode 100644 index 0000000..1717f68 --- /dev/null +++ b/docs/tcloud/registry/namespaces_list/_index.md @@ -0,0 +1,46 @@ +--- +linkTitle: "tcloud registry namespaces list" +title: "registry namespaces list" +slug: tcloud_registry_namespaces_list +url: /docs/tcloud/registry/namespaces_list/ +weight: 9801 +cascade: + type: docs +--- +## tcloud registry namespaces list + +List container registry namespaces + +``` +tcloud registry namespaces list [flags] +``` + +### Options + +``` + --exact-time Show exact time instead of relative time + -h, --help help for list + --no-header Do not print the header + --region string Filter by region + -l, --selector string Label selector (format: key1=value1,key2=value2) + --show-labels Show labels +``` + +### Options inherited from parent commands + +``` + --access-token string Access Token authentication (overrides context) + --api string API endpoint (overrides context) + --client-id string OIDC client ID for OIDC authentication (overrides context) + --client-secret string OIDC client secret for OIDC authentication (overrides context) + -c, --context string Context name + --debug Debug mode + -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) + --token string Personal access token (overrides context) +``` + +### SEE ALSO + +* [tcloud registry namespaces](/docs/tcloud/registry/namespaces/) - Manage container registry namespaces + diff --git a/docs/tcloud/registry/namespaces_retention/_index.md b/docs/tcloud/registry/namespaces_retention/_index.md new file mode 100644 index 0000000..b6841f4 --- /dev/null +++ b/docs/tcloud/registry/namespaces_retention/_index.md @@ -0,0 +1,44 @@ +--- +linkTitle: "tcloud registry namespaces retention" +title: "registry namespaces retention" +slug: tcloud_registry_namespaces_retention +url: /docs/tcloud/registry/namespaces_retention/ +weight: 9799 +cascade: + type: docs +--- +## tcloud registry namespaces retention + +Run retention policies + +### Examples + +``` +tcloud registry namespaces retention run --namespace crns-123 +``` + +### Options + +``` + -h, --help help for retention +``` + +### Options inherited from parent commands + +``` + --access-token string Access Token authentication (overrides context) + --api string API endpoint (overrides context) + --client-id string OIDC client ID for OIDC authentication (overrides context) + --client-secret string OIDC client secret for OIDC authentication (overrides context) + -c, --context string Context name + --debug Debug mode + -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) + --token string Personal access token (overrides context) +``` + +### SEE ALSO + +* [tcloud registry namespaces](/docs/tcloud/registry/namespaces/) - Manage container registry namespaces +* [tcloud registry namespaces retention run](/docs/tcloud/registry/namespaces_retention_run/) - Run the retention policy for a namespace + diff --git a/docs/tcloud/registry/namespaces_retention_run/_index.md b/docs/tcloud/registry/namespaces_retention_run/_index.md new file mode 100644 index 0000000..48b2ea0 --- /dev/null +++ b/docs/tcloud/registry/namespaces_retention_run/_index.md @@ -0,0 +1,48 @@ +--- +linkTitle: "tcloud registry namespaces retention run" +title: "registry namespaces retention run" +slug: tcloud_registry_namespaces_retention_run +url: /docs/tcloud/registry/namespaces_retention_run/ +weight: 9800 +cascade: + type: docs +--- +## tcloud registry namespaces retention run + +Run the retention policy for a namespace + +``` +tcloud registry namespaces retention run [flags] +``` + +### Examples + +``` +tcloud registry namespaces retention run --namespace crns-123 +``` + +### Options + +``` + -h, --help help for run + --namespace string Namespace identity +``` + +### Options inherited from parent commands + +``` + --access-token string Access Token authentication (overrides context) + --api string API endpoint (overrides context) + --client-id string OIDC client ID for OIDC authentication (overrides context) + --client-secret string OIDC client secret for OIDC authentication (overrides context) + -c, --context string Context name + --debug Debug mode + -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) + --token string Personal access token (overrides context) +``` + +### SEE ALSO + +* [tcloud registry namespaces retention](/docs/tcloud/registry/namespaces_retention/) - Run retention policies + diff --git a/docs/tcloud/registry/namespaces_update/_index.md b/docs/tcloud/registry/namespaces_update/_index.md new file mode 100644 index 0000000..41041e9 --- /dev/null +++ b/docs/tcloud/registry/namespaces_update/_index.md @@ -0,0 +1,44 @@ +--- +linkTitle: "tcloud registry namespaces update" +title: "registry namespaces update" +slug: tcloud_registry_namespaces_update +url: /docs/tcloud/registry/namespaces_update/ +weight: 9798 +cascade: + type: docs +--- +## tcloud registry namespaces update + +Update a container registry namespace + +``` +tcloud registry namespaces update NAMESPACE [flags] +``` + +### Options + +``` + --annotations strings Annotations in key=value format + --description string Description + -h, --help help for update + --labels strings Labels in key=value format +``` + +### Options inherited from parent commands + +``` + --access-token string Access Token authentication (overrides context) + --api string API endpoint (overrides context) + --client-id string OIDC client ID for OIDC authentication (overrides context) + --client-secret string OIDC client secret for OIDC authentication (overrides context) + -c, --context string Context name + --debug Debug mode + -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) + --token string Personal access token (overrides context) +``` + +### SEE ALSO + +* [tcloud registry namespaces](/docs/tcloud/registry/namespaces/) - Manage container registry namespaces + diff --git a/docs/tcloud/registry/namespaces_view/_index.md b/docs/tcloud/registry/namespaces_view/_index.md new file mode 100644 index 0000000..53cb381 --- /dev/null +++ b/docs/tcloud/registry/namespaces_view/_index.md @@ -0,0 +1,42 @@ +--- +linkTitle: "tcloud registry namespaces view" +title: "registry namespaces view" +slug: tcloud_registry_namespaces_view +url: /docs/tcloud/registry/namespaces_view/ +weight: 9797 +cascade: + type: docs +--- +## tcloud registry namespaces view + +View namespace details + +``` +tcloud registry namespaces view NAMESPACE [flags] +``` + +### Options + +``` + -h, --help help for view + -o, --output string Output format (yaml) +``` + +### Options inherited from parent commands + +``` + --access-token string Access Token authentication (overrides context) + --api string API endpoint (overrides context) + --client-id string OIDC client ID for OIDC authentication (overrides context) + --client-secret string OIDC client secret for OIDC authentication (overrides context) + -c, --context string Context name + --debug Debug mode + -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) + --token string Personal access token (overrides context) +``` + +### SEE ALSO + +* [tcloud registry namespaces](/docs/tcloud/registry/namespaces/) - Manage container registry namespaces + diff --git a/docs/tcloud/registry/repositories/_index.md b/docs/tcloud/registry/repositories/_index.md new file mode 100644 index 0000000..f37e44f --- /dev/null +++ b/docs/tcloud/registry/repositories/_index.md @@ -0,0 +1,52 @@ +--- +linkTitle: "tcloud registry repositories" +title: "registry repositories" +slug: tcloud_registry_repositories +url: /docs/tcloud/registry/repositories/ +weight: 9791 +cascade: + type: docs +--- +## tcloud registry repositories + +Manage container registry repositories + +### Synopsis + +List and manage repositories within a container registry namespace. All commands require --namespace. + +### Examples + +``` +tcloud registry repositories list --namespace crns-123 +tcloud registry repositories delete --namespace crns-123 repo-456 +``` + +### Options + +``` + -h, --help help for repositories +``` + +### Options inherited from parent commands + +``` + --access-token string Access Token authentication (overrides context) + --api string API endpoint (overrides context) + --client-id string OIDC client ID for OIDC authentication (overrides context) + --client-secret string OIDC client secret for OIDC authentication (overrides context) + -c, --context string Context name + --debug Debug mode + -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) + --token string Personal access token (overrides context) +``` + +### SEE ALSO + +* [tcloud registry](/docs/tcloud/tcloud_registry/) - Manage the Thalassa container registry +* [tcloud registry repositories delete](/docs/tcloud/registry/repositories_delete/) - Delete repositories and all artifacts +* [tcloud registry repositories delete-artifacts](/docs/tcloud/registry/repositories_delete-artifacts/) - Delete artifacts from repositories +* [tcloud registry repositories list](/docs/tcloud/registry/repositories_list/) - List repositories in a namespace +* [tcloud registry repositories view](/docs/tcloud/registry/repositories_view/) - View repository details + diff --git a/docs/tcloud/registry/repositories_delete-artifacts/_index.md b/docs/tcloud/registry/repositories_delete-artifacts/_index.md new file mode 100644 index 0000000..3dcc037 --- /dev/null +++ b/docs/tcloud/registry/repositories_delete-artifacts/_index.md @@ -0,0 +1,53 @@ +--- +linkTitle: "tcloud registry repositories delete-artifacts" +title: "registry repositories delete-artifacts" +slug: tcloud_registry_repositories_delete-artifacts +url: /docs/tcloud/registry/repositories_delete-artifacts/ +weight: 9794 +cascade: + type: docs +--- +## tcloud registry repositories delete-artifacts + +Delete artifacts from repositories + +### Synopsis + +Request deletion of artifacts from repositories without deleting the repository itself. + +``` +tcloud registry repositories delete-artifacts REPOSITORY [REPOSITORY...] [flags] +``` + +### Examples + +``` +tcloud registry repositories delete-artifacts --namespace crns-123 repo-456 --force +``` + +### Options + +``` + --force Skip confirmation + -h, --help help for delete-artifacts + --namespace string Namespace identity +``` + +### Options inherited from parent commands + +``` + --access-token string Access Token authentication (overrides context) + --api string API endpoint (overrides context) + --client-id string OIDC client ID for OIDC authentication (overrides context) + --client-secret string OIDC client secret for OIDC authentication (overrides context) + -c, --context string Context name + --debug Debug mode + -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) + --token string Personal access token (overrides context) +``` + +### SEE ALSO + +* [tcloud registry repositories](/docs/tcloud/registry/repositories/) - Manage container registry repositories + diff --git a/docs/tcloud/registry/repositories_delete/_index.md b/docs/tcloud/registry/repositories_delete/_index.md new file mode 100644 index 0000000..79bcf63 --- /dev/null +++ b/docs/tcloud/registry/repositories_delete/_index.md @@ -0,0 +1,53 @@ +--- +linkTitle: "tcloud registry repositories delete" +title: "registry repositories delete" +slug: tcloud_registry_repositories_delete +url: /docs/tcloud/registry/repositories_delete/ +weight: 9795 +cascade: + type: docs +--- +## tcloud registry repositories delete + +Delete repositories and all artifacts + +### Synopsis + +Permanently delete repositories and all contained artifacts. + +``` +tcloud registry repositories delete REPOSITORY [REPOSITORY...] [flags] +``` + +### Examples + +``` +tcloud registry repositories delete --namespace crns-123 repo-456 --force +``` + +### Options + +``` + --force Skip confirmation + -h, --help help for delete + --namespace string Namespace identity +``` + +### Options inherited from parent commands + +``` + --access-token string Access Token authentication (overrides context) + --api string API endpoint (overrides context) + --client-id string OIDC client ID for OIDC authentication (overrides context) + --client-secret string OIDC client secret for OIDC authentication (overrides context) + -c, --context string Context name + --debug Debug mode + -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) + --token string Personal access token (overrides context) +``` + +### SEE ALSO + +* [tcloud registry repositories](/docs/tcloud/registry/repositories/) - Manage container registry repositories + diff --git a/docs/tcloud/registry/repositories_list/_index.md b/docs/tcloud/registry/repositories_list/_index.md new file mode 100644 index 0000000..e421ad1 --- /dev/null +++ b/docs/tcloud/registry/repositories_list/_index.md @@ -0,0 +1,45 @@ +--- +linkTitle: "tcloud registry repositories list" +title: "registry repositories list" +slug: tcloud_registry_repositories_list +url: /docs/tcloud/registry/repositories_list/ +weight: 9793 +cascade: + type: docs +--- +## tcloud registry repositories list + +List repositories in a namespace + +``` +tcloud registry repositories list [flags] +``` + +### Options + +``` + --exact-time Show exact time instead of relative time + -h, --help help for list + --namespace string Namespace identity + --no-header Do not print the header + -l, --selector string Label selector (format: key1=value1,key2=value2) +``` + +### Options inherited from parent commands + +``` + --access-token string Access Token authentication (overrides context) + --api string API endpoint (overrides context) + --client-id string OIDC client ID for OIDC authentication (overrides context) + --client-secret string OIDC client secret for OIDC authentication (overrides context) + -c, --context string Context name + --debug Debug mode + -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) + --token string Personal access token (overrides context) +``` + +### SEE ALSO + +* [tcloud registry repositories](/docs/tcloud/registry/repositories/) - Manage container registry repositories + diff --git a/docs/tcloud/registry/repositories_view/_index.md b/docs/tcloud/registry/repositories_view/_index.md new file mode 100644 index 0000000..918f378 --- /dev/null +++ b/docs/tcloud/registry/repositories_view/_index.md @@ -0,0 +1,43 @@ +--- +linkTitle: "tcloud registry repositories view" +title: "registry repositories view" +slug: tcloud_registry_repositories_view +url: /docs/tcloud/registry/repositories_view/ +weight: 9792 +cascade: + type: docs +--- +## tcloud registry repositories view + +View repository details + +``` +tcloud registry repositories view REPOSITORY [flags] +``` + +### Options + +``` + -h, --help help for view + --namespace string Namespace identity + -o, --output string Output format (yaml) +``` + +### Options inherited from parent commands + +``` + --access-token string Access Token authentication (overrides context) + --api string API endpoint (overrides context) + --client-id string OIDC client ID for OIDC authentication (overrides context) + --client-secret string OIDC client secret for OIDC authentication (overrides context) + -c, --context string Context name + --debug Debug mode + -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) + --token string Personal access token (overrides context) +``` + +### SEE ALSO + +* [tcloud registry repositories](/docs/tcloud/registry/repositories/) - Manage container registry repositories + diff --git a/docs/tcloud/storage/_index.md b/docs/tcloud/storage/_index.md index 7d926e7..3c42f45 100644 --- a/docs/tcloud/storage/_index.md +++ b/docs/tcloud/storage/_index.md @@ -3,7 +3,7 @@ linkTitle: "tcloud storage" title: "storage" slug: tcloud_storage url: /docs/tcloud/tcloud_storage/ -weight: 9831 +weight: 9772 cascade: type: docs --- @@ -27,6 +27,7 @@ Manage storage resources -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/storage/snapshots/_index.md b/docs/tcloud/storage/snapshots/_index.md index 700ae62..baf0f2f 100644 --- a/docs/tcloud/storage/snapshots/_index.md +++ b/docs/tcloud/storage/snapshots/_index.md @@ -3,7 +3,7 @@ linkTitle: "tcloud storage snapshots" title: "storage snapshots" slug: tcloud_storage_snapshots url: /docs/tcloud/storage/snapshots/ -weight: 9845 +weight: 9786 cascade: type: docs --- @@ -27,6 +27,7 @@ Manage volume snapshots -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/storage/snapshots_create/_index.md b/docs/tcloud/storage/snapshots_create/_index.md index 7b7d08f..22da9e0 100644 --- a/docs/tcloud/storage/snapshots_create/_index.md +++ b/docs/tcloud/storage/snapshots_create/_index.md @@ -3,7 +3,7 @@ linkTitle: "tcloud storage snapshots create" title: "storage snapshots create" slug: tcloud_storage_snapshots_create url: /docs/tcloud/storage/snapshots_create/ -weight: 9848 +weight: 9789 cascade: type: docs --- @@ -41,6 +41,7 @@ tcloud storage snapshots create [flags] -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/storage/snapshots_delete/_index.md b/docs/tcloud/storage/snapshots_delete/_index.md index cddf9b6..4243917 100644 --- a/docs/tcloud/storage/snapshots_delete/_index.md +++ b/docs/tcloud/storage/snapshots_delete/_index.md @@ -3,7 +3,7 @@ linkTitle: "tcloud storage snapshots delete" title: "storage snapshots delete" slug: tcloud_storage_snapshots_delete url: /docs/tcloud/storage/snapshots_delete/ -weight: 9847 +weight: 9788 cascade: type: docs --- @@ -38,6 +38,7 @@ tcloud storage snapshots delete [flags] -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/storage/snapshots_list/_index.md b/docs/tcloud/storage/snapshots_list/_index.md index 1ad04e7..2227610 100644 --- a/docs/tcloud/storage/snapshots_list/_index.md +++ b/docs/tcloud/storage/snapshots_list/_index.md @@ -3,7 +3,7 @@ linkTitle: "tcloud storage snapshots list" title: "storage snapshots list" slug: tcloud_storage_snapshots_list url: /docs/tcloud/storage/snapshots_list/ -weight: 9846 +weight: 9787 cascade: type: docs --- @@ -37,6 +37,7 @@ tcloud storage snapshots list [flags] -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/storage/tfs/_index.md b/docs/tcloud/storage/tfs/_index.md index 62eb355..d4c71c9 100644 --- a/docs/tcloud/storage/tfs/_index.md +++ b/docs/tcloud/storage/tfs/_index.md @@ -3,7 +3,7 @@ linkTitle: "tcloud storage tfs" title: "storage tfs" slug: tcloud_storage_tfs url: /docs/tcloud/storage/tfs/ -weight: 9839 +weight: 9780 cascade: type: docs --- @@ -27,6 +27,7 @@ Manage TFS (Thalassa File System) instances -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/storage/tfs_create/_index.md b/docs/tcloud/storage/tfs_create/_index.md index f64fd22..16ba0af 100644 --- a/docs/tcloud/storage/tfs_create/_index.md +++ b/docs/tcloud/storage/tfs_create/_index.md @@ -3,7 +3,7 @@ linkTitle: "tcloud storage tfs create" title: "storage tfs create" slug: tcloud_storage_tfs_create url: /docs/tcloud/storage/tfs_create/ -weight: 9844 +weight: 9785 cascade: type: docs --- @@ -46,6 +46,7 @@ tcloud storage tfs create [flags] -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/storage/tfs_delete/_index.md b/docs/tcloud/storage/tfs_delete/_index.md index 812480c..ecdd7ea 100644 --- a/docs/tcloud/storage/tfs_delete/_index.md +++ b/docs/tcloud/storage/tfs_delete/_index.md @@ -3,7 +3,7 @@ linkTitle: "tcloud storage tfs delete" title: "storage tfs delete" slug: tcloud_storage_tfs_delete url: /docs/tcloud/storage/tfs_delete/ -weight: 9843 +weight: 9784 cascade: type: docs --- @@ -38,6 +38,7 @@ tcloud storage tfs delete [flags] -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/storage/tfs_list/_index.md b/docs/tcloud/storage/tfs_list/_index.md index 8c37d64..de332eb 100644 --- a/docs/tcloud/storage/tfs_list/_index.md +++ b/docs/tcloud/storage/tfs_list/_index.md @@ -3,7 +3,7 @@ linkTitle: "tcloud storage tfs list" title: "storage tfs list" slug: tcloud_storage_tfs_list url: /docs/tcloud/storage/tfs_list/ -weight: 9842 +weight: 9783 cascade: type: docs --- @@ -38,6 +38,7 @@ tcloud storage tfs list [flags] -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/storage/tfs_update/_index.md b/docs/tcloud/storage/tfs_update/_index.md index 3fb5e81..307e048 100644 --- a/docs/tcloud/storage/tfs_update/_index.md +++ b/docs/tcloud/storage/tfs_update/_index.md @@ -3,7 +3,7 @@ linkTitle: "tcloud storage tfs update" title: "storage tfs update" slug: tcloud_storage_tfs_update url: /docs/tcloud/storage/tfs_update/ -weight: 9841 +weight: 9782 cascade: type: docs --- @@ -41,6 +41,7 @@ tcloud storage tfs update [flags] -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/storage/tfs_view/_index.md b/docs/tcloud/storage/tfs_view/_index.md index 0858eee..c1359e3 100644 --- a/docs/tcloud/storage/tfs_view/_index.md +++ b/docs/tcloud/storage/tfs_view/_index.md @@ -3,7 +3,7 @@ linkTitle: "tcloud storage tfs view" title: "storage tfs view" slug: tcloud_storage_tfs_view url: /docs/tcloud/storage/tfs_view/ -weight: 9840 +weight: 9781 cascade: type: docs --- @@ -37,6 +37,7 @@ tcloud storage tfs view [flags] -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/storage/volumes/_index.md b/docs/tcloud/storage/volumes/_index.md index d43756e..065a604 100644 --- a/docs/tcloud/storage/volumes/_index.md +++ b/docs/tcloud/storage/volumes/_index.md @@ -3,7 +3,7 @@ linkTitle: "tcloud storage volumes" title: "storage volumes" slug: tcloud_storage_volumes url: /docs/tcloud/storage/volumes/ -weight: 9832 +weight: 9773 cascade: type: docs --- @@ -27,6 +27,7 @@ Manage storage volumes -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/storage/volumes_attach/_index.md b/docs/tcloud/storage/volumes_attach/_index.md index 2fec62c..64052e5 100644 --- a/docs/tcloud/storage/volumes_attach/_index.md +++ b/docs/tcloud/storage/volumes_attach/_index.md @@ -3,7 +3,7 @@ linkTitle: "tcloud storage volumes attach" title: "storage volumes attach" slug: tcloud_storage_volumes_attach url: /docs/tcloud/storage/volumes_attach/ -weight: 9838 +weight: 9779 cascade: type: docs --- @@ -36,6 +36,7 @@ tcloud storage volumes attach [ ...] [flags] -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/storage/volumes_create/_index.md b/docs/tcloud/storage/volumes_create/_index.md index cedba97..7b52c00 100644 --- a/docs/tcloud/storage/volumes_create/_index.md +++ b/docs/tcloud/storage/volumes_create/_index.md @@ -3,7 +3,7 @@ linkTitle: "tcloud storage volumes create" title: "storage volumes create" slug: tcloud_storage_volumes_create url: /docs/tcloud/storage/volumes_create/ -weight: 9837 +weight: 9778 cascade: type: docs --- @@ -45,6 +45,7 @@ tcloud storage volumes create [flags] -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/storage/volumes_delete/_index.md b/docs/tcloud/storage/volumes_delete/_index.md index f6de2b2..301f0ef 100644 --- a/docs/tcloud/storage/volumes_delete/_index.md +++ b/docs/tcloud/storage/volumes_delete/_index.md @@ -3,7 +3,7 @@ linkTitle: "tcloud storage volumes delete" title: "storage volumes delete" slug: tcloud_storage_volumes_delete url: /docs/tcloud/storage/volumes_delete/ -weight: 9836 +weight: 9777 cascade: type: docs --- @@ -38,6 +38,7 @@ tcloud storage volumes delete [flags] -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/storage/volumes_detach/_index.md b/docs/tcloud/storage/volumes_detach/_index.md index 682b3c2..b8a5a18 100644 --- a/docs/tcloud/storage/volumes_detach/_index.md +++ b/docs/tcloud/storage/volumes_detach/_index.md @@ -3,7 +3,7 @@ linkTitle: "tcloud storage volumes detach" title: "storage volumes detach" slug: tcloud_storage_volumes_detach url: /docs/tcloud/storage/volumes_detach/ -weight: 9835 +weight: 9776 cascade: type: docs --- @@ -36,6 +36,7 @@ tcloud storage volumes detach [flags] -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/storage/volumes_list/_index.md b/docs/tcloud/storage/volumes_list/_index.md index c10cda2..a9f215d 100644 --- a/docs/tcloud/storage/volumes_list/_index.md +++ b/docs/tcloud/storage/volumes_list/_index.md @@ -3,7 +3,7 @@ linkTitle: "tcloud storage volumes list" title: "storage volumes list" slug: tcloud_storage_volumes_list url: /docs/tcloud/storage/volumes_list/ -weight: 9834 +weight: 9775 cascade: type: docs --- @@ -34,6 +34,7 @@ tcloud storage volumes list [flags] -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/storage/volumes_resize/_index.md b/docs/tcloud/storage/volumes_resize/_index.md index c618a93..6caecdc 100644 --- a/docs/tcloud/storage/volumes_resize/_index.md +++ b/docs/tcloud/storage/volumes_resize/_index.md @@ -3,7 +3,7 @@ linkTitle: "tcloud storage volumes resize" title: "storage volumes resize" slug: tcloud_storage_volumes_resize url: /docs/tcloud/storage/volumes_resize/ -weight: 9833 +weight: 9774 cascade: type: docs --- @@ -39,6 +39,7 @@ tcloud storage volumes resize [volume-id...] [flags] -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` diff --git a/docs/tcloud/tcloud.md b/docs/tcloud/tcloud.md index 5f89851..5b6d73d 100644 --- a/docs/tcloud/tcloud.md +++ b/docs/tcloud/tcloud.md @@ -3,7 +3,7 @@ linkTitle: "tcloud" title: "tcloud" slug: tcloud url: /docs/tcloud/tcloud/ -weight: 9829 +weight: 9770 cascade: type: docs --- @@ -22,6 +22,7 @@ A CLI for working with the Thalassa Cloud Platform --debug Debug mode -h, --help help for tcloud -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ``` @@ -38,7 +39,10 @@ A CLI for working with the Thalassa Cloud Platform * [tcloud networking](/docs/tcloud/tcloud_networking/) - Manage networking resources * [tcloud object-storage](/docs/tcloud/tcloud_object-storage/) - Manage object storage buckets * [tcloud oidc](/docs/tcloud/tcloud_oidc/) - OIDC token operations +* [tcloud projects](/docs/tcloud/tcloud_projects/) - Manage projects (private beta) +* [tcloud quotas](/docs/tcloud/tcloud_quotas/) - View and request changes to organisation resource quotas * [tcloud regions](/docs/tcloud/tcloud_regions/) - Thalassa Cloud Platform Regions +* [tcloud registry](/docs/tcloud/tcloud_registry/) - Manage the Thalassa container registry * [tcloud storage](/docs/tcloud/tcloud_storage/) - Manage storage resources * [tcloud version](/docs/tcloud/tcloud_version/) - Print version information diff --git a/docs/tcloud/tcloud_version.md b/docs/tcloud/tcloud_version.md index 3bd4890..8e78ebc 100644 --- a/docs/tcloud/tcloud_version.md +++ b/docs/tcloud/tcloud_version.md @@ -3,7 +3,7 @@ linkTitle: "tcloud version" title: "version" slug: tcloud_version url: /docs/tcloud/tcloud_version/ -weight: 9830 +weight: 9771 cascade: type: docs --- @@ -35,6 +35,7 @@ tcloud version [flags] -c, --context string Context name --debug Debug mode -O, --organisation string Organisation slug or identity (overrides context) + -P, --project string Project identity (overrides context; slug is resolved to identity; use "root" for organisation scope) --token string Personal access token (overrides context) ```