diff --git a/content/chainguard/chainctl/chainctl-docs/chainctl.md b/content/chainguard/chainctl/chainctl-docs/chainctl.md index 9cb92d0ef0..34805e1203 100644 --- a/content/chainguard/chainctl/chainctl-docs/chainctl.md +++ b/content/chainguard/chainctl/chainctl-docs/chainctl.md @@ -1,5 +1,5 @@ --- -date: 2023-10-04T23:20:44Z +date: 2023-10-10T09:30:53Z title: "chainctl" slug: chainctl url: /chainguard/chainctl/chainctl-docs/chainctl/ @@ -26,7 +26,7 @@ chainctl [flags] --console string The url of the Chainguard platform Console. (default "https://console.enforce.dev") -h, --help help for chainctl --issuer string The url of the Chainguard STS endpoint. (default "https://issuer.enforce.dev") - -o, --output string Output format. One of: ["", "table", "tree", "json", "id", "wide"] + -o, --output string Output format. One of: ["", "json", "id", "table", "terse", "tree", "wide"] --timestamp-authority string The url of the Chainguard Timestamp Authority endpoint. (default "https://tsa.enforce.dev") -v, --v int Set the log verbosity level. ``` diff --git a/content/chainguard/chainctl/chainctl-docs/chainctl_auth.md b/content/chainguard/chainctl/chainctl-docs/chainctl_auth.md index 3734375c45..2b8bb87c9a 100644 --- a/content/chainguard/chainctl/chainctl-docs/chainctl_auth.md +++ b/content/chainguard/chainctl/chainctl-docs/chainctl_auth.md @@ -1,5 +1,5 @@ --- -date: 2023-10-04T23:20:44Z +date: 2023-10-10T09:30:53Z title: "chainctl auth" slug: chainctl_auth url: /chainguard/chainctl/chainctl-docs/chainctl_auth/ @@ -27,7 +27,7 @@ Auth related commands for the Chainguard platform. --config string A specific chainctl config file. --console string The url of the Chainguard platform Console. (default "https://console.enforce.dev") --issuer string The url of the Chainguard STS endpoint. (default "https://issuer.enforce.dev") - -o, --output string Output format. One of: ["", "table", "tree", "json", "id", "wide"] + -o, --output string Output format. One of: ["", "json", "id", "table", "terse", "tree", "wide"] --timestamp-authority string The url of the Chainguard Timestamp Authority endpoint. (default "https://tsa.enforce.dev") -v, --v int Set the log verbosity level. ``` diff --git a/content/chainguard/chainctl/chainctl-docs/chainctl_auth_configure-docker.md b/content/chainguard/chainctl/chainctl-docs/chainctl_auth_configure-docker.md index f58b7f97d9..bdf017f14b 100644 --- a/content/chainguard/chainctl/chainctl-docs/chainctl_auth_configure-docker.md +++ b/content/chainguard/chainctl/chainctl-docs/chainctl_auth_configure-docker.md @@ -1,5 +1,5 @@ --- -date: 2023-10-04T23:20:44Z +date: 2023-10-10T09:30:53Z title: "chainctl auth configure-docker" slug: chainctl_auth_configure-docker url: /chainguard/chainctl/chainctl-docs/chainctl_auth_configure-docker/ @@ -40,7 +40,7 @@ chainctl auth configure-docker [flags] --config string A specific chainctl config file. --console string The url of the Chainguard platform Console. (default "https://console.enforce.dev") --issuer string The url of the Chainguard STS endpoint. (default "https://issuer.enforce.dev") - -o, --output string Output format. One of: ["", "table", "tree", "json", "id", "wide"] + -o, --output string Output format. One of: ["", "json", "id", "table", "terse", "tree", "wide"] --timestamp-authority string The url of the Chainguard Timestamp Authority endpoint. (default "https://tsa.enforce.dev") -v, --v int Set the log verbosity level. ``` diff --git a/content/chainguard/chainctl/chainctl-docs/chainctl_auth_login.md b/content/chainguard/chainctl/chainctl-docs/chainctl_auth_login.md index 22d0bb08e4..467af63b45 100644 --- a/content/chainguard/chainctl/chainctl-docs/chainctl_auth_login.md +++ b/content/chainguard/chainctl/chainctl-docs/chainctl_auth_login.md @@ -1,5 +1,5 @@ --- -date: 2023-10-04T23:20:44Z +date: 2023-10-10T09:30:53Z title: "chainctl auth login" slug: chainctl_auth_login url: /chainguard/chainctl/chainctl-docs/chainctl_auth_login/ @@ -59,7 +59,7 @@ chainctl auth login [--invite-code=INVITE_CODE | --register] [--identity-token=P --config string A specific chainctl config file. --console string The url of the Chainguard platform Console. (default "https://console.enforce.dev") --issuer string The url of the Chainguard STS endpoint. (default "https://issuer.enforce.dev") - -o, --output string Output format. One of: ["", "table", "tree", "json", "id", "wide"] + -o, --output string Output format. One of: ["", "json", "id", "table", "terse", "tree", "wide"] --timestamp-authority string The url of the Chainguard Timestamp Authority endpoint. (default "https://tsa.enforce.dev") -v, --v int Set the log verbosity level. ``` diff --git a/content/chainguard/chainctl/chainctl-docs/chainctl_auth_logout.md b/content/chainguard/chainctl/chainctl-docs/chainctl_auth_logout.md index db970b4972..7bf3f3bc2c 100644 --- a/content/chainguard/chainctl/chainctl-docs/chainctl_auth_logout.md +++ b/content/chainguard/chainctl/chainctl-docs/chainctl_auth_logout.md @@ -1,5 +1,5 @@ --- -date: 2023-10-04T23:20:44Z +date: 2023-10-10T09:30:53Z title: "chainctl auth logout" slug: chainctl_auth_logout url: /chainguard/chainctl/chainctl-docs/chainctl_auth_logout/ @@ -31,7 +31,7 @@ chainctl auth logout [--audience=AUDIENCE] --config string A specific chainctl config file. --console string The url of the Chainguard platform Console. (default "https://console.enforce.dev") --issuer string The url of the Chainguard STS endpoint. (default "https://issuer.enforce.dev") - -o, --output string Output format. One of: ["", "table", "tree", "json", "id", "wide"] + -o, --output string Output format. One of: ["", "json", "id", "table", "terse", "tree", "wide"] --timestamp-authority string The url of the Chainguard Timestamp Authority endpoint. (default "https://tsa.enforce.dev") -v, --v int Set the log verbosity level. ``` diff --git a/content/chainguard/chainctl/chainctl-docs/chainctl_auth_status.md b/content/chainguard/chainctl/chainctl-docs/chainctl_auth_status.md index 445ce5efc9..8205ad0aa8 100644 --- a/content/chainguard/chainctl/chainctl-docs/chainctl_auth_status.md +++ b/content/chainguard/chainctl/chainctl-docs/chainctl_auth_status.md @@ -1,5 +1,5 @@ --- -date: 2023-10-04T23:20:44Z +date: 2023-10-10T09:30:53Z title: "chainctl auth status" slug: chainctl_auth_status url: /chainguard/chainctl/chainctl-docs/chainctl_auth_status/ @@ -14,7 +14,7 @@ toc: true Inspect the local Chainguard Token. ``` -chainctl auth status [--output table|json] [flags] +chainctl auth status [--output table|json|terse] [flags] ``` ### Options @@ -33,7 +33,7 @@ chainctl auth status [--output table|json] [flags] --config string A specific chainctl config file. --console string The url of the Chainguard platform Console. (default "https://console.enforce.dev") --issuer string The url of the Chainguard STS endpoint. (default "https://issuer.enforce.dev") - -o, --output string Output format. One of: ["", "table", "tree", "json", "id", "wide"] + -o, --output string Output format. One of: ["", "json", "id", "table", "terse", "tree", "wide"] --timestamp-authority string The url of the Chainguard Timestamp Authority endpoint. (default "https://tsa.enforce.dev") -v, --v int Set the log verbosity level. ``` diff --git a/content/chainguard/chainctl/chainctl-docs/chainctl_clusters.md b/content/chainguard/chainctl/chainctl-docs/chainctl_clusters.md index dde415f712..2c052bed62 100644 --- a/content/chainguard/chainctl/chainctl-docs/chainctl_clusters.md +++ b/content/chainguard/chainctl/chainctl-docs/chainctl_clusters.md @@ -1,5 +1,5 @@ --- -date: 2023-10-04T23:20:44Z +date: 2023-10-10T09:30:53Z title: "chainctl clusters" slug: chainctl_clusters url: /chainguard/chainctl/chainctl-docs/chainctl_clusters/ @@ -27,7 +27,7 @@ Cluster related commands for the Chainguard platform. --config string A specific chainctl config file. --console string The url of the Chainguard platform Console. (default "https://console.enforce.dev") --issuer string The url of the Chainguard STS endpoint. (default "https://issuer.enforce.dev") - -o, --output string Output format. One of: ["", "table", "tree", "json", "id", "wide"] + -o, --output string Output format. One of: ["", "json", "id", "table", "terse", "tree", "wide"] --timestamp-authority string The url of the Chainguard Timestamp Authority endpoint. (default "https://tsa.enforce.dev") -v, --v int Set the log verbosity level. ``` diff --git a/content/chainguard/chainctl/chainctl-docs/chainctl_clusters_cidrs.md b/content/chainguard/chainctl/chainctl-docs/chainctl_clusters_cidrs.md index 356fceaff8..2277fe34bd 100644 --- a/content/chainguard/chainctl/chainctl-docs/chainctl_clusters_cidrs.md +++ b/content/chainguard/chainctl/chainctl-docs/chainctl_clusters_cidrs.md @@ -1,5 +1,5 @@ --- -date: 2023-10-04T23:20:44Z +date: 2023-10-10T09:30:53Z title: "chainctl clusters cidrs" slug: chainctl_clusters_cidrs url: /chainguard/chainctl/chainctl-docs/chainctl_clusters_cidrs/ @@ -27,7 +27,7 @@ Enforce Egress CIDR related commands. --config string A specific chainctl config file. --console string The url of the Chainguard platform Console. (default "https://console.enforce.dev") --issuer string The url of the Chainguard STS endpoint. (default "https://issuer.enforce.dev") - -o, --output string Output format. One of: ["", "table", "tree", "json", "id", "wide"] + -o, --output string Output format. One of: ["", "json", "id", "table", "terse", "tree", "wide"] --timestamp-authority string The url of the Chainguard Timestamp Authority endpoint. (default "https://tsa.enforce.dev") -v, --v int Set the log verbosity level. ``` diff --git a/content/chainguard/chainctl/chainctl-docs/chainctl_clusters_cidrs_list.md b/content/chainguard/chainctl/chainctl-docs/chainctl_clusters_cidrs_list.md index d16661bc47..712b2c4571 100644 --- a/content/chainguard/chainctl/chainctl-docs/chainctl_clusters_cidrs_list.md +++ b/content/chainguard/chainctl/chainctl-docs/chainctl_clusters_cidrs_list.md @@ -1,5 +1,5 @@ --- -date: 2023-10-04T23:20:44Z +date: 2023-10-10T09:30:53Z title: "chainctl clusters cidrs list" slug: chainctl_clusters_cidrs_list url: /chainguard/chainctl/chainctl-docs/chainctl_clusters_cidrs_list/ @@ -31,7 +31,7 @@ chainctl clusters cidrs list [--output json] --config string A specific chainctl config file. --console string The url of the Chainguard platform Console. (default "https://console.enforce.dev") --issuer string The url of the Chainguard STS endpoint. (default "https://issuer.enforce.dev") - -o, --output string Output format. One of: ["", "table", "tree", "json", "id", "wide"] + -o, --output string Output format. One of: ["", "json", "id", "table", "terse", "tree", "wide"] --timestamp-authority string The url of the Chainguard Timestamp Authority endpoint. (default "https://tsa.enforce.dev") -v, --v int Set the log verbosity level. ``` diff --git a/content/chainguard/chainctl/chainctl-docs/chainctl_clusters_describe.md b/content/chainguard/chainctl/chainctl-docs/chainctl_clusters_describe.md index 9014933c38..d347478405 100644 --- a/content/chainguard/chainctl/chainctl-docs/chainctl_clusters_describe.md +++ b/content/chainguard/chainctl/chainctl-docs/chainctl_clusters_describe.md @@ -1,5 +1,5 @@ --- -date: 2023-10-04T23:20:44Z +date: 2023-10-10T09:30:53Z title: "chainctl clusters describe" slug: chainctl_clusters_describe url: /chainguard/chainctl/chainctl-docs/chainctl_clusters_describe/ @@ -55,7 +55,7 @@ chainctl clusters describe [CLUSTER_NAME | CLUSTER_ID] [--active-within DURATION --config string A specific chainctl config file. --console string The url of the Chainguard platform Console. (default "https://console.enforce.dev") --issuer string The url of the Chainguard STS endpoint. (default "https://issuer.enforce.dev") - -o, --output string Output format. One of: ["", "table", "tree", "json", "id", "wide"] + -o, --output string Output format. One of: ["", "json", "id", "table", "terse", "tree", "wide"] --timestamp-authority string The url of the Chainguard Timestamp Authority endpoint. (default "https://tsa.enforce.dev") -v, --v int Set the log verbosity level. ``` diff --git a/content/chainguard/chainctl/chainctl-docs/chainctl_clusters_discover.md b/content/chainguard/chainctl/chainctl-docs/chainctl_clusters_discover.md index 272ca75322..623f7daec0 100644 --- a/content/chainguard/chainctl/chainctl-docs/chainctl_clusters_discover.md +++ b/content/chainguard/chainctl/chainctl-docs/chainctl_clusters_discover.md @@ -1,5 +1,5 @@ --- -date: 2023-10-04T23:20:44Z +date: 2023-10-10T09:30:53Z title: "chainctl clusters discover" slug: chainctl_clusters_discover url: /chainguard/chainctl/chainctl-docs/chainctl_clusters_discover/ @@ -46,7 +46,7 @@ chainctl clusters discover --provider=PROVIDER1,PROVIDER2,... [--states=STATE1,S --config string A specific chainctl config file. --console string The url of the Chainguard platform Console. (default "https://console.enforce.dev") --issuer string The url of the Chainguard STS endpoint. (default "https://issuer.enforce.dev") - -o, --output string Output format. One of: ["", "table", "tree", "json", "id", "wide"] + -o, --output string Output format. One of: ["", "json", "id", "table", "terse", "tree", "wide"] --timestamp-authority string The url of the Chainguard Timestamp Authority endpoint. (default "https://tsa.enforce.dev") -v, --v int Set the log verbosity level. ``` diff --git a/content/chainguard/chainctl/chainctl-docs/chainctl_clusters_install.md b/content/chainguard/chainctl/chainctl-docs/chainctl_clusters_install.md index 37324f0384..3bc61d81e0 100644 --- a/content/chainguard/chainctl/chainctl-docs/chainctl_clusters_install.md +++ b/content/chainguard/chainctl/chainctl-docs/chainctl_clusters_install.md @@ -1,5 +1,5 @@ --- -date: 2023-10-04T23:20:44Z +date: 2023-10-10T09:30:53Z title: "chainctl clusters install" slug: chainctl_clusters_install url: /chainguard/chainctl/chainctl-docs/chainctl_clusters_install/ @@ -70,7 +70,7 @@ chainctl clusters install [--name NAME] [--description DESCRIPTION] [--group GRO --config string A specific chainctl config file. --console string The url of the Chainguard platform Console. (default "https://console.enforce.dev") --issuer string The url of the Chainguard STS endpoint. (default "https://issuer.enforce.dev") - -o, --output string Output format. One of: ["", "table", "tree", "json", "id", "wide"] + -o, --output string Output format. One of: ["", "json", "id", "table", "terse", "tree", "wide"] --timestamp-authority string The url of the Chainguard Timestamp Authority endpoint. (default "https://tsa.enforce.dev") -v, --v int Set the log verbosity level. ``` diff --git a/content/chainguard/chainctl/chainctl-docs/chainctl_clusters_list.md b/content/chainguard/chainctl/chainctl-docs/chainctl_clusters_list.md index 4b3d61480e..a8881f5fb3 100644 --- a/content/chainguard/chainctl/chainctl-docs/chainctl_clusters_list.md +++ b/content/chainguard/chainctl/chainctl-docs/chainctl_clusters_list.md @@ -1,5 +1,5 @@ --- -date: 2023-10-04T23:20:44Z +date: 2023-10-10T09:30:53Z title: "chainctl clusters list" slug: chainctl_clusters_list url: /chainguard/chainctl/chainctl-docs/chainctl_clusters_list/ @@ -47,7 +47,7 @@ chainctl clusters list [--name=NAME] [--active-within=DURATION] [--group=GROUP_N --config string A specific chainctl config file. --console string The url of the Chainguard platform Console. (default "https://console.enforce.dev") --issuer string The url of the Chainguard STS endpoint. (default "https://issuer.enforce.dev") - -o, --output string Output format. One of: ["", "table", "tree", "json", "id", "wide"] + -o, --output string Output format. One of: ["", "json", "id", "table", "terse", "tree", "wide"] --timestamp-authority string The url of the Chainguard Timestamp Authority endpoint. (default "https://tsa.enforce.dev") -v, --v int Set the log verbosity level. ``` diff --git a/content/chainguard/chainctl/chainctl-docs/chainctl_clusters_open.md b/content/chainguard/chainctl/chainctl-docs/chainctl_clusters_open.md index da3370cd45..f3dc1f6e1c 100644 --- a/content/chainguard/chainctl/chainctl-docs/chainctl_clusters_open.md +++ b/content/chainguard/chainctl/chainctl-docs/chainctl_clusters_open.md @@ -1,5 +1,5 @@ --- -date: 2023-10-04T23:20:44Z +date: 2023-10-10T09:30:53Z title: "chainctl clusters open" slug: chainctl_clusters_open url: /chainguard/chainctl/chainctl-docs/chainctl_clusters_open/ @@ -31,7 +31,7 @@ chainctl clusters open CLUSTER_NAME|CLUSTER_ID [--output table|json] --config string A specific chainctl config file. --console string The url of the Chainguard platform Console. (default "https://console.enforce.dev") --issuer string The url of the Chainguard STS endpoint. (default "https://issuer.enforce.dev") - -o, --output string Output format. One of: ["", "table", "tree", "json", "id", "wide"] + -o, --output string Output format. One of: ["", "json", "id", "table", "terse", "tree", "wide"] --timestamp-authority string The url of the Chainguard Timestamp Authority endpoint. (default "https://tsa.enforce.dev") -v, --v int Set the log verbosity level. ``` diff --git a/content/chainguard/chainctl/chainctl-docs/chainctl_clusters_print-config.md b/content/chainguard/chainctl/chainctl-docs/chainctl_clusters_print-config.md index 0f6d99f0ec..fb2efb4003 100644 --- a/content/chainguard/chainctl/chainctl-docs/chainctl_clusters_print-config.md +++ b/content/chainguard/chainctl/chainctl-docs/chainctl_clusters_print-config.md @@ -1,5 +1,5 @@ --- -date: 2023-10-04T23:20:44Z +date: 2023-10-10T09:30:53Z title: "chainctl clusters print-config" slug: chainctl_clusters_print-config url: /chainguard/chainctl/chainctl-docs/chainctl_clusters_print-config/ @@ -33,7 +33,7 @@ chainctl clusters print-config [--profiles=PROFILE1,PROFILE2,...] [--opt=KEY=VAL --config string A specific chainctl config file. --console string The url of the Chainguard platform Console. (default "https://console.enforce.dev") --issuer string The url of the Chainguard STS endpoint. (default "https://issuer.enforce.dev") - -o, --output string Output format. One of: ["", "table", "tree", "json", "id", "wide"] + -o, --output string Output format. One of: ["", "json", "id", "table", "terse", "tree", "wide"] --timestamp-authority string The url of the Chainguard Timestamp Authority endpoint. (default "https://tsa.enforce.dev") -v, --v int Set the log verbosity level. ``` diff --git a/content/chainguard/chainctl/chainctl-docs/chainctl_clusters_profiles.md b/content/chainguard/chainctl/chainctl-docs/chainctl_clusters_profiles.md index 13a36c1f6d..26b67547a0 100644 --- a/content/chainguard/chainctl/chainctl-docs/chainctl_clusters_profiles.md +++ b/content/chainguard/chainctl/chainctl-docs/chainctl_clusters_profiles.md @@ -1,5 +1,5 @@ --- -date: 2023-10-04T23:20:44Z +date: 2023-10-10T09:30:53Z title: "chainctl clusters profiles" slug: chainctl_clusters_profiles url: /chainguard/chainctl/chainctl-docs/chainctl_clusters_profiles/ @@ -27,7 +27,7 @@ Profile related commands. --config string A specific chainctl config file. --console string The url of the Chainguard platform Console. (default "https://console.enforce.dev") --issuer string The url of the Chainguard STS endpoint. (default "https://issuer.enforce.dev") - -o, --output string Output format. One of: ["", "table", "tree", "json", "id", "wide"] + -o, --output string Output format. One of: ["", "json", "id", "table", "terse", "tree", "wide"] --timestamp-authority string The url of the Chainguard Timestamp Authority endpoint. (default "https://tsa.enforce.dev") -v, --v int Set the log verbosity level. ``` diff --git a/content/chainguard/chainctl/chainctl-docs/chainctl_clusters_profiles_list.md b/content/chainguard/chainctl/chainctl-docs/chainctl_clusters_profiles_list.md index 2e9a4a0f8d..fd4937b38d 100644 --- a/content/chainguard/chainctl/chainctl-docs/chainctl_clusters_profiles_list.md +++ b/content/chainguard/chainctl/chainctl-docs/chainctl_clusters_profiles_list.md @@ -1,5 +1,5 @@ --- -date: 2023-10-04T23:20:44Z +date: 2023-10-10T09:30:53Z title: "chainctl clusters profiles list" slug: chainctl_clusters_profiles_list url: /chainguard/chainctl/chainctl-docs/chainctl_clusters_profiles_list/ @@ -31,7 +31,7 @@ chainctl clusters profiles list [--output table|json|wide] --config string A specific chainctl config file. --console string The url of the Chainguard platform Console. (default "https://console.enforce.dev") --issuer string The url of the Chainguard STS endpoint. (default "https://issuer.enforce.dev") - -o, --output string Output format. One of: ["", "table", "tree", "json", "id", "wide"] + -o, --output string Output format. One of: ["", "json", "id", "table", "terse", "tree", "wide"] --timestamp-authority string The url of the Chainguard Timestamp Authority endpoint. (default "https://tsa.enforce.dev") -v, --v int Set the log verbosity level. ``` diff --git a/content/chainguard/chainctl/chainctl-docs/chainctl_clusters_records.md b/content/chainguard/chainctl/chainctl-docs/chainctl_clusters_records.md index 294f7aa6ff..b0647312c6 100644 --- a/content/chainguard/chainctl/chainctl-docs/chainctl_clusters_records.md +++ b/content/chainguard/chainctl/chainctl-docs/chainctl_clusters_records.md @@ -1,5 +1,5 @@ --- -date: 2023-10-04T23:20:44Z +date: 2023-10-10T09:30:53Z title: "chainctl clusters records" slug: chainctl_clusters_records url: /chainguard/chainctl/chainctl-docs/chainctl_clusters_records/ @@ -27,7 +27,7 @@ Interact with cluster records. --config string A specific chainctl config file. --console string The url of the Chainguard platform Console. (default "https://console.enforce.dev") --issuer string The url of the Chainguard STS endpoint. (default "https://issuer.enforce.dev") - -o, --output string Output format. One of: ["", "table", "tree", "json", "id", "wide"] + -o, --output string Output format. One of: ["", "json", "id", "table", "terse", "tree", "wide"] --timestamp-authority string The url of the Chainguard Timestamp Authority endpoint. (default "https://tsa.enforce.dev") -v, --v int Set the log verbosity level. ``` diff --git a/content/chainguard/chainctl/chainctl-docs/chainctl_clusters_records_list.md b/content/chainguard/chainctl/chainctl-docs/chainctl_clusters_records_list.md index 9aac323d65..6be09b7465 100644 --- a/content/chainguard/chainctl/chainctl-docs/chainctl_clusters_records_list.md +++ b/content/chainguard/chainctl/chainctl-docs/chainctl_clusters_records_list.md @@ -1,5 +1,5 @@ --- -date: 2023-10-04T23:20:44Z +date: 2023-10-10T09:30:53Z title: "chainctl clusters records list" slug: chainctl_clusters_records_list url: /chainguard/chainctl/chainctl-docs/chainctl_clusters_records_list/ @@ -33,7 +33,7 @@ chainctl clusters records list [CLUSTER_NAME | CLUSTER_ID] [--active-within DURA --config string A specific chainctl config file. --console string The url of the Chainguard platform Console. (default "https://console.enforce.dev") --issuer string The url of the Chainguard STS endpoint. (default "https://issuer.enforce.dev") - -o, --output string Output format. One of: ["", "table", "tree", "json", "id", "wide"] + -o, --output string Output format. One of: ["", "json", "id", "table", "terse", "tree", "wide"] --timestamp-authority string The url of the Chainguard Timestamp Authority endpoint. (default "https://tsa.enforce.dev") -v, --v int Set the log verbosity level. ``` diff --git a/content/chainguard/chainctl/chainctl-docs/chainctl_clusters_records_vulns.md b/content/chainguard/chainctl/chainctl-docs/chainctl_clusters_records_vulns.md index 479d404cf8..847cfd33e9 100644 --- a/content/chainguard/chainctl/chainctl-docs/chainctl_clusters_records_vulns.md +++ b/content/chainguard/chainctl/chainctl-docs/chainctl_clusters_records_vulns.md @@ -1,5 +1,5 @@ --- -date: 2023-10-04T23:20:44Z +date: 2023-10-10T09:30:53Z title: "chainctl clusters records vulns" slug: chainctl_clusters_records_vulns url: /chainguard/chainctl/chainctl-docs/chainctl_clusters_records_vulns/ @@ -27,7 +27,7 @@ Interact with cluster records vulnerabilities. --config string A specific chainctl config file. --console string The url of the Chainguard platform Console. (default "https://console.enforce.dev") --issuer string The url of the Chainguard STS endpoint. (default "https://issuer.enforce.dev") - -o, --output string Output format. One of: ["", "table", "tree", "json", "id", "wide"] + -o, --output string Output format. One of: ["", "json", "id", "table", "terse", "tree", "wide"] --timestamp-authority string The url of the Chainguard Timestamp Authority endpoint. (default "https://tsa.enforce.dev") -v, --v int Set the log verbosity level. ``` diff --git a/content/chainguard/chainctl/chainctl-docs/chainctl_clusters_records_vulns_describe.md b/content/chainguard/chainctl/chainctl-docs/chainctl_clusters_records_vulns_describe.md index e7730260ea..b8b40a85fc 100644 --- a/content/chainguard/chainctl/chainctl-docs/chainctl_clusters_records_vulns_describe.md +++ b/content/chainguard/chainctl/chainctl-docs/chainctl_clusters_records_vulns_describe.md @@ -1,5 +1,5 @@ --- -date: 2023-10-04T23:20:44Z +date: 2023-10-10T09:30:53Z title: "chainctl clusters records vulns describe" slug: chainctl_clusters_records_vulns_describe url: /chainguard/chainctl/chainctl-docs/chainctl_clusters_records_vulns_describe/ @@ -36,7 +36,7 @@ chainctl clusters records vulns describe CLUSTER_NAME|CLUSTER_ID --image=IMAGE [ --config string A specific chainctl config file. --console string The url of the Chainguard platform Console. (default "https://console.enforce.dev") --issuer string The url of the Chainguard STS endpoint. (default "https://issuer.enforce.dev") - -o, --output string Output format. One of: ["", "table", "tree", "json", "id", "wide"] + -o, --output string Output format. One of: ["", "json", "id", "table", "terse", "tree", "wide"] --timestamp-authority string The url of the Chainguard Timestamp Authority endpoint. (default "https://tsa.enforce.dev") -v, --v int Set the log verbosity level. ``` diff --git a/content/chainguard/chainctl/chainctl-docs/chainctl_clusters_records_vulns_list.md b/content/chainguard/chainctl/chainctl-docs/chainctl_clusters_records_vulns_list.md index 567af422c3..8b4a04091c 100644 --- a/content/chainguard/chainctl/chainctl-docs/chainctl_clusters_records_vulns_list.md +++ b/content/chainguard/chainctl/chainctl-docs/chainctl_clusters_records_vulns_list.md @@ -1,5 +1,5 @@ --- -date: 2023-10-04T23:20:44Z +date: 2023-10-10T09:30:53Z title: "chainctl clusters records vulns list" slug: chainctl_clusters_records_vulns_list url: /chainguard/chainctl/chainctl-docs/chainctl_clusters_records_vulns_list/ @@ -36,7 +36,7 @@ chainctl clusters records vulns list CLUSTER_NAME|CLUSTER_ID [--image=IMAGE] [-- --config string A specific chainctl config file. --console string The url of the Chainguard platform Console. (default "https://console.enforce.dev") --issuer string The url of the Chainguard STS endpoint. (default "https://issuer.enforce.dev") - -o, --output string Output format. One of: ["", "table", "tree", "json", "id", "wide"] + -o, --output string Output format. One of: ["", "json", "id", "table", "terse", "tree", "wide"] --timestamp-authority string The url of the Chainguard Timestamp Authority endpoint. (default "https://tsa.enforce.dev") -v, --v int Set the log verbosity level. ``` diff --git a/content/chainguard/chainctl/chainctl-docs/chainctl_clusters_search.md b/content/chainguard/chainctl/chainctl-docs/chainctl_clusters_search.md index 19bd9276b9..374ad23743 100644 --- a/content/chainguard/chainctl/chainctl-docs/chainctl_clusters_search.md +++ b/content/chainguard/chainctl/chainctl-docs/chainctl_clusters_search.md @@ -1,5 +1,5 @@ --- -date: 2023-10-04T23:20:44Z +date: 2023-10-10T09:30:53Z title: "chainctl clusters search" slug: chainctl_clusters_search url: /chainguard/chainctl/chainctl-docs/chainctl_clusters_search/ @@ -46,7 +46,7 @@ chainctl clusters search [CLUSTER_NAME | CLUSTER_ID | GROUP_NAME | GROUP_ID ] [- --config string A specific chainctl config file. --console string The url of the Chainguard platform Console. (default "https://console.enforce.dev") --issuer string The url of the Chainguard STS endpoint. (default "https://issuer.enforce.dev") - -o, --output string Output format. One of: ["", "table", "tree", "json", "id", "wide"] + -o, --output string Output format. One of: ["", "json", "id", "table", "terse", "tree", "wide"] --timestamp-authority string The url of the Chainguard Timestamp Authority endpoint. (default "https://tsa.enforce.dev") -v, --v int Set the log verbosity level. ``` diff --git a/content/chainguard/chainctl/chainctl-docs/chainctl_clusters_uninstall.md b/content/chainguard/chainctl/chainctl-docs/chainctl_clusters_uninstall.md index fb52697755..a41a2c9c4b 100644 --- a/content/chainguard/chainctl/chainctl-docs/chainctl_clusters_uninstall.md +++ b/content/chainguard/chainctl/chainctl-docs/chainctl_clusters_uninstall.md @@ -1,5 +1,5 @@ --- -date: 2023-10-04T23:20:44Z +date: 2023-10-10T09:30:53Z title: "chainctl clusters uninstall" slug: chainctl_clusters_uninstall url: /chainguard/chainctl/chainctl-docs/chainctl_clusters_uninstall/ @@ -56,7 +56,7 @@ chainctl clusters uninstall [--group={GROUP_NAME|GROUP_ID}] [--context=CONTEXT_N --config string A specific chainctl config file. --console string The url of the Chainguard platform Console. (default "https://console.enforce.dev") --issuer string The url of the Chainguard STS endpoint. (default "https://issuer.enforce.dev") - -o, --output string Output format. One of: ["", "table", "tree", "json", "id", "wide"] + -o, --output string Output format. One of: ["", "json", "id", "table", "terse", "tree", "wide"] --timestamp-authority string The url of the Chainguard Timestamp Authority endpoint. (default "https://tsa.enforce.dev") -v, --v int Set the log verbosity level. ``` diff --git a/content/chainguard/chainctl/chainctl-docs/chainctl_clusters_update.md b/content/chainguard/chainctl/chainctl-docs/chainctl_clusters_update.md index c7be353489..6fdbdaf062 100644 --- a/content/chainguard/chainctl/chainctl-docs/chainctl_clusters_update.md +++ b/content/chainguard/chainctl/chainctl-docs/chainctl_clusters_update.md @@ -1,5 +1,5 @@ --- -date: 2023-10-04T23:20:44Z +date: 2023-10-10T09:30:53Z title: "chainctl clusters update" slug: chainctl_clusters_update url: /chainguard/chainctl/chainctl-docs/chainctl_clusters_update/ @@ -51,7 +51,7 @@ chainctl clusters update CLUSTER_NAME|CLUSTER_ID [--name NAME] [--description DE --config string A specific chainctl config file. --console string The url of the Chainguard platform Console. (default "https://console.enforce.dev") --issuer string The url of the Chainguard STS endpoint. (default "https://issuer.enforce.dev") - -o, --output string Output format. One of: ["", "table", "tree", "json", "id", "wide"] + -o, --output string Output format. One of: ["", "json", "id", "table", "terse", "tree", "wide"] --timestamp-authority string The url of the Chainguard Timestamp Authority endpoint. (default "https://tsa.enforce.dev") -v, --v int Set the log verbosity level. ``` diff --git a/content/chainguard/chainctl/chainctl-docs/chainctl_clusters_workloads.md b/content/chainguard/chainctl/chainctl-docs/chainctl_clusters_workloads.md index 69e4fb18fb..4b5804bbc1 100644 --- a/content/chainguard/chainctl/chainctl-docs/chainctl_clusters_workloads.md +++ b/content/chainguard/chainctl/chainctl-docs/chainctl_clusters_workloads.md @@ -1,5 +1,5 @@ --- -date: 2023-10-04T23:20:44Z +date: 2023-10-10T09:30:53Z title: "chainctl clusters workloads" slug: chainctl_clusters_workloads url: /chainguard/chainctl/chainctl-docs/chainctl_clusters_workloads/ @@ -27,7 +27,7 @@ Interact with cluster workloads. --config string A specific chainctl config file. --console string The url of the Chainguard platform Console. (default "https://console.enforce.dev") --issuer string The url of the Chainguard STS endpoint. (default "https://issuer.enforce.dev") - -o, --output string Output format. One of: ["", "table", "tree", "json", "id", "wide"] + -o, --output string Output format. One of: ["", "json", "id", "table", "terse", "tree", "wide"] --timestamp-authority string The url of the Chainguard Timestamp Authority endpoint. (default "https://tsa.enforce.dev") -v, --v int Set the log verbosity level. ``` diff --git a/content/chainguard/chainctl/chainctl-docs/chainctl_clusters_workloads_list.md b/content/chainguard/chainctl/chainctl-docs/chainctl_clusters_workloads_list.md index f299378ecc..bfdf3629de 100644 --- a/content/chainguard/chainctl/chainctl-docs/chainctl_clusters_workloads_list.md +++ b/content/chainguard/chainctl/chainctl-docs/chainctl_clusters_workloads_list.md @@ -1,5 +1,5 @@ --- -date: 2023-10-04T23:20:44Z +date: 2023-10-10T09:30:53Z title: "chainctl clusters workloads list" slug: chainctl_clusters_workloads_list url: /chainguard/chainctl/chainctl-docs/chainctl_clusters_workloads_list/ @@ -33,7 +33,7 @@ chainctl clusters workloads list CLUSTER_NAME|CLUSTER_ID [--active-within=DURATI --config string A specific chainctl config file. --console string The url of the Chainguard platform Console. (default "https://console.enforce.dev") --issuer string The url of the Chainguard STS endpoint. (default "https://issuer.enforce.dev") - -o, --output string Output format. One of: ["", "table", "tree", "json", "id", "wide"] + -o, --output string Output format. One of: ["", "json", "id", "table", "terse", "tree", "wide"] --timestamp-authority string The url of the Chainguard Timestamp Authority endpoint. (default "https://tsa.enforce.dev") -v, --v int Set the log verbosity level. ``` diff --git a/content/chainguard/chainctl/chainctl-docs/chainctl_config.md b/content/chainguard/chainctl/chainctl-docs/chainctl_config.md index 6b4074155c..2cbac8aaa4 100644 --- a/content/chainguard/chainctl/chainctl-docs/chainctl_config.md +++ b/content/chainguard/chainctl/chainctl-docs/chainctl_config.md @@ -1,5 +1,5 @@ --- -date: 2023-10-04T23:20:44Z +date: 2023-10-10T09:30:53Z title: "chainctl config" slug: chainctl_config url: /chainguard/chainctl/chainctl-docs/chainctl_config/ @@ -27,7 +27,7 @@ Local config file commands for chainctl. --config string A specific chainctl config file. --console string The url of the Chainguard platform Console. (default "https://console.enforce.dev") --issuer string The url of the Chainguard STS endpoint. (default "https://issuer.enforce.dev") - -o, --output string Output format. One of: ["", "table", "tree", "json", "id", "wide"] + -o, --output string Output format. One of: ["", "json", "id", "table", "terse", "tree", "wide"] --timestamp-authority string The url of the Chainguard Timestamp Authority endpoint. (default "https://tsa.enforce.dev") -v, --v int Set the log verbosity level. ``` diff --git a/content/chainguard/chainctl/chainctl-docs/chainctl_config_edit.md b/content/chainguard/chainctl/chainctl-docs/chainctl_config_edit.md index 838d0e8914..f98bf80ed5 100644 --- a/content/chainguard/chainctl/chainctl-docs/chainctl_config_edit.md +++ b/content/chainguard/chainctl/chainctl-docs/chainctl_config_edit.md @@ -1,5 +1,5 @@ --- -date: 2023-10-04T23:20:44Z +date: 2023-10-10T09:30:53Z title: "chainctl config edit" slug: chainctl_config_edit url: /chainguard/chainctl/chainctl-docs/chainctl_config_edit/ @@ -36,7 +36,7 @@ chainctl config edit [--config FILE] [--yes] [--output ] [flags] --config string A specific chainctl config file. --console string The url of the Chainguard platform Console. (default "https://console.enforce.dev") --issuer string The url of the Chainguard STS endpoint. (default "https://issuer.enforce.dev") - -o, --output string Output format. One of: ["", "table", "tree", "json", "id", "wide"] + -o, --output string Output format. One of: ["", "json", "id", "table", "terse", "tree", "wide"] --timestamp-authority string The url of the Chainguard Timestamp Authority endpoint. (default "https://tsa.enforce.dev") -v, --v int Set the log verbosity level. ``` diff --git a/content/chainguard/chainctl/chainctl-docs/chainctl_config_reset.md b/content/chainguard/chainctl/chainctl-docs/chainctl_config_reset.md index 66978b0d87..c506a0bc0c 100644 --- a/content/chainguard/chainctl/chainctl-docs/chainctl_config_reset.md +++ b/content/chainguard/chainctl/chainctl-docs/chainctl_config_reset.md @@ -1,5 +1,5 @@ --- -date: 2023-10-04T23:20:44Z +date: 2023-10-10T09:30:53Z title: "chainctl config reset" slug: chainctl_config_reset url: /chainguard/chainctl/chainctl-docs/chainctl_config_reset/ @@ -32,7 +32,7 @@ chainctl config reset [--yes] --config string A specific chainctl config file. --console string The url of the Chainguard platform Console. (default "https://console.enforce.dev") --issuer string The url of the Chainguard STS endpoint. (default "https://issuer.enforce.dev") - -o, --output string Output format. One of: ["", "table", "tree", "json", "id", "wide"] + -o, --output string Output format. One of: ["", "json", "id", "table", "terse", "tree", "wide"] --timestamp-authority string The url of the Chainguard Timestamp Authority endpoint. (default "https://tsa.enforce.dev") -v, --v int Set the log verbosity level. ``` diff --git a/content/chainguard/chainctl/chainctl-docs/chainctl_config_save.md b/content/chainguard/chainctl/chainctl-docs/chainctl_config_save.md index db656bac05..aff409a106 100644 --- a/content/chainguard/chainctl/chainctl-docs/chainctl_config_save.md +++ b/content/chainguard/chainctl/chainctl-docs/chainctl_config_save.md @@ -1,5 +1,5 @@ --- -date: 2023-10-04T23:20:44Z +date: 2023-10-10T09:30:53Z title: "chainctl config save" slug: chainctl_config_save url: /chainguard/chainctl/chainctl-docs/chainctl_config_save/ @@ -32,7 +32,7 @@ chainctl config save [--config FILE] [--yes] [--output ] [flags] --config string A specific chainctl config file. --console string The url of the Chainguard platform Console. (default "https://console.enforce.dev") --issuer string The url of the Chainguard STS endpoint. (default "https://issuer.enforce.dev") - -o, --output string Output format. One of: ["", "table", "tree", "json", "id", "wide"] + -o, --output string Output format. One of: ["", "json", "id", "table", "terse", "tree", "wide"] --timestamp-authority string The url of the Chainguard Timestamp Authority endpoint. (default "https://tsa.enforce.dev") -v, --v int Set the log verbosity level. ``` diff --git a/content/chainguard/chainctl/chainctl-docs/chainctl_config_set.md b/content/chainguard/chainctl/chainctl-docs/chainctl_config_set.md index 008c9a0cc7..6d8a65c71f 100644 --- a/content/chainguard/chainctl/chainctl-docs/chainctl_config_set.md +++ b/content/chainguard/chainctl/chainctl-docs/chainctl_config_set.md @@ -1,5 +1,5 @@ --- -date: 2023-10-04T23:20:44Z +date: 2023-10-10T09:30:53Z title: "chainctl config set" slug: chainctl_config_set url: /chainguard/chainctl/chainctl-docs/chainctl_config_set/ @@ -42,7 +42,7 @@ chainctl config set PROPERTY_NAME PROPERTY_VALUE --config string A specific chainctl config file. --console string The url of the Chainguard platform Console. (default "https://console.enforce.dev") --issuer string The url of the Chainguard STS endpoint. (default "https://issuer.enforce.dev") - -o, --output string Output format. One of: ["", "table", "tree", "json", "id", "wide"] + -o, --output string Output format. One of: ["", "json", "id", "table", "terse", "tree", "wide"] --timestamp-authority string The url of the Chainguard Timestamp Authority endpoint. (default "https://tsa.enforce.dev") -v, --v int Set the log verbosity level. ``` diff --git a/content/chainguard/chainctl/chainctl-docs/chainctl_config_unset.md b/content/chainguard/chainctl/chainctl-docs/chainctl_config_unset.md index e4bfeed99a..9f0521d16c 100644 --- a/content/chainguard/chainctl/chainctl-docs/chainctl_config_unset.md +++ b/content/chainguard/chainctl/chainctl-docs/chainctl_config_unset.md @@ -1,5 +1,5 @@ --- -date: 2023-10-04T23:20:44Z +date: 2023-10-10T09:30:53Z title: "chainctl config unset" slug: chainctl_config_unset url: /chainguard/chainctl/chainctl-docs/chainctl_config_unset/ @@ -42,7 +42,7 @@ chainctl config unset PROPERTY_NAME --config string A specific chainctl config file. --console string The url of the Chainguard platform Console. (default "https://console.enforce.dev") --issuer string The url of the Chainguard STS endpoint. (default "https://issuer.enforce.dev") - -o, --output string Output format. One of: ["", "table", "tree", "json", "id", "wide"] + -o, --output string Output format. One of: ["", "json", "id", "table", "terse", "tree", "wide"] --timestamp-authority string The url of the Chainguard Timestamp Authority endpoint. (default "https://tsa.enforce.dev") -v, --v int Set the log verbosity level. ``` diff --git a/content/chainguard/chainctl/chainctl-docs/chainctl_config_view.md b/content/chainguard/chainctl/chainctl-docs/chainctl_config_view.md index 99ff4fa506..d9ecff81f8 100644 --- a/content/chainguard/chainctl/chainctl-docs/chainctl_config_view.md +++ b/content/chainguard/chainctl/chainctl-docs/chainctl_config_view.md @@ -1,5 +1,5 @@ --- -date: 2023-10-04T23:20:44Z +date: 2023-10-10T09:30:53Z title: "chainctl config view" slug: chainctl_config_view url: /chainguard/chainctl/chainctl-docs/chainctl_config_view/ @@ -32,7 +32,7 @@ chainctl config view [--diff] [--output ] [flags] --config string A specific chainctl config file. --console string The url of the Chainguard platform Console. (default "https://console.enforce.dev") --issuer string The url of the Chainguard STS endpoint. (default "https://issuer.enforce.dev") - -o, --output string Output format. One of: ["", "table", "tree", "json", "id", "wide"] + -o, --output string Output format. One of: ["", "json", "id", "table", "terse", "tree", "wide"] --timestamp-authority string The url of the Chainguard Timestamp Authority endpoint. (default "https://tsa.enforce.dev") -v, --v int Set the log verbosity level. ``` diff --git a/content/chainguard/chainctl/chainctl-docs/chainctl_events.md b/content/chainguard/chainctl/chainctl-docs/chainctl_events.md index ea484813e9..532974df9a 100644 --- a/content/chainguard/chainctl/chainctl-docs/chainctl_events.md +++ b/content/chainguard/chainctl/chainctl-docs/chainctl_events.md @@ -1,5 +1,5 @@ --- -date: 2023-10-04T23:20:44Z +date: 2023-10-10T09:30:53Z title: "chainctl events" slug: chainctl_events url: /chainguard/chainctl/chainctl-docs/chainctl_events/ @@ -27,7 +27,7 @@ Events related commands for the Chainguard platform. --config string A specific chainctl config file. --console string The url of the Chainguard platform Console. (default "https://console.enforce.dev") --issuer string The url of the Chainguard STS endpoint. (default "https://issuer.enforce.dev") - -o, --output string Output format. One of: ["", "table", "tree", "json", "id", "wide"] + -o, --output string Output format. One of: ["", "json", "id", "table", "terse", "tree", "wide"] --timestamp-authority string The url of the Chainguard Timestamp Authority endpoint. (default "https://tsa.enforce.dev") -v, --v int Set the log verbosity level. ``` diff --git a/content/chainguard/chainctl/chainctl-docs/chainctl_events_subscriptions.md b/content/chainguard/chainctl/chainctl-docs/chainctl_events_subscriptions.md index 4cdb073a6a..1ba3964bc4 100644 --- a/content/chainguard/chainctl/chainctl-docs/chainctl_events_subscriptions.md +++ b/content/chainguard/chainctl/chainctl-docs/chainctl_events_subscriptions.md @@ -1,5 +1,5 @@ --- -date: 2023-10-04T23:20:44Z +date: 2023-10-10T09:30:53Z title: "chainctl events subscriptions" slug: chainctl_events_subscriptions url: /chainguard/chainctl/chainctl-docs/chainctl_events_subscriptions/ @@ -27,7 +27,7 @@ Subscription interactions. --config string A specific chainctl config file. --console string The url of the Chainguard platform Console. (default "https://console.enforce.dev") --issuer string The url of the Chainguard STS endpoint. (default "https://issuer.enforce.dev") - -o, --output string Output format. One of: ["", "table", "tree", "json", "id", "wide"] + -o, --output string Output format. One of: ["", "json", "id", "table", "terse", "tree", "wide"] --timestamp-authority string The url of the Chainguard Timestamp Authority endpoint. (default "https://tsa.enforce.dev") -v, --v int Set the log verbosity level. ``` diff --git a/content/chainguard/chainctl/chainctl-docs/chainctl_events_subscriptions_create.md b/content/chainguard/chainctl/chainctl-docs/chainctl_events_subscriptions_create.md index 248fc65b2d..364c3c3b17 100644 --- a/content/chainguard/chainctl/chainctl-docs/chainctl_events_subscriptions_create.md +++ b/content/chainguard/chainctl/chainctl-docs/chainctl_events_subscriptions_create.md @@ -1,5 +1,5 @@ --- -date: 2023-10-04T23:20:44Z +date: 2023-10-10T09:30:53Z title: "chainctl events subscriptions create" slug: chainctl_events_subscriptions_create url: /chainguard/chainctl/chainctl-docs/chainctl_events_subscriptions_create/ @@ -33,7 +33,7 @@ chainctl events subscriptions create SINK_URL [--group GROUP_NAME | GROUP_ID] [- --config string A specific chainctl config file. --console string The url of the Chainguard platform Console. (default "https://console.enforce.dev") --issuer string The url of the Chainguard STS endpoint. (default "https://issuer.enforce.dev") - -o, --output string Output format. One of: ["", "table", "tree", "json", "id", "wide"] + -o, --output string Output format. One of: ["", "json", "id", "table", "terse", "tree", "wide"] --timestamp-authority string The url of the Chainguard Timestamp Authority endpoint. (default "https://tsa.enforce.dev") -v, --v int Set the log verbosity level. ``` diff --git a/content/chainguard/chainctl/chainctl-docs/chainctl_events_subscriptions_delete.md b/content/chainguard/chainctl/chainctl-docs/chainctl_events_subscriptions_delete.md index 5d45c5491e..8e08340012 100644 --- a/content/chainguard/chainctl/chainctl-docs/chainctl_events_subscriptions_delete.md +++ b/content/chainguard/chainctl/chainctl-docs/chainctl_events_subscriptions_delete.md @@ -1,5 +1,5 @@ --- -date: 2023-10-04T23:20:44Z +date: 2023-10-10T09:30:53Z title: "chainctl events subscriptions delete" slug: chainctl_events_subscriptions_delete url: /chainguard/chainctl/chainctl-docs/chainctl_events_subscriptions_delete/ @@ -32,7 +32,7 @@ chainctl events subscriptions delete SUBSCRIPTION_ID [--yes] [--output id] [flag --config string A specific chainctl config file. --console string The url of the Chainguard platform Console. (default "https://console.enforce.dev") --issuer string The url of the Chainguard STS endpoint. (default "https://issuer.enforce.dev") - -o, --output string Output format. One of: ["", "table", "tree", "json", "id", "wide"] + -o, --output string Output format. One of: ["", "json", "id", "table", "terse", "tree", "wide"] --timestamp-authority string The url of the Chainguard Timestamp Authority endpoint. (default "https://tsa.enforce.dev") -v, --v int Set the log verbosity level. ``` diff --git a/content/chainguard/chainctl/chainctl-docs/chainctl_events_subscriptions_list.md b/content/chainguard/chainctl/chainctl-docs/chainctl_events_subscriptions_list.md index 8ad764b67a..9f633231fe 100644 --- a/content/chainguard/chainctl/chainctl-docs/chainctl_events_subscriptions_list.md +++ b/content/chainguard/chainctl/chainctl-docs/chainctl_events_subscriptions_list.md @@ -1,5 +1,5 @@ --- -date: 2023-10-04T23:20:44Z +date: 2023-10-10T09:30:53Z title: "chainctl events subscriptions list" slug: chainctl_events_subscriptions_list url: /chainguard/chainctl/chainctl-docs/chainctl_events_subscriptions_list/ @@ -32,7 +32,7 @@ chainctl events subscriptions list [--group GROUP_NAME | GROUP_ID] [--output tab --config string A specific chainctl config file. --console string The url of the Chainguard platform Console. (default "https://console.enforce.dev") --issuer string The url of the Chainguard STS endpoint. (default "https://issuer.enforce.dev") - -o, --output string Output format. One of: ["", "table", "tree", "json", "id", "wide"] + -o, --output string Output format. One of: ["", "json", "id", "table", "terse", "tree", "wide"] --timestamp-authority string The url of the Chainguard Timestamp Authority endpoint. (default "https://tsa.enforce.dev") -v, --v int Set the log verbosity level. ``` diff --git a/content/chainguard/chainctl/chainctl-docs/chainctl_iam.md b/content/chainguard/chainctl/chainctl-docs/chainctl_iam.md index b2658630bf..a02eb09ceb 100644 --- a/content/chainguard/chainctl/chainctl-docs/chainctl_iam.md +++ b/content/chainguard/chainctl/chainctl-docs/chainctl_iam.md @@ -1,5 +1,5 @@ --- -date: 2023-10-04T23:20:44Z +date: 2023-10-10T09:30:53Z title: "chainctl iam" slug: chainctl_iam url: /chainguard/chainctl/chainctl-docs/chainctl_iam/ @@ -27,7 +27,7 @@ IAM related commands for the Chainguard platform. --config string A specific chainctl config file. --console string The url of the Chainguard platform Console. (default "https://console.enforce.dev") --issuer string The url of the Chainguard STS endpoint. (default "https://issuer.enforce.dev") - -o, --output string Output format. One of: ["", "table", "tree", "json", "id", "wide"] + -o, --output string Output format. One of: ["", "json", "id", "table", "terse", "tree", "wide"] --timestamp-authority string The url of the Chainguard Timestamp Authority endpoint. (default "https://tsa.enforce.dev") -v, --v int Set the log verbosity level. ``` diff --git a/content/chainguard/chainctl/chainctl-docs/chainctl_iam_account-associations.md b/content/chainguard/chainctl/chainctl-docs/chainctl_iam_account-associations.md index f67956a10b..c4f8d73ff2 100644 --- a/content/chainguard/chainctl/chainctl-docs/chainctl_iam_account-associations.md +++ b/content/chainguard/chainctl/chainctl-docs/chainctl_iam_account-associations.md @@ -1,5 +1,5 @@ --- -date: 2023-10-04T23:20:44Z +date: 2023-10-10T09:30:53Z title: "chainctl iam account-associations" slug: chainctl_iam_account-associations url: /chainguard/chainctl/chainctl-docs/chainctl_iam_account-associations/ @@ -27,7 +27,7 @@ Configure and manage cloud provider account associations. --config string A specific chainctl config file. --console string The url of the Chainguard platform Console. (default "https://console.enforce.dev") --issuer string The url of the Chainguard STS endpoint. (default "https://issuer.enforce.dev") - -o, --output string Output format. One of: ["", "table", "tree", "json", "id", "wide"] + -o, --output string Output format. One of: ["", "json", "id", "table", "terse", "tree", "wide"] --timestamp-authority string The url of the Chainguard Timestamp Authority endpoint. (default "https://tsa.enforce.dev") -v, --v int Set the log verbosity level. ``` diff --git a/content/chainguard/chainctl/chainctl-docs/chainctl_iam_account-associations_check.md b/content/chainguard/chainctl/chainctl-docs/chainctl_iam_account-associations_check.md index ae4a3be754..0782516ae2 100644 --- a/content/chainguard/chainctl/chainctl-docs/chainctl_iam_account-associations_check.md +++ b/content/chainguard/chainctl/chainctl-docs/chainctl_iam_account-associations_check.md @@ -1,5 +1,5 @@ --- -date: 2023-10-04T23:20:44Z +date: 2023-10-10T09:30:53Z title: "chainctl iam account-associations check" slug: chainctl_iam_account-associations_check url: /chainguard/chainctl/chainctl-docs/chainctl_iam_account-associations_check/ @@ -27,7 +27,7 @@ Check the OIDC federation configurations for cloud providers. --config string A specific chainctl config file. --console string The url of the Chainguard platform Console. (default "https://console.enforce.dev") --issuer string The url of the Chainguard STS endpoint. (default "https://issuer.enforce.dev") - -o, --output string Output format. One of: ["", "table", "tree", "json", "id", "wide"] + -o, --output string Output format. One of: ["", "json", "id", "table", "terse", "tree", "wide"] --timestamp-authority string The url of the Chainguard Timestamp Authority endpoint. (default "https://tsa.enforce.dev") -v, --v int Set the log verbosity level. ``` diff --git a/content/chainguard/chainctl/chainctl-docs/chainctl_iam_account-associations_check_aws.md b/content/chainguard/chainctl/chainctl-docs/chainctl_iam_account-associations_check_aws.md index f5669f7de9..365d80fd51 100644 --- a/content/chainguard/chainctl/chainctl-docs/chainctl_iam_account-associations_check_aws.md +++ b/content/chainguard/chainctl/chainctl-docs/chainctl_iam_account-associations_check_aws.md @@ -1,5 +1,5 @@ --- -date: 2023-10-04T23:20:44Z +date: 2023-10-10T09:30:53Z title: "chainctl iam account-associations check aws" slug: chainctl_iam_account-associations_check_aws url: /chainguard/chainctl/chainctl-docs/chainctl_iam_account-associations_check_aws/ @@ -31,7 +31,7 @@ chainctl iam account-associations check aws GROUP_NAME|GROUP_ID [flags] --config string A specific chainctl config file. --console string The url of the Chainguard platform Console. (default "https://console.enforce.dev") --issuer string The url of the Chainguard STS endpoint. (default "https://issuer.enforce.dev") - -o, --output string Output format. One of: ["", "table", "tree", "json", "id", "wide"] + -o, --output string Output format. One of: ["", "json", "id", "table", "terse", "tree", "wide"] --timestamp-authority string The url of the Chainguard Timestamp Authority endpoint. (default "https://tsa.enforce.dev") -v, --v int Set the log verbosity level. ``` diff --git a/content/chainguard/chainctl/chainctl-docs/chainctl_iam_account-associations_check_gcp.md b/content/chainguard/chainctl/chainctl-docs/chainctl_iam_account-associations_check_gcp.md index 3903c7a13c..e4bdb9c8ac 100644 --- a/content/chainguard/chainctl/chainctl-docs/chainctl_iam_account-associations_check_gcp.md +++ b/content/chainguard/chainctl/chainctl-docs/chainctl_iam_account-associations_check_gcp.md @@ -1,5 +1,5 @@ --- -date: 2023-10-04T23:20:44Z +date: 2023-10-10T09:30:53Z title: "chainctl iam account-associations check gcp" slug: chainctl_iam_account-associations_check_gcp url: /chainguard/chainctl/chainctl-docs/chainctl_iam_account-associations_check_gcp/ @@ -31,7 +31,7 @@ chainctl iam account-associations check gcp GROUP_NAME|GROUP_ID [flags] --config string A specific chainctl config file. --console string The url of the Chainguard platform Console. (default "https://console.enforce.dev") --issuer string The url of the Chainguard STS endpoint. (default "https://issuer.enforce.dev") - -o, --output string Output format. One of: ["", "table", "tree", "json", "id", "wide"] + -o, --output string Output format. One of: ["", "json", "id", "table", "terse", "tree", "wide"] --timestamp-authority string The url of the Chainguard Timestamp Authority endpoint. (default "https://tsa.enforce.dev") -v, --v int Set the log verbosity level. ``` diff --git a/content/chainguard/chainctl/chainctl-docs/chainctl_iam_account-associations_describe.md b/content/chainguard/chainctl/chainctl-docs/chainctl_iam_account-associations_describe.md index 8e2fd2bb61..73388f913e 100644 --- a/content/chainguard/chainctl/chainctl-docs/chainctl_iam_account-associations_describe.md +++ b/content/chainguard/chainctl/chainctl-docs/chainctl_iam_account-associations_describe.md @@ -1,5 +1,5 @@ --- -date: 2023-10-04T23:20:44Z +date: 2023-10-10T09:30:53Z title: "chainctl iam account-associations describe" slug: chainctl_iam_account-associations_describe url: /chainguard/chainctl/chainctl-docs/chainctl_iam_account-associations_describe/ @@ -33,7 +33,7 @@ chainctl iam account-associations describe GROUP_NAME|GROUP_ID [--aws] [--gcp] [ --config string A specific chainctl config file. --console string The url of the Chainguard platform Console. (default "https://console.enforce.dev") --issuer string The url of the Chainguard STS endpoint. (default "https://issuer.enforce.dev") - -o, --output string Output format. One of: ["", "table", "tree", "json", "id", "wide"] + -o, --output string Output format. One of: ["", "json", "id", "table", "terse", "tree", "wide"] --timestamp-authority string The url of the Chainguard Timestamp Authority endpoint. (default "https://tsa.enforce.dev") -v, --v int Set the log verbosity level. ``` diff --git a/content/chainguard/chainctl/chainctl-docs/chainctl_iam_account-associations_set.md b/content/chainguard/chainctl/chainctl-docs/chainctl_iam_account-associations_set.md index 838edbef1d..c3f4ce5f51 100644 --- a/content/chainguard/chainctl/chainctl-docs/chainctl_iam_account-associations_set.md +++ b/content/chainguard/chainctl/chainctl-docs/chainctl_iam_account-associations_set.md @@ -1,5 +1,5 @@ --- -date: 2023-10-04T23:20:44Z +date: 2023-10-10T09:30:53Z title: "chainctl iam account-associations set" slug: chainctl_iam_account-associations_set url: /chainguard/chainctl/chainctl-docs/chainctl_iam_account-associations_set/ @@ -27,7 +27,7 @@ Set cloud provider account associations for a group. --config string A specific chainctl config file. --console string The url of the Chainguard platform Console. (default "https://console.enforce.dev") --issuer string The url of the Chainguard STS endpoint. (default "https://issuer.enforce.dev") - -o, --output string Output format. One of: ["", "table", "tree", "json", "id", "wide"] + -o, --output string Output format. One of: ["", "json", "id", "table", "terse", "tree", "wide"] --timestamp-authority string The url of the Chainguard Timestamp Authority endpoint. (default "https://tsa.enforce.dev") -v, --v int Set the log verbosity level. ``` diff --git a/content/chainguard/chainctl/chainctl-docs/chainctl_iam_account-associations_set_aws.md b/content/chainguard/chainctl/chainctl-docs/chainctl_iam_account-associations_set_aws.md index d8d23f67eb..3966043bb8 100644 --- a/content/chainguard/chainctl/chainctl-docs/chainctl_iam_account-associations_set_aws.md +++ b/content/chainguard/chainctl/chainctl-docs/chainctl_iam_account-associations_set_aws.md @@ -1,5 +1,5 @@ --- -date: 2023-10-04T23:20:44Z +date: 2023-10-10T09:30:53Z title: "chainctl iam account-associations set aws" slug: chainctl_iam_account-associations_set_aws url: /chainguard/chainctl/chainctl-docs/chainctl_iam_account-associations_set_aws/ @@ -35,7 +35,7 @@ chainctl iam account-associations set aws GROUP_NAME|GROUP_ID --account=ACCOUNT --config string A specific chainctl config file. --console string The url of the Chainguard platform Console. (default "https://console.enforce.dev") --issuer string The url of the Chainguard STS endpoint. (default "https://issuer.enforce.dev") - -o, --output string Output format. One of: ["", "table", "tree", "json", "id", "wide"] + -o, --output string Output format. One of: ["", "json", "id", "table", "terse", "tree", "wide"] --timestamp-authority string The url of the Chainguard Timestamp Authority endpoint. (default "https://tsa.enforce.dev") -v, --v int Set the log verbosity level. ``` diff --git a/content/chainguard/chainctl/chainctl-docs/chainctl_iam_account-associations_set_gcp.md b/content/chainguard/chainctl/chainctl-docs/chainctl_iam_account-associations_set_gcp.md index a7dc91708e..921fa0ae5a 100644 --- a/content/chainguard/chainctl/chainctl-docs/chainctl_iam_account-associations_set_gcp.md +++ b/content/chainguard/chainctl/chainctl-docs/chainctl_iam_account-associations_set_gcp.md @@ -1,5 +1,5 @@ --- -date: 2023-10-04T23:20:44Z +date: 2023-10-10T09:30:53Z title: "chainctl iam account-associations set gcp" slug: chainctl_iam_account-associations_set_gcp url: /chainguard/chainctl/chainctl-docs/chainctl_iam_account-associations_set_gcp/ @@ -36,7 +36,7 @@ chainctl iam account-associations set gcp GROUP_NAME|GROUP_ID --project-id=PROJE --config string A specific chainctl config file. --console string The url of the Chainguard platform Console. (default "https://console.enforce.dev") --issuer string The url of the Chainguard STS endpoint. (default "https://issuer.enforce.dev") - -o, --output string Output format. One of: ["", "table", "tree", "json", "id", "wide"] + -o, --output string Output format. One of: ["", "json", "id", "table", "terse", "tree", "wide"] --timestamp-authority string The url of the Chainguard Timestamp Authority endpoint. (default "https://tsa.enforce.dev") -v, --v int Set the log verbosity level. ``` diff --git a/content/chainguard/chainctl/chainctl-docs/chainctl_iam_account-associations_unset.md b/content/chainguard/chainctl/chainctl-docs/chainctl_iam_account-associations_unset.md index b8ab5c507b..85e43b4f44 100644 --- a/content/chainguard/chainctl/chainctl-docs/chainctl_iam_account-associations_unset.md +++ b/content/chainguard/chainctl/chainctl-docs/chainctl_iam_account-associations_unset.md @@ -1,5 +1,5 @@ --- -date: 2023-10-04T23:20:44Z +date: 2023-10-10T09:30:53Z title: "chainctl iam account-associations unset" slug: chainctl_iam_account-associations_unset url: /chainguard/chainctl/chainctl-docs/chainctl_iam_account-associations_unset/ @@ -27,7 +27,7 @@ Remove cloud provider account associations from a group. --config string A specific chainctl config file. --console string The url of the Chainguard platform Console. (default "https://console.enforce.dev") --issuer string The url of the Chainguard STS endpoint. (default "https://issuer.enforce.dev") - -o, --output string Output format. One of: ["", "table", "tree", "json", "id", "wide"] + -o, --output string Output format. One of: ["", "json", "id", "table", "terse", "tree", "wide"] --timestamp-authority string The url of the Chainguard Timestamp Authority endpoint. (default "https://tsa.enforce.dev") -v, --v int Set the log verbosity level. ``` diff --git a/content/chainguard/chainctl/chainctl-docs/chainctl_iam_account-associations_unset_aws.md b/content/chainguard/chainctl/chainctl-docs/chainctl_iam_account-associations_unset_aws.md index 8f84f9caad..2c032903c2 100644 --- a/content/chainguard/chainctl/chainctl-docs/chainctl_iam_account-associations_unset_aws.md +++ b/content/chainguard/chainctl/chainctl-docs/chainctl_iam_account-associations_unset_aws.md @@ -1,5 +1,5 @@ --- -date: 2023-10-04T23:20:44Z +date: 2023-10-10T09:30:53Z title: "chainctl iam account-associations unset aws" slug: chainctl_iam_account-associations_unset_aws url: /chainguard/chainctl/chainctl-docs/chainctl_iam_account-associations_unset_aws/ @@ -32,7 +32,7 @@ chainctl iam account-associations unset aws GROUP_NAME|GROUP_ID [--yes] [--outpu --config string A specific chainctl config file. --console string The url of the Chainguard platform Console. (default "https://console.enforce.dev") --issuer string The url of the Chainguard STS endpoint. (default "https://issuer.enforce.dev") - -o, --output string Output format. One of: ["", "table", "tree", "json", "id", "wide"] + -o, --output string Output format. One of: ["", "json", "id", "table", "terse", "tree", "wide"] --timestamp-authority string The url of the Chainguard Timestamp Authority endpoint. (default "https://tsa.enforce.dev") -v, --v int Set the log verbosity level. ``` diff --git a/content/chainguard/chainctl/chainctl-docs/chainctl_iam_account-associations_unset_gcp.md b/content/chainguard/chainctl/chainctl-docs/chainctl_iam_account-associations_unset_gcp.md index 8bf004e5f4..6307ce9253 100644 --- a/content/chainguard/chainctl/chainctl-docs/chainctl_iam_account-associations_unset_gcp.md +++ b/content/chainguard/chainctl/chainctl-docs/chainctl_iam_account-associations_unset_gcp.md @@ -1,5 +1,5 @@ --- -date: 2023-10-04T23:20:44Z +date: 2023-10-10T09:30:53Z title: "chainctl iam account-associations unset gcp" slug: chainctl_iam_account-associations_unset_gcp url: /chainguard/chainctl/chainctl-docs/chainctl_iam_account-associations_unset_gcp/ @@ -32,7 +32,7 @@ chainctl iam account-associations unset gcp GROUP_NAME|GROUP_ID [--yes] [--outpu --config string A specific chainctl config file. --console string The url of the Chainguard platform Console. (default "https://console.enforce.dev") --issuer string The url of the Chainguard STS endpoint. (default "https://issuer.enforce.dev") - -o, --output string Output format. One of: ["", "table", "tree", "json", "id", "wide"] + -o, --output string Output format. One of: ["", "json", "id", "table", "terse", "tree", "wide"] --timestamp-authority string The url of the Chainguard Timestamp Authority endpoint. (default "https://tsa.enforce.dev") -v, --v int Set the log verbosity level. ``` diff --git a/content/chainguard/chainctl/chainctl-docs/chainctl_iam_groups.md b/content/chainguard/chainctl/chainctl-docs/chainctl_iam_groups.md index 8a00ef9427..a2e32a7453 100644 --- a/content/chainguard/chainctl/chainctl-docs/chainctl_iam_groups.md +++ b/content/chainguard/chainctl/chainctl-docs/chainctl_iam_groups.md @@ -1,5 +1,5 @@ --- -date: 2023-10-04T23:20:44Z +date: 2023-10-10T09:30:53Z title: "chainctl iam groups" slug: chainctl_iam_groups url: /chainguard/chainctl/chainctl-docs/chainctl_iam_groups/ @@ -27,7 +27,7 @@ IAM Group resource interactions. --config string A specific chainctl config file. --console string The url of the Chainguard platform Console. (default "https://console.enforce.dev") --issuer string The url of the Chainguard STS endpoint. (default "https://issuer.enforce.dev") - -o, --output string Output format. One of: ["", "table", "tree", "json", "id", "wide"] + -o, --output string Output format. One of: ["", "json", "id", "table", "terse", "tree", "wide"] --timestamp-authority string The url of the Chainguard Timestamp Authority endpoint. (default "https://tsa.enforce.dev") -v, --v int Set the log verbosity level. ``` diff --git a/content/chainguard/chainctl/chainctl-docs/chainctl_iam_groups_create.md b/content/chainguard/chainctl/chainctl-docs/chainctl_iam_groups_create.md index 1be33e22bc..15c22ea408 100644 --- a/content/chainguard/chainctl/chainctl-docs/chainctl_iam_groups_create.md +++ b/content/chainguard/chainctl/chainctl-docs/chainctl_iam_groups_create.md @@ -1,5 +1,5 @@ --- -date: 2023-10-04T23:20:44Z +date: 2023-10-10T09:30:53Z title: "chainctl iam groups create" slug: chainctl_iam_groups_create url: /chainguard/chainctl/chainctl-docs/chainctl_iam_groups_create/ @@ -36,7 +36,7 @@ chainctl iam groups create GROUP_NAME [--parent GROUP_NAME | GROUP_ID | --no-par --config string A specific chainctl config file. --console string The url of the Chainguard platform Console. (default "https://console.enforce.dev") --issuer string The url of the Chainguard STS endpoint. (default "https://issuer.enforce.dev") - -o, --output string Output format. One of: ["", "table", "tree", "json", "id", "wide"] + -o, --output string Output format. One of: ["", "json", "id", "table", "terse", "tree", "wide"] --timestamp-authority string The url of the Chainguard Timestamp Authority endpoint. (default "https://tsa.enforce.dev") -v, --v int Set the log verbosity level. ``` diff --git a/content/chainguard/chainctl/chainctl-docs/chainctl_iam_groups_delete.md b/content/chainguard/chainctl/chainctl-docs/chainctl_iam_groups_delete.md index b9c0a984b4..042891de38 100644 --- a/content/chainguard/chainctl/chainctl-docs/chainctl_iam_groups_delete.md +++ b/content/chainguard/chainctl/chainctl-docs/chainctl_iam_groups_delete.md @@ -1,5 +1,5 @@ --- -date: 2023-10-04T23:20:44Z +date: 2023-10-10T09:30:53Z title: "chainctl iam groups delete" slug: chainctl_iam_groups_delete url: /chainguard/chainctl/chainctl-docs/chainctl_iam_groups_delete/ @@ -48,7 +48,7 @@ chainctl iam group delete --config string A specific chainctl config file. --console string The url of the Chainguard platform Console. (default "https://console.enforce.dev") --issuer string The url of the Chainguard STS endpoint. (default "https://issuer.enforce.dev") - -o, --output string Output format. One of: ["", "table", "tree", "json", "id", "wide"] + -o, --output string Output format. One of: ["", "json", "id", "table", "terse", "tree", "wide"] --timestamp-authority string The url of the Chainguard Timestamp Authority endpoint. (default "https://tsa.enforce.dev") -v, --v int Set the log verbosity level. ``` diff --git a/content/chainguard/chainctl/chainctl-docs/chainctl_iam_groups_describe.md b/content/chainguard/chainctl/chainctl-docs/chainctl_iam_groups_describe.md index d677924182..e2fe758381 100644 --- a/content/chainguard/chainctl/chainctl-docs/chainctl_iam_groups_describe.md +++ b/content/chainguard/chainctl/chainctl-docs/chainctl_iam_groups_describe.md @@ -1,5 +1,5 @@ --- -date: 2023-10-04T23:20:44Z +date: 2023-10-10T09:30:53Z title: "chainctl iam groups describe" slug: chainctl_iam_groups_describe url: /chainguard/chainctl/chainctl-docs/chainctl_iam_groups_describe/ @@ -32,7 +32,7 @@ chainctl iam groups describe [--active-within DURATION] [--output json] [flags] --config string A specific chainctl config file. --console string The url of the Chainguard platform Console. (default "https://console.enforce.dev") --issuer string The url of the Chainguard STS endpoint. (default "https://issuer.enforce.dev") - -o, --output string Output format. One of: ["", "table", "tree", "json", "id", "wide"] + -o, --output string Output format. One of: ["", "json", "id", "table", "terse", "tree", "wide"] --timestamp-authority string The url of the Chainguard Timestamp Authority endpoint. (default "https://tsa.enforce.dev") -v, --v int Set the log verbosity level. ``` diff --git a/content/chainguard/chainctl/chainctl-docs/chainctl_iam_groups_list.md b/content/chainguard/chainctl/chainctl-docs/chainctl_iam_groups_list.md index 9d811a4091..27d807ac47 100644 --- a/content/chainguard/chainctl/chainctl-docs/chainctl_iam_groups_list.md +++ b/content/chainguard/chainctl/chainctl-docs/chainctl_iam_groups_list.md @@ -1,5 +1,5 @@ --- -date: 2023-10-04T23:20:44Z +date: 2023-10-10T09:30:53Z title: "chainctl iam groups list" slug: chainctl_iam_groups_list url: /chainguard/chainctl/chainctl-docs/chainctl_iam_groups_list/ @@ -39,7 +39,7 @@ chainctl iam group list --config string A specific chainctl config file. --console string The url of the Chainguard platform Console. (default "https://console.enforce.dev") --issuer string The url of the Chainguard STS endpoint. (default "https://issuer.enforce.dev") - -o, --output string Output format. One of: ["", "table", "tree", "json", "id", "wide"] + -o, --output string Output format. One of: ["", "json", "id", "table", "terse", "tree", "wide"] --timestamp-authority string The url of the Chainguard Timestamp Authority endpoint. (default "https://tsa.enforce.dev") -v, --v int Set the log verbosity level. ``` diff --git a/content/chainguard/chainctl/chainctl-docs/chainctl_iam_groups_update.md b/content/chainguard/chainctl/chainctl-docs/chainctl_iam_groups_update.md index 592f3c9e2b..8be346bdd9 100644 --- a/content/chainguard/chainctl/chainctl-docs/chainctl_iam_groups_update.md +++ b/content/chainguard/chainctl/chainctl-docs/chainctl_iam_groups_update.md @@ -1,5 +1,5 @@ --- -date: 2023-10-04T23:20:44Z +date: 2023-10-10T09:30:53Z title: "chainctl iam groups update" slug: chainctl_iam_groups_update url: /chainguard/chainctl/chainctl-docs/chainctl_iam_groups_update/ @@ -47,7 +47,7 @@ chainctl iam groups update my-group --description "" --config string A specific chainctl config file. --console string The url of the Chainguard platform Console. (default "https://console.enforce.dev") --issuer string The url of the Chainguard STS endpoint. (default "https://issuer.enforce.dev") - -o, --output string Output format. One of: ["", "table", "tree", "json", "id", "wide"] + -o, --output string Output format. One of: ["", "json", "id", "table", "terse", "tree", "wide"] --timestamp-authority string The url of the Chainguard Timestamp Authority endpoint. (default "https://tsa.enforce.dev") -v, --v int Set the log verbosity level. ``` diff --git a/content/chainguard/chainctl/chainctl-docs/chainctl_iam_identities.md b/content/chainguard/chainctl/chainctl-docs/chainctl_iam_identities.md index bd3269fe99..41d331a455 100644 --- a/content/chainguard/chainctl/chainctl-docs/chainctl_iam_identities.md +++ b/content/chainguard/chainctl/chainctl-docs/chainctl_iam_identities.md @@ -1,5 +1,5 @@ --- -date: 2023-10-04T23:20:44Z +date: 2023-10-10T09:30:53Z title: "chainctl iam identities" slug: chainctl_iam_identities url: /chainguard/chainctl/chainctl-docs/chainctl_iam_identities/ @@ -27,7 +27,7 @@ Identity management. --config string A specific chainctl config file. --console string The url of the Chainguard platform Console. (default "https://console.enforce.dev") --issuer string The url of the Chainguard STS endpoint. (default "https://issuer.enforce.dev") - -o, --output string Output format. One of: ["", "table", "tree", "json", "id", "wide"] + -o, --output string Output format. One of: ["", "json", "id", "table", "terse", "tree", "wide"] --timestamp-authority string The url of the Chainguard Timestamp Authority endpoint. (default "https://tsa.enforce.dev") -v, --v int Set the log verbosity level. ``` diff --git a/content/chainguard/chainctl/chainctl-docs/chainctl_iam_identities_create.md b/content/chainguard/chainctl/chainctl-docs/chainctl_iam_identities_create.md index 4b8a4b655a..51c7583e3e 100644 --- a/content/chainguard/chainctl/chainctl-docs/chainctl_iam_identities_create.md +++ b/content/chainguard/chainctl/chainctl-docs/chainctl_iam_identities_create.md @@ -1,5 +1,5 @@ --- -date: 2023-10-04T23:20:44Z +date: 2023-10-10T09:30:53Z title: "chainctl iam identities create" slug: chainctl_iam_identities_create url: /chainguard/chainctl/chainctl-docs/chainctl_iam_identities_create/ @@ -62,7 +62,7 @@ chainctl iam identities create NAME {--filename FILE | {--identity-issuer=ISS | --config string A specific chainctl config file. --console string The url of the Chainguard platform Console. (default "https://console.enforce.dev") --issuer string The url of the Chainguard STS endpoint. (default "https://issuer.enforce.dev") - -o, --output string Output format. One of: ["", "table", "tree", "json", "id", "wide"] + -o, --output string Output format. One of: ["", "json", "id", "table", "terse", "tree", "wide"] --timestamp-authority string The url of the Chainguard Timestamp Authority endpoint. (default "https://tsa.enforce.dev") -v, --v int Set the log verbosity level. ``` diff --git a/content/chainguard/chainctl/chainctl-docs/chainctl_iam_identities_create_github.md b/content/chainguard/chainctl/chainctl-docs/chainctl_iam_identities_create_github.md index 88c11fec24..ef16121025 100644 --- a/content/chainguard/chainctl/chainctl-docs/chainctl_iam_identities_create_github.md +++ b/content/chainguard/chainctl/chainctl-docs/chainctl_iam_identities_create_github.md @@ -1,5 +1,5 @@ --- -date: 2023-10-04T23:20:44Z +date: 2023-10-10T09:30:53Z title: "chainctl iam identities create github" slug: chainctl_iam_identities_create_github url: /chainguard/chainctl/chainctl-docs/chainctl_iam_identities_create_github/ @@ -49,7 +49,7 @@ chainctl iam identities create github NAME --github-repo=REPO [--github-ref=REF] --config string A specific chainctl config file. --console string The url of the Chainguard platform Console. (default "https://console.enforce.dev") --issuer string The url of the Chainguard STS endpoint. (default "https://issuer.enforce.dev") - -o, --output string Output format. One of: ["", "table", "tree", "json", "id", "wide"] + -o, --output string Output format. One of: ["", "json", "id", "table", "terse", "tree", "wide"] --timestamp-authority string The url of the Chainguard Timestamp Authority endpoint. (default "https://tsa.enforce.dev") -v, --v int Set the log verbosity level. ``` diff --git a/content/chainguard/chainctl/chainctl-docs/chainctl_iam_identities_create_gitlab.md b/content/chainguard/chainctl/chainctl-docs/chainctl_iam_identities_create_gitlab.md index 1bda28c4ab..2ffd8d18f7 100644 --- a/content/chainguard/chainctl/chainctl-docs/chainctl_iam_identities_create_gitlab.md +++ b/content/chainguard/chainctl/chainctl-docs/chainctl_iam_identities_create_gitlab.md @@ -1,5 +1,5 @@ --- -date: 2023-10-04T23:20:44Z +date: 2023-10-10T09:30:53Z title: "chainctl iam identities create gitlab" slug: chainctl_iam_identities_create_gitlab url: /chainguard/chainctl/chainctl-docs/chainctl_iam_identities_create_gitlab/ @@ -49,7 +49,7 @@ chainctl iam identities create gitlab NAME --project-path=GITLAB-GROUP/GITLAB-PR --config string A specific chainctl config file. --console string The url of the Chainguard platform Console. (default "https://console.enforce.dev") --issuer string The url of the Chainguard STS endpoint. (default "https://issuer.enforce.dev") - -o, --output string Output format. One of: ["", "table", "tree", "json", "id", "wide"] + -o, --output string Output format. One of: ["", "json", "id", "table", "terse", "tree", "wide"] --timestamp-authority string The url of the Chainguard Timestamp Authority endpoint. (default "https://tsa.enforce.dev") -v, --v int Set the log verbosity level. ``` diff --git a/content/chainguard/chainctl/chainctl-docs/chainctl_iam_identities_delete.md b/content/chainguard/chainctl/chainctl-docs/chainctl_iam_identities_delete.md index a385b72aed..f225587ad5 100644 --- a/content/chainguard/chainctl/chainctl-docs/chainctl_iam_identities_delete.md +++ b/content/chainguard/chainctl/chainctl-docs/chainctl_iam_identities_delete.md @@ -1,5 +1,5 @@ --- -date: 2023-10-04T23:20:44Z +date: 2023-10-10T09:30:53Z title: "chainctl iam identities delete" slug: chainctl_iam_identities_delete url: /chainguard/chainctl/chainctl-docs/chainctl_iam_identities_delete/ @@ -32,7 +32,7 @@ chainctl iam identities delete {IDENTITY_NAME | IDENTITY_ID} [--yes] [--output ] --config string A specific chainctl config file. --console string The url of the Chainguard platform Console. (default "https://console.enforce.dev") --issuer string The url of the Chainguard STS endpoint. (default "https://issuer.enforce.dev") - -o, --output string Output format. One of: ["", "table", "tree", "json", "id", "wide"] + -o, --output string Output format. One of: ["", "json", "id", "table", "terse", "tree", "wide"] --timestamp-authority string The url of the Chainguard Timestamp Authority endpoint. (default "https://tsa.enforce.dev") -v, --v int Set the log verbosity level. ``` diff --git a/content/chainguard/chainctl/chainctl-docs/chainctl_iam_identities_describe.md b/content/chainguard/chainctl/chainctl-docs/chainctl_iam_identities_describe.md index 9bbc704836..8bbb564d4c 100644 --- a/content/chainguard/chainctl/chainctl-docs/chainctl_iam_identities_describe.md +++ b/content/chainguard/chainctl/chainctl-docs/chainctl_iam_identities_describe.md @@ -1,5 +1,5 @@ --- -date: 2023-10-04T23:20:44Z +date: 2023-10-10T09:30:53Z title: "chainctl iam identities describe" slug: chainctl_iam_identities_describe url: /chainguard/chainctl/chainctl-docs/chainctl_iam_identities_describe/ @@ -31,7 +31,7 @@ chainctl iam identities describe {IDENTITY_NAME | IDENTITY_ID} [flags] --config string A specific chainctl config file. --console string The url of the Chainguard platform Console. (default "https://console.enforce.dev") --issuer string The url of the Chainguard STS endpoint. (default "https://issuer.enforce.dev") - -o, --output string Output format. One of: ["", "table", "tree", "json", "id", "wide"] + -o, --output string Output format. One of: ["", "json", "id", "table", "terse", "tree", "wide"] --timestamp-authority string The url of the Chainguard Timestamp Authority endpoint. (default "https://tsa.enforce.dev") -v, --v int Set the log verbosity level. ``` diff --git a/content/chainguard/chainctl/chainctl-docs/chainctl_iam_identities_list.md b/content/chainguard/chainctl/chainctl-docs/chainctl_iam_identities_list.md index 5658884e19..8ec652545a 100644 --- a/content/chainguard/chainctl/chainctl-docs/chainctl_iam_identities_list.md +++ b/content/chainguard/chainctl/chainctl-docs/chainctl_iam_identities_list.md @@ -1,5 +1,5 @@ --- -date: 2023-10-04T23:20:44Z +date: 2023-10-10T09:30:53Z title: "chainctl iam identities list" slug: chainctl_iam_identities_list url: /chainguard/chainctl/chainctl-docs/chainctl_iam_identities_list/ @@ -47,7 +47,7 @@ chainctl iam identities list [--group GROUP_NAME | GROUP_ID] [--name NAME] [--re --config string A specific chainctl config file. --console string The url of the Chainguard platform Console. (default "https://console.enforce.dev") --issuer string The url of the Chainguard STS endpoint. (default "https://issuer.enforce.dev") - -o, --output string Output format. One of: ["", "table", "tree", "json", "id", "wide"] + -o, --output string Output format. One of: ["", "json", "id", "table", "terse", "tree", "wide"] --timestamp-authority string The url of the Chainguard Timestamp Authority endpoint. (default "https://tsa.enforce.dev") -v, --v int Set the log verbosity level. ``` diff --git a/content/chainguard/chainctl/chainctl-docs/chainctl_iam_identities_update.md b/content/chainguard/chainctl/chainctl-docs/chainctl_iam_identities_update.md index bf9cbc6861..f0dfba6f85 100644 --- a/content/chainguard/chainctl/chainctl-docs/chainctl_iam_identities_update.md +++ b/content/chainguard/chainctl/chainctl-docs/chainctl_iam_identities_update.md @@ -1,5 +1,5 @@ --- -date: 2023-10-04T23:20:44Z +date: 2023-10-10T09:30:53Z title: "chainctl iam identities update" slug: chainctl_iam_identities_update url: /chainguard/chainctl/chainctl-docs/chainctl_iam_identities_update/ @@ -50,7 +50,7 @@ chainctl iam identities update IDENTITY_NAME | IDENTITY_ID [--description=DESC] --config string A specific chainctl config file. --console string The url of the Chainguard platform Console. (default "https://console.enforce.dev") --issuer string The url of the Chainguard STS endpoint. (default "https://issuer.enforce.dev") - -o, --output string Output format. One of: ["", "table", "tree", "json", "id", "wide"] + -o, --output string Output format. One of: ["", "json", "id", "table", "terse", "tree", "wide"] --timestamp-authority string The url of the Chainguard Timestamp Authority endpoint. (default "https://tsa.enforce.dev") -v, --v int Set the log verbosity level. ``` diff --git a/content/chainguard/chainctl/chainctl-docs/chainctl_iam_identity-providers.md b/content/chainguard/chainctl/chainctl-docs/chainctl_iam_identity-providers.md index f499a71d0c..4fe0c67338 100644 --- a/content/chainguard/chainctl/chainctl-docs/chainctl_iam_identity-providers.md +++ b/content/chainguard/chainctl/chainctl-docs/chainctl_iam_identity-providers.md @@ -1,5 +1,5 @@ --- -date: 2023-10-04T23:20:44Z +date: 2023-10-10T09:30:53Z title: "chainctl iam identity-providers" slug: chainctl_iam_identity-providers url: /chainguard/chainctl/chainctl-docs/chainctl_iam_identity-providers/ @@ -27,7 +27,7 @@ customer managed identity provider management --config string A specific chainctl config file. --console string The url of the Chainguard platform Console. (default "https://console.enforce.dev") --issuer string The url of the Chainguard STS endpoint. (default "https://issuer.enforce.dev") - -o, --output string Output format. One of: ["", "table", "tree", "json", "id", "wide"] + -o, --output string Output format. One of: ["", "json", "id", "table", "terse", "tree", "wide"] --timestamp-authority string The url of the Chainguard Timestamp Authority endpoint. (default "https://tsa.enforce.dev") -v, --v int Set the log verbosity level. ``` diff --git a/content/chainguard/chainctl/chainctl-docs/chainctl_iam_identity-providers_create.md b/content/chainguard/chainctl/chainctl-docs/chainctl_iam_identity-providers_create.md index af0a9ab958..07885704c1 100644 --- a/content/chainguard/chainctl/chainctl-docs/chainctl_iam_identity-providers_create.md +++ b/content/chainguard/chainctl/chainctl-docs/chainctl_iam_identity-providers_create.md @@ -1,5 +1,5 @@ --- -date: 2023-10-04T23:20:44Z +date: 2023-10-10T09:30:53Z title: "chainctl iam identity-providers create" slug: chainctl_iam_identity-providers_create url: /chainguard/chainctl/chainctl-docs/chainctl_iam_identity-providers_create/ @@ -48,7 +48,7 @@ chainctl iam identity-providers create --group=GROUP [--name=NAME] [--descriptio --config string A specific chainctl config file. --console string The url of the Chainguard platform Console. (default "https://console.enforce.dev") --issuer string The url of the Chainguard STS endpoint. (default "https://issuer.enforce.dev") - -o, --output string Output format. One of: ["", "table", "tree", "json", "id", "wide"] + -o, --output string Output format. One of: ["", "json", "id", "table", "terse", "tree", "wide"] --timestamp-authority string The url of the Chainguard Timestamp Authority endpoint. (default "https://tsa.enforce.dev") -v, --v int Set the log verbosity level. ``` diff --git a/content/chainguard/chainctl/chainctl-docs/chainctl_iam_identity-providers_delete.md b/content/chainguard/chainctl/chainctl-docs/chainctl_iam_identity-providers_delete.md index 64f6d45fda..3d4c86935e 100644 --- a/content/chainguard/chainctl/chainctl-docs/chainctl_iam_identity-providers_delete.md +++ b/content/chainguard/chainctl/chainctl-docs/chainctl_iam_identity-providers_delete.md @@ -1,5 +1,5 @@ --- -date: 2023-10-04T23:20:44Z +date: 2023-10-10T09:30:53Z title: "chainctl iam identity-providers delete" slug: chainctl_iam_identity-providers_delete url: /chainguard/chainctl/chainctl-docs/chainctl_iam_identity-providers_delete/ @@ -42,7 +42,7 @@ chainctl iam identity-providers delete IDENTITY_PROVIDER_ID|IDENTITY_PROVIDER_NA --config string A specific chainctl config file. --console string The url of the Chainguard platform Console. (default "https://console.enforce.dev") --issuer string The url of the Chainguard STS endpoint. (default "https://issuer.enforce.dev") - -o, --output string Output format. One of: ["", "table", "tree", "json", "id", "wide"] + -o, --output string Output format. One of: ["", "json", "id", "table", "terse", "tree", "wide"] --timestamp-authority string The url of the Chainguard Timestamp Authority endpoint. (default "https://tsa.enforce.dev") -v, --v int Set the log verbosity level. ``` diff --git a/content/chainguard/chainctl/chainctl-docs/chainctl_iam_identity-providers_list.md b/content/chainguard/chainctl/chainctl-docs/chainctl_iam_identity-providers_list.md index e8c4847f1a..e85d2204db 100644 --- a/content/chainguard/chainctl/chainctl-docs/chainctl_iam_identity-providers_list.md +++ b/content/chainguard/chainctl/chainctl-docs/chainctl_iam_identity-providers_list.md @@ -1,5 +1,5 @@ --- -date: 2023-10-04T23:20:44Z +date: 2023-10-10T09:30:53Z title: "chainctl iam identity-providers list" slug: chainctl_iam_identity-providers_list url: /chainguard/chainctl/chainctl-docs/chainctl_iam_identity-providers_list/ @@ -42,7 +42,7 @@ chainctl iam identity-providers list --group=GROUP_NAME|GROUP_ID [--output table --config string A specific chainctl config file. --console string The url of the Chainguard platform Console. (default "https://console.enforce.dev") --issuer string The url of the Chainguard STS endpoint. (default "https://issuer.enforce.dev") - -o, --output string Output format. One of: ["", "table", "tree", "json", "id", "wide"] + -o, --output string Output format. One of: ["", "json", "id", "table", "terse", "tree", "wide"] --timestamp-authority string The url of the Chainguard Timestamp Authority endpoint. (default "https://tsa.enforce.dev") -v, --v int Set the log verbosity level. ``` diff --git a/content/chainguard/chainctl/chainctl-docs/chainctl_iam_identity-providers_update.md b/content/chainguard/chainctl/chainctl-docs/chainctl_iam_identity-providers_update.md index 1dfa2ac265..2cd3d0aaf7 100644 --- a/content/chainguard/chainctl/chainctl-docs/chainctl_iam_identity-providers_update.md +++ b/content/chainguard/chainctl/chainctl-docs/chainctl_iam_identity-providers_update.md @@ -1,5 +1,5 @@ --- -date: 2023-10-04T23:20:44Z +date: 2023-10-10T09:30:53Z title: "chainctl iam identity-providers update" slug: chainctl_iam_identity-providers_update url: /chainguard/chainctl/chainctl-docs/chainctl_iam_identity-providers_update/ @@ -50,7 +50,7 @@ chainctl iam identity-providers update IDENTITY_PROVIDER_ID [--name=NAME] [--des --config string A specific chainctl config file. --console string The url of the Chainguard platform Console. (default "https://console.enforce.dev") --issuer string The url of the Chainguard STS endpoint. (default "https://issuer.enforce.dev") - -o, --output string Output format. One of: ["", "table", "tree", "json", "id", "wide"] + -o, --output string Output format. One of: ["", "json", "id", "table", "terse", "tree", "wide"] --timestamp-authority string The url of the Chainguard Timestamp Authority endpoint. (default "https://tsa.enforce.dev") -v, --v int Set the log verbosity level. ``` diff --git a/content/chainguard/chainctl/chainctl-docs/chainctl_iam_invites.md b/content/chainguard/chainctl/chainctl-docs/chainctl_iam_invites.md index 978df19f01..c92a9b0653 100644 --- a/content/chainguard/chainctl/chainctl-docs/chainctl_iam_invites.md +++ b/content/chainguard/chainctl/chainctl-docs/chainctl_iam_invites.md @@ -1,5 +1,5 @@ --- -date: 2023-10-04T23:20:44Z +date: 2023-10-10T09:30:53Z title: "chainctl iam invites" slug: chainctl_iam_invites url: /chainguard/chainctl/chainctl-docs/chainctl_iam_invites/ @@ -27,7 +27,7 @@ Manage invite codes that register identities or clusters with Chainguard. --config string A specific chainctl config file. --console string The url of the Chainguard platform Console. (default "https://console.enforce.dev") --issuer string The url of the Chainguard STS endpoint. (default "https://issuer.enforce.dev") - -o, --output string Output format. One of: ["", "table", "tree", "json", "id", "wide"] + -o, --output string Output format. One of: ["", "json", "id", "table", "terse", "tree", "wide"] --timestamp-authority string The url of the Chainguard Timestamp Authority endpoint. (default "https://tsa.enforce.dev") -v, --v int Set the log verbosity level. ``` diff --git a/content/chainguard/chainctl/chainctl-docs/chainctl_iam_invites_create.md b/content/chainguard/chainctl/chainctl-docs/chainctl_iam_invites_create.md index 3ffed85864..2485d77718 100644 --- a/content/chainguard/chainctl/chainctl-docs/chainctl_iam_invites_create.md +++ b/content/chainguard/chainctl/chainctl-docs/chainctl_iam_invites_create.md @@ -1,5 +1,5 @@ --- -date: 2023-10-04T23:20:44Z +date: 2023-10-10T09:30:53Z title: "chainctl iam invites create" slug: chainctl_iam_invites_create url: /chainguard/chainctl/chainctl-docs/chainctl_iam_invites_create/ @@ -50,7 +50,7 @@ chainctl iam invite create GROUP_ID --cluster --config string A specific chainctl config file. --console string The url of the Chainguard platform Console. (default "https://console.enforce.dev") --issuer string The url of the Chainguard STS endpoint. (default "https://issuer.enforce.dev") - -o, --output string Output format. One of: ["", "table", "tree", "json", "id", "wide"] + -o, --output string Output format. One of: ["", "json", "id", "table", "terse", "tree", "wide"] --timestamp-authority string The url of the Chainguard Timestamp Authority endpoint. (default "https://tsa.enforce.dev") -v, --v int Set the log verbosity level. ``` diff --git a/content/chainguard/chainctl/chainctl-docs/chainctl_iam_invites_delete.md b/content/chainguard/chainctl/chainctl-docs/chainctl_iam_invites_delete.md index 86a006f2f5..c1e7d81eac 100644 --- a/content/chainguard/chainctl/chainctl-docs/chainctl_iam_invites_delete.md +++ b/content/chainguard/chainctl/chainctl-docs/chainctl_iam_invites_delete.md @@ -1,5 +1,5 @@ --- -date: 2023-10-04T23:20:44Z +date: 2023-10-10T09:30:53Z title: "chainctl iam invites delete" slug: chainctl_iam_invites_delete url: /chainguard/chainctl/chainctl-docs/chainctl_iam_invites_delete/ @@ -33,7 +33,7 @@ chainctl iam invites delete {INVITE_ID... | --expired} [--yes] [flags] --config string A specific chainctl config file. --console string The url of the Chainguard platform Console. (default "https://console.enforce.dev") --issuer string The url of the Chainguard STS endpoint. (default "https://issuer.enforce.dev") - -o, --output string Output format. One of: ["", "table", "tree", "json", "id", "wide"] + -o, --output string Output format. One of: ["", "json", "id", "table", "terse", "tree", "wide"] --timestamp-authority string The url of the Chainguard Timestamp Authority endpoint. (default "https://tsa.enforce.dev") -v, --v int Set the log verbosity level. ``` diff --git a/content/chainguard/chainctl/chainctl-docs/chainctl_iam_invites_list.md b/content/chainguard/chainctl/chainctl-docs/chainctl_iam_invites_list.md index 4c57a13f35..c714d8f76a 100644 --- a/content/chainguard/chainctl/chainctl-docs/chainctl_iam_invites_list.md +++ b/content/chainguard/chainctl/chainctl-docs/chainctl_iam_invites_list.md @@ -1,5 +1,5 @@ --- -date: 2023-10-04T23:20:44Z +date: 2023-10-10T09:30:53Z title: "chainctl iam invites list" slug: chainctl_iam_invites_list url: /chainguard/chainctl/chainctl-docs/chainctl_iam_invites_list/ @@ -42,7 +42,7 @@ chainctl iam invites list --group=GROUP_NAME|GROUP_ID [--output table|json|id] --config string A specific chainctl config file. --console string The url of the Chainguard platform Console. (default "https://console.enforce.dev") --issuer string The url of the Chainguard STS endpoint. (default "https://issuer.enforce.dev") - -o, --output string Output format. One of: ["", "table", "tree", "json", "id", "wide"] + -o, --output string Output format. One of: ["", "json", "id", "table", "terse", "tree", "wide"] --timestamp-authority string The url of the Chainguard Timestamp Authority endpoint. (default "https://tsa.enforce.dev") -v, --v int Set the log verbosity level. ``` diff --git a/content/chainguard/chainctl/chainctl-docs/chainctl_iam_role-bindings.md b/content/chainguard/chainctl/chainctl-docs/chainctl_iam_role-bindings.md index b6ec622b72..b66cf78655 100644 --- a/content/chainguard/chainctl/chainctl-docs/chainctl_iam_role-bindings.md +++ b/content/chainguard/chainctl/chainctl-docs/chainctl_iam_role-bindings.md @@ -1,5 +1,5 @@ --- -date: 2023-10-04T23:20:44Z +date: 2023-10-10T09:30:53Z title: "chainctl iam role-bindings" slug: chainctl_iam_role-bindings url: /chainguard/chainctl/chainctl-docs/chainctl_iam_role-bindings/ @@ -27,7 +27,7 @@ IAM role-bindings resource interactions. --config string A specific chainctl config file. --console string The url of the Chainguard platform Console. (default "https://console.enforce.dev") --issuer string The url of the Chainguard STS endpoint. (default "https://issuer.enforce.dev") - -o, --output string Output format. One of: ["", "table", "tree", "json", "id", "wide"] + -o, --output string Output format. One of: ["", "json", "id", "table", "terse", "tree", "wide"] --timestamp-authority string The url of the Chainguard Timestamp Authority endpoint. (default "https://tsa.enforce.dev") -v, --v int Set the log verbosity level. ``` diff --git a/content/chainguard/chainctl/chainctl-docs/chainctl_iam_role-bindings_create.md b/content/chainguard/chainctl/chainctl-docs/chainctl_iam_role-bindings_create.md index 99d937b920..f356717c1b 100644 --- a/content/chainguard/chainctl/chainctl-docs/chainctl_iam_role-bindings_create.md +++ b/content/chainguard/chainctl/chainctl-docs/chainctl_iam_role-bindings_create.md @@ -1,5 +1,5 @@ --- -date: 2023-10-04T23:20:44Z +date: 2023-10-10T09:30:53Z title: "chainctl iam role-bindings create" slug: chainctl_iam_role-bindings_create url: /chainguard/chainctl/chainctl-docs/chainctl_iam_role-bindings_create/ @@ -45,7 +45,7 @@ chainctl iam role-bindings create [--identity=IDENTITY] [--role=ROLE] [--group=G --config string A specific chainctl config file. --console string The url of the Chainguard platform Console. (default "https://console.enforce.dev") --issuer string The url of the Chainguard STS endpoint. (default "https://issuer.enforce.dev") - -o, --output string Output format. One of: ["", "table", "tree", "json", "id", "wide"] + -o, --output string Output format. One of: ["", "json", "id", "table", "terse", "tree", "wide"] --timestamp-authority string The url of the Chainguard Timestamp Authority endpoint. (default "https://tsa.enforce.dev") -v, --v int Set the log verbosity level. ``` diff --git a/content/chainguard/chainctl/chainctl-docs/chainctl_iam_role-bindings_delete.md b/content/chainguard/chainctl/chainctl-docs/chainctl_iam_role-bindings_delete.md index 77b096cabc..f93396249f 100644 --- a/content/chainguard/chainctl/chainctl-docs/chainctl_iam_role-bindings_delete.md +++ b/content/chainguard/chainctl/chainctl-docs/chainctl_iam_role-bindings_delete.md @@ -1,5 +1,5 @@ --- -date: 2023-10-04T23:20:44Z +date: 2023-10-10T09:30:53Z title: "chainctl iam role-bindings delete" slug: chainctl_iam_role-bindings_delete url: /chainguard/chainctl/chainctl-docs/chainctl_iam_role-bindings_delete/ @@ -39,7 +39,7 @@ chainctl iam role-bindings delete ROLE_BINDING_ID [--yes] [--output id] --config string A specific chainctl config file. --console string The url of the Chainguard platform Console. (default "https://console.enforce.dev") --issuer string The url of the Chainguard STS endpoint. (default "https://issuer.enforce.dev") - -o, --output string Output format. One of: ["", "table", "tree", "json", "id", "wide"] + -o, --output string Output format. One of: ["", "json", "id", "table", "terse", "tree", "wide"] --timestamp-authority string The url of the Chainguard Timestamp Authority endpoint. (default "https://tsa.enforce.dev") -v, --v int Set the log verbosity level. ``` diff --git a/content/chainguard/chainctl/chainctl-docs/chainctl_iam_role-bindings_list.md b/content/chainguard/chainctl/chainctl-docs/chainctl_iam_role-bindings_list.md index 161c507828..ff2ff65d95 100644 --- a/content/chainguard/chainctl/chainctl-docs/chainctl_iam_role-bindings_list.md +++ b/content/chainguard/chainctl/chainctl-docs/chainctl_iam_role-bindings_list.md @@ -1,5 +1,5 @@ --- -date: 2023-10-04T23:20:44Z +date: 2023-10-10T09:30:53Z title: "chainctl iam role-bindings list" slug: chainctl_iam_role-bindings_list url: /chainguard/chainctl/chainctl-docs/chainctl_iam_role-bindings_list/ @@ -42,7 +42,7 @@ chainctl iam role-bindings list --group=GROUP_NAME|GROUP_ID [--output table|tree --config string A specific chainctl config file. --console string The url of the Chainguard platform Console. (default "https://console.enforce.dev") --issuer string The url of the Chainguard STS endpoint. (default "https://issuer.enforce.dev") - -o, --output string Output format. One of: ["", "table", "tree", "json", "id", "wide"] + -o, --output string Output format. One of: ["", "json", "id", "table", "terse", "tree", "wide"] --timestamp-authority string The url of the Chainguard Timestamp Authority endpoint. (default "https://tsa.enforce.dev") -v, --v int Set the log verbosity level. ``` diff --git a/content/chainguard/chainctl/chainctl-docs/chainctl_iam_role-bindings_update.md b/content/chainguard/chainctl/chainctl-docs/chainctl_iam_role-bindings_update.md index e8545c867e..38126702ce 100644 --- a/content/chainguard/chainctl/chainctl-docs/chainctl_iam_role-bindings_update.md +++ b/content/chainguard/chainctl/chainctl-docs/chainctl_iam_role-bindings_update.md @@ -1,5 +1,5 @@ --- -date: 2023-10-04T23:20:44Z +date: 2023-10-10T09:30:53Z title: "chainctl iam role-bindings update" slug: chainctl_iam_role-bindings_update url: /chainguard/chainctl/chainctl-docs/chainctl_iam_role-bindings_update/ @@ -44,7 +44,7 @@ chainctl iam role-bindings update BINDING_ID [--role=ROLE] [--identity=IDENTITY] --config string A specific chainctl config file. --console string The url of the Chainguard platform Console. (default "https://console.enforce.dev") --issuer string The url of the Chainguard STS endpoint. (default "https://issuer.enforce.dev") - -o, --output string Output format. One of: ["", "table", "tree", "json", "id", "wide"] + -o, --output string Output format. One of: ["", "json", "id", "table", "terse", "tree", "wide"] --timestamp-authority string The url of the Chainguard Timestamp Authority endpoint. (default "https://tsa.enforce.dev") -v, --v int Set the log verbosity level. ``` diff --git a/content/chainguard/chainctl/chainctl-docs/chainctl_iam_roles.md b/content/chainguard/chainctl/chainctl-docs/chainctl_iam_roles.md index ca35a49d24..a69d2fdf97 100644 --- a/content/chainguard/chainctl/chainctl-docs/chainctl_iam_roles.md +++ b/content/chainguard/chainctl/chainctl-docs/chainctl_iam_roles.md @@ -1,5 +1,5 @@ --- -date: 2023-10-04T23:20:44Z +date: 2023-10-10T09:30:53Z title: "chainctl iam roles" slug: chainctl_iam_roles url: /chainguard/chainctl/chainctl-docs/chainctl_iam_roles/ @@ -27,7 +27,7 @@ IAM role resource interactions. --config string A specific chainctl config file. --console string The url of the Chainguard platform Console. (default "https://console.enforce.dev") --issuer string The url of the Chainguard STS endpoint. (default "https://issuer.enforce.dev") - -o, --output string Output format. One of: ["", "table", "tree", "json", "id", "wide"] + -o, --output string Output format. One of: ["", "json", "id", "table", "terse", "tree", "wide"] --timestamp-authority string The url of the Chainguard Timestamp Authority endpoint. (default "https://tsa.enforce.dev") -v, --v int Set the log verbosity level. ``` diff --git a/content/chainguard/chainctl/chainctl-docs/chainctl_iam_roles_capabilities.md b/content/chainguard/chainctl/chainctl-docs/chainctl_iam_roles_capabilities.md index c6d3231b35..811f19e732 100644 --- a/content/chainguard/chainctl/chainctl-docs/chainctl_iam_roles_capabilities.md +++ b/content/chainguard/chainctl/chainctl-docs/chainctl_iam_roles_capabilities.md @@ -1,5 +1,5 @@ --- -date: 2023-10-04T23:20:44Z +date: 2023-10-10T09:30:53Z title: "chainctl iam roles capabilities" slug: chainctl_iam_roles_capabilities url: /chainguard/chainctl/chainctl-docs/chainctl_iam_roles_capabilities/ @@ -27,7 +27,7 @@ IAM role capabilities --config string A specific chainctl config file. --console string The url of the Chainguard platform Console. (default "https://console.enforce.dev") --issuer string The url of the Chainguard STS endpoint. (default "https://issuer.enforce.dev") - -o, --output string Output format. One of: ["", "table", "tree", "json", "id", "wide"] + -o, --output string Output format. One of: ["", "json", "id", "table", "terse", "tree", "wide"] --timestamp-authority string The url of the Chainguard Timestamp Authority endpoint. (default "https://tsa.enforce.dev") -v, --v int Set the log verbosity level. ``` diff --git a/content/chainguard/chainctl/chainctl-docs/chainctl_iam_roles_capabilities_list.md b/content/chainguard/chainctl/chainctl-docs/chainctl_iam_roles_capabilities_list.md index 7ccd97e0ad..2a5a170bb5 100644 --- a/content/chainguard/chainctl/chainctl-docs/chainctl_iam_roles_capabilities_list.md +++ b/content/chainguard/chainctl/chainctl-docs/chainctl_iam_roles_capabilities_list.md @@ -1,5 +1,5 @@ --- -date: 2023-10-04T23:20:44Z +date: 2023-10-10T09:30:53Z title: "chainctl iam roles capabilities list" slug: chainctl_iam_roles_capabilities_list url: /chainguard/chainctl/chainctl-docs/chainctl_iam_roles_capabilities_list/ @@ -46,7 +46,7 @@ chainctl iam roles capabilities list [--actions=ACTION,...] [--resources=RESOURC --config string A specific chainctl config file. --console string The url of the Chainguard platform Console. (default "https://console.enforce.dev") --issuer string The url of the Chainguard STS endpoint. (default "https://issuer.enforce.dev") - -o, --output string Output format. One of: ["", "table", "tree", "json", "id", "wide"] + -o, --output string Output format. One of: ["", "json", "id", "table", "terse", "tree", "wide"] --timestamp-authority string The url of the Chainguard Timestamp Authority endpoint. (default "https://tsa.enforce.dev") -v, --v int Set the log verbosity level. ``` diff --git a/content/chainguard/chainctl/chainctl-docs/chainctl_iam_roles_create.md b/content/chainguard/chainctl/chainctl-docs/chainctl_iam_roles_create.md index 56d4670c98..d978e0572a 100644 --- a/content/chainguard/chainctl/chainctl-docs/chainctl_iam_roles_create.md +++ b/content/chainguard/chainctl/chainctl-docs/chainctl_iam_roles_create.md @@ -1,5 +1,5 @@ --- -date: 2023-10-04T23:20:44Z +date: 2023-10-10T09:30:53Z title: "chainctl iam roles create" slug: chainctl_iam_roles_create url: /chainguard/chainctl/chainctl-docs/chainctl_iam_roles_create/ @@ -45,7 +45,7 @@ chainctl iam roles create ROLE_NAME --group=GROUP_NAME|GROUP_ID --capabilities=C --config string A specific chainctl config file. --console string The url of the Chainguard platform Console. (default "https://console.enforce.dev") --issuer string The url of the Chainguard STS endpoint. (default "https://issuer.enforce.dev") - -o, --output string Output format. One of: ["", "table", "tree", "json", "id", "wide"] + -o, --output string Output format. One of: ["", "json", "id", "table", "terse", "tree", "wide"] --timestamp-authority string The url of the Chainguard Timestamp Authority endpoint. (default "https://tsa.enforce.dev") -v, --v int Set the log verbosity level. ``` diff --git a/content/chainguard/chainctl/chainctl-docs/chainctl_iam_roles_delete.md b/content/chainguard/chainctl/chainctl-docs/chainctl_iam_roles_delete.md index efd62551c1..9e4b59afb6 100644 --- a/content/chainguard/chainctl/chainctl-docs/chainctl_iam_roles_delete.md +++ b/content/chainguard/chainctl/chainctl-docs/chainctl_iam_roles_delete.md @@ -1,5 +1,5 @@ --- -date: 2023-10-04T23:20:44Z +date: 2023-10-10T09:30:53Z title: "chainctl iam roles delete" slug: chainctl_iam_roles_delete url: /chainguard/chainctl/chainctl-docs/chainctl_iam_roles_delete/ @@ -39,7 +39,7 @@ chainctl iam roles delete ROLE_NAME|ROLE_ID [--yes] [--output table|json|id] --config string A specific chainctl config file. --console string The url of the Chainguard platform Console. (default "https://console.enforce.dev") --issuer string The url of the Chainguard STS endpoint. (default "https://issuer.enforce.dev") - -o, --output string Output format. One of: ["", "table", "tree", "json", "id", "wide"] + -o, --output string Output format. One of: ["", "json", "id", "table", "terse", "tree", "wide"] --timestamp-authority string The url of the Chainguard Timestamp Authority endpoint. (default "https://tsa.enforce.dev") -v, --v int Set the log verbosity level. ``` diff --git a/content/chainguard/chainctl/chainctl-docs/chainctl_iam_roles_list.md b/content/chainguard/chainctl/chainctl-docs/chainctl_iam_roles_list.md index 9ff03f3d24..b9981fb937 100644 --- a/content/chainguard/chainctl/chainctl-docs/chainctl_iam_roles_list.md +++ b/content/chainguard/chainctl/chainctl-docs/chainctl_iam_roles_list.md @@ -1,5 +1,5 @@ --- -date: 2023-10-04T23:20:44Z +date: 2023-10-10T09:30:53Z title: "chainctl iam roles list" slug: chainctl_iam_roles_list url: /chainguard/chainctl/chainctl-docs/chainctl_iam_roles_list/ @@ -48,7 +48,7 @@ chainctl iam roles list [--name=NAME] [--capabilities=CAPABILITY,...] [--group=G --config string A specific chainctl config file. --console string The url of the Chainguard platform Console. (default "https://console.enforce.dev") --issuer string The url of the Chainguard STS endpoint. (default "https://issuer.enforce.dev") - -o, --output string Output format. One of: ["", "table", "tree", "json", "id", "wide"] + -o, --output string Output format. One of: ["", "json", "id", "table", "terse", "tree", "wide"] --timestamp-authority string The url of the Chainguard Timestamp Authority endpoint. (default "https://tsa.enforce.dev") -v, --v int Set the log verbosity level. ``` diff --git a/content/chainguard/chainctl/chainctl-docs/chainctl_iam_roles_update.md b/content/chainguard/chainctl/chainctl-docs/chainctl_iam_roles_update.md index 0671622473..4f96e1ef0e 100644 --- a/content/chainguard/chainctl/chainctl-docs/chainctl_iam_roles_update.md +++ b/content/chainguard/chainctl/chainctl-docs/chainctl_iam_roles_update.md @@ -1,5 +1,5 @@ --- -date: 2023-10-04T23:20:44Z +date: 2023-10-10T09:30:53Z title: "chainctl iam roles update" slug: chainctl_iam_roles_update url: /chainguard/chainctl/chainctl-docs/chainctl_iam_roles_update/ @@ -52,7 +52,7 @@ chainctl iam roles update ROLE_NAME|ROLE_ID [--capabilities=CAPABILITY,...] [--a --config string A specific chainctl config file. --console string The url of the Chainguard platform Console. (default "https://console.enforce.dev") --issuer string The url of the Chainguard STS endpoint. (default "https://issuer.enforce.dev") - -o, --output string Output format. One of: ["", "table", "tree", "json", "id", "wide"] + -o, --output string Output format. One of: ["", "json", "id", "table", "terse", "tree", "wide"] --timestamp-authority string The url of the Chainguard Timestamp Authority endpoint. (default "https://tsa.enforce.dev") -v, --v int Set the log verbosity level. ``` diff --git a/content/chainguard/chainctl/chainctl-docs/chainctl_images.md b/content/chainguard/chainctl/chainctl-docs/chainctl_images.md index 442380940a..e45dcebd85 100644 --- a/content/chainguard/chainctl/chainctl-docs/chainctl_images.md +++ b/content/chainguard/chainctl/chainctl-docs/chainctl_images.md @@ -1,5 +1,5 @@ --- -date: 2023-10-04T23:20:44Z +date: 2023-10-10T09:30:53Z title: "chainctl images" slug: chainctl_images url: /chainguard/chainctl/chainctl-docs/chainctl_images/ @@ -27,7 +27,7 @@ Images related commands for the Chainguard platform. --config string A specific chainctl config file. --console string The url of the Chainguard platform Console. (default "https://console.enforce.dev") --issuer string The url of the Chainguard STS endpoint. (default "https://issuer.enforce.dev") - -o, --output string Output format. One of: ["", "table", "tree", "json", "id", "wide"] + -o, --output string Output format. One of: ["", "json", "id", "table", "terse", "tree", "wide"] --timestamp-authority string The url of the Chainguard Timestamp Authority endpoint. (default "https://tsa.enforce.dev") -v, --v int Set the log verbosity level. ``` diff --git a/content/chainguard/chainctl/chainctl-docs/chainctl_images_diff.md b/content/chainguard/chainctl/chainctl-docs/chainctl_images_diff.md index 17432ca01e..1d824e3b6f 100644 --- a/content/chainguard/chainctl/chainctl-docs/chainctl_images_diff.md +++ b/content/chainguard/chainctl/chainctl-docs/chainctl_images_diff.md @@ -1,5 +1,5 @@ --- -date: 2023-10-04T23:20:44Z +date: 2023-10-10T09:30:53Z title: "chainctl images diff" slug: chainctl_images_diff url: /chainguard/chainctl/chainctl-docs/chainctl_images_diff/ @@ -32,7 +32,7 @@ chainctl images diff FROM_IMAGE TO_IMAGE [flags] --config string A specific chainctl config file. --console string The url of the Chainguard platform Console. (default "https://console.enforce.dev") --issuer string The url of the Chainguard STS endpoint. (default "https://issuer.enforce.dev") - -o, --output string Output format. One of: ["", "table", "tree", "json", "id", "wide"] + -o, --output string Output format. One of: ["", "json", "id", "table", "terse", "tree", "wide"] --timestamp-authority string The url of the Chainguard Timestamp Authority endpoint. (default "https://tsa.enforce.dev") -v, --v int Set the log verbosity level. ``` diff --git a/content/chainguard/chainctl/chainctl-docs/chainctl_images_list.md b/content/chainguard/chainctl/chainctl-docs/chainctl_images_list.md index 0cf02d9730..51e4c39f27 100644 --- a/content/chainguard/chainctl/chainctl-docs/chainctl_images_list.md +++ b/content/chainguard/chainctl/chainctl-docs/chainctl_images_list.md @@ -1,5 +1,5 @@ --- -date: 2023-10-04T23:20:44Z +date: 2023-10-10T09:30:53Z title: "chainctl images list" slug: chainctl_images_list url: /chainguard/chainctl/chainctl-docs/chainctl_images_list/ @@ -35,7 +35,7 @@ chainctl images list [--group GROUP_NAME | GROUP_ID] [flags] --config string A specific chainctl config file. --console string The url of the Chainguard platform Console. (default "https://console.enforce.dev") --issuer string The url of the Chainguard STS endpoint. (default "https://issuer.enforce.dev") - -o, --output string Output format. One of: ["", "table", "tree", "json", "id", "wide"] + -o, --output string Output format. One of: ["", "json", "id", "table", "terse", "tree", "wide"] --timestamp-authority string The url of the Chainguard Timestamp Authority endpoint. (default "https://tsa.enforce.dev") -v, --v int Set the log verbosity level. ``` diff --git a/content/chainguard/chainctl/chainctl-docs/chainctl_images_repos.md b/content/chainguard/chainctl/chainctl-docs/chainctl_images_repos.md index 7b73cd033b..0f19b736b9 100644 --- a/content/chainguard/chainctl/chainctl-docs/chainctl_images_repos.md +++ b/content/chainguard/chainctl/chainctl-docs/chainctl_images_repos.md @@ -1,5 +1,5 @@ --- -date: 2023-10-04T23:20:44Z +date: 2023-10-10T09:30:53Z title: "chainctl images repos" slug: chainctl_images_repos url: /chainguard/chainctl/chainctl-docs/chainctl_images_repos/ @@ -27,7 +27,7 @@ Image repo related commands for the Chainguard platform. --config string A specific chainctl config file. --console string The url of the Chainguard platform Console. (default "https://console.enforce.dev") --issuer string The url of the Chainguard STS endpoint. (default "https://issuer.enforce.dev") - -o, --output string Output format. One of: ["", "table", "tree", "json", "id", "wide"] + -o, --output string Output format. One of: ["", "json", "id", "table", "terse", "tree", "wide"] --timestamp-authority string The url of the Chainguard Timestamp Authority endpoint. (default "https://tsa.enforce.dev") -v, --v int Set the log verbosity level. ``` diff --git a/content/chainguard/chainctl/chainctl-docs/chainctl_images_repos_list.md b/content/chainguard/chainctl/chainctl-docs/chainctl_images_repos_list.md index 8f11a7ca90..d1225fcaf4 100644 --- a/content/chainguard/chainctl/chainctl-docs/chainctl_images_repos_list.md +++ b/content/chainguard/chainctl/chainctl-docs/chainctl_images_repos_list.md @@ -1,5 +1,5 @@ --- -date: 2023-10-04T23:20:44Z +date: 2023-10-10T09:30:53Z title: "chainctl images repos list" slug: chainctl_images_repos_list url: /chainguard/chainctl/chainctl-docs/chainctl_images_repos_list/ @@ -35,7 +35,7 @@ chainctl images repos list [--group GROUP_NAME | GROUP_ID] [flags] --config string A specific chainctl config file. --console string The url of the Chainguard platform Console. (default "https://console.enforce.dev") --issuer string The url of the Chainguard STS endpoint. (default "https://issuer.enforce.dev") - -o, --output string Output format. One of: ["", "table", "tree", "json", "id", "wide"] + -o, --output string Output format. One of: ["", "json", "id", "table", "terse", "tree", "wide"] --timestamp-authority string The url of the Chainguard Timestamp Authority endpoint. (default "https://tsa.enforce.dev") -v, --v int Set the log verbosity level. ``` diff --git a/content/chainguard/chainctl/chainctl-docs/chainctl_policies.md b/content/chainguard/chainctl/chainctl-docs/chainctl_policies.md index 58d829a63d..b8224fecd9 100644 --- a/content/chainguard/chainctl/chainctl-docs/chainctl_policies.md +++ b/content/chainguard/chainctl/chainctl-docs/chainctl_policies.md @@ -1,5 +1,5 @@ --- -date: 2023-10-04T23:20:44Z +date: 2023-10-10T09:30:53Z title: "chainctl policies" slug: chainctl_policies url: /chainguard/chainctl/chainctl-docs/chainctl_policies/ @@ -27,7 +27,7 @@ Policy related commands for the Chainguard platform. --config string A specific chainctl config file. --console string The url of the Chainguard platform Console. (default "https://console.enforce.dev") --issuer string The url of the Chainguard STS endpoint. (default "https://issuer.enforce.dev") - -o, --output string Output format. One of: ["", "table", "tree", "json", "id", "wide"] + -o, --output string Output format. One of: ["", "json", "id", "table", "terse", "tree", "wide"] --timestamp-authority string The url of the Chainguard Timestamp Authority endpoint. (default "https://tsa.enforce.dev") -v, --v int Set the log verbosity level. ``` diff --git a/content/chainguard/chainctl/chainctl-docs/chainctl_policies_apply.md b/content/chainguard/chainctl/chainctl-docs/chainctl_policies_apply.md index c493448941..2125af9576 100644 --- a/content/chainguard/chainctl/chainctl-docs/chainctl_policies_apply.md +++ b/content/chainguard/chainctl/chainctl-docs/chainctl_policies_apply.md @@ -1,5 +1,5 @@ --- -date: 2023-10-04T23:20:44Z +date: 2023-10-10T09:30:53Z title: "chainctl policies apply" slug: chainctl_policies_apply url: /chainguard/chainctl/chainctl-docs/chainctl_policies_apply/ @@ -49,7 +49,7 @@ chainctl policies apply [--group=GROUP_NAME | GROUP_ID] [--description=DESCRIPTI --config string A specific chainctl config file. --console string The url of the Chainguard platform Console. (default "https://console.enforce.dev") --issuer string The url of the Chainguard STS endpoint. (default "https://issuer.enforce.dev") - -o, --output string Output format. One of: ["", "table", "tree", "json", "id", "wide"] + -o, --output string Output format. One of: ["", "json", "id", "table", "terse", "tree", "wide"] --timestamp-authority string The url of the Chainguard Timestamp Authority endpoint. (default "https://tsa.enforce.dev") -v, --v int Set the log verbosity level. ``` diff --git a/content/chainguard/chainctl/chainctl-docs/chainctl_policies_delete.md b/content/chainguard/chainctl/chainctl-docs/chainctl_policies_delete.md index ba331a357a..19f45cdce9 100644 --- a/content/chainguard/chainctl/chainctl-docs/chainctl_policies_delete.md +++ b/content/chainguard/chainctl/chainctl-docs/chainctl_policies_delete.md @@ -1,5 +1,5 @@ --- -date: 2023-10-04T23:20:44Z +date: 2023-10-10T09:30:53Z title: "chainctl policies delete" slug: chainctl_policies_delete url: /chainguard/chainctl/chainctl-docs/chainctl_policies_delete/ @@ -53,7 +53,7 @@ chainctl policies delete [POLICY,... | --group=GROUP [--recursive]] [--yes] [--o --config string A specific chainctl config file. --console string The url of the Chainguard platform Console. (default "https://console.enforce.dev") --issuer string The url of the Chainguard STS endpoint. (default "https://issuer.enforce.dev") - -o, --output string Output format. One of: ["", "table", "tree", "json", "id", "wide"] + -o, --output string Output format. One of: ["", "json", "id", "table", "terse", "tree", "wide"] --timestamp-authority string The url of the Chainguard Timestamp Authority endpoint. (default "https://tsa.enforce.dev") -v, --v int Set the log verbosity level. ``` diff --git a/content/chainguard/chainctl/chainctl-docs/chainctl_policies_edit.md b/content/chainguard/chainctl/chainctl-docs/chainctl_policies_edit.md index 545e5ab5f9..3fbafbaeec 100644 --- a/content/chainguard/chainctl/chainctl-docs/chainctl_policies_edit.md +++ b/content/chainguard/chainctl/chainctl-docs/chainctl_policies_edit.md @@ -1,5 +1,5 @@ --- -date: 2023-10-04T23:20:44Z +date: 2023-10-10T09:30:53Z title: "chainctl policies edit" slug: chainctl_policies_edit url: /chainguard/chainctl/chainctl-docs/chainctl_policies_edit/ @@ -42,7 +42,7 @@ chainctl policies edit [POLICY_NAME | POLICY_ID] [--yes] [flags] --config string A specific chainctl config file. --console string The url of the Chainguard platform Console. (default "https://console.enforce.dev") --issuer string The url of the Chainguard STS endpoint. (default "https://issuer.enforce.dev") - -o, --output string Output format. One of: ["", "table", "tree", "json", "id", "wide"] + -o, --output string Output format. One of: ["", "json", "id", "table", "terse", "tree", "wide"] --timestamp-authority string The url of the Chainguard Timestamp Authority endpoint. (default "https://tsa.enforce.dev") -v, --v int Set the log verbosity level. ``` diff --git a/content/chainguard/chainctl/chainctl-docs/chainctl_policies_list.md b/content/chainguard/chainctl/chainctl-docs/chainctl_policies_list.md index 90466bbf54..ac8e2ba992 100644 --- a/content/chainguard/chainctl/chainctl-docs/chainctl_policies_list.md +++ b/content/chainguard/chainctl/chainctl-docs/chainctl_policies_list.md @@ -1,5 +1,5 @@ --- -date: 2023-10-04T23:20:44Z +date: 2023-10-10T09:30:53Z title: "chainctl policies list" slug: chainctl_policies_list url: /chainguard/chainctl/chainctl-docs/chainctl_policies_list/ @@ -44,7 +44,7 @@ chainctl policies list [--group=GROUP_NAME | GROUP_ID] [--image=IMAGE] [--output --config string A specific chainctl config file. --console string The url of the Chainguard platform Console. (default "https://console.enforce.dev") --issuer string The url of the Chainguard STS endpoint. (default "https://issuer.enforce.dev") - -o, --output string Output format. One of: ["", "table", "tree", "json", "id", "wide"] + -o, --output string Output format. One of: ["", "json", "id", "table", "terse", "tree", "wide"] --timestamp-authority string The url of the Chainguard Timestamp Authority endpoint. (default "https://tsa.enforce.dev") -v, --v int Set the log verbosity level. ``` diff --git a/content/chainguard/chainctl/chainctl-docs/chainctl_policies_update.md b/content/chainguard/chainctl/chainctl-docs/chainctl_policies_update.md index 71a3dd507f..4d701c7996 100644 --- a/content/chainguard/chainctl/chainctl-docs/chainctl_policies_update.md +++ b/content/chainguard/chainctl/chainctl-docs/chainctl_policies_update.md @@ -1,5 +1,5 @@ --- -date: 2023-10-04T23:20:44Z +date: 2023-10-10T09:30:53Z title: "chainctl policies update" slug: chainctl_policies_update url: /chainguard/chainctl/chainctl-docs/chainctl_policies_update/ @@ -42,7 +42,7 @@ chainctl policies update POLICY_NAME | POLICY_ID [--description=DESCRIPTION] [-- --config string A specific chainctl config file. --console string The url of the Chainguard platform Console. (default "https://console.enforce.dev") --issuer string The url of the Chainguard STS endpoint. (default "https://issuer.enforce.dev") - -o, --output string Output format. One of: ["", "table", "tree", "json", "id", "wide"] + -o, --output string Output format. One of: ["", "json", "id", "table", "terse", "tree", "wide"] --timestamp-authority string The url of the Chainguard Timestamp Authority endpoint. (default "https://tsa.enforce.dev") -v, --v int Set the log verbosity level. ``` diff --git a/content/chainguard/chainctl/chainctl-docs/chainctl_policies_versions.md b/content/chainguard/chainctl/chainctl-docs/chainctl_policies_versions.md index 8035326cb4..e8826b3a04 100644 --- a/content/chainguard/chainctl/chainctl-docs/chainctl_policies_versions.md +++ b/content/chainguard/chainctl/chainctl-docs/chainctl_policies_versions.md @@ -1,5 +1,5 @@ --- -date: 2023-10-04T23:20:44Z +date: 2023-10-10T09:30:53Z title: "chainctl policies versions" slug: chainctl_policies_versions url: /chainguard/chainctl/chainctl-docs/chainctl_policies_versions/ @@ -27,7 +27,7 @@ Commands for interacting with policy versions on the Chainguard platform. --config string A specific chainctl config file. --console string The url of the Chainguard platform Console. (default "https://console.enforce.dev") --issuer string The url of the Chainguard STS endpoint. (default "https://issuer.enforce.dev") - -o, --output string Output format. One of: ["", "table", "tree", "json", "id", "wide"] + -o, --output string Output format. One of: ["", "json", "id", "table", "terse", "tree", "wide"] --timestamp-authority string The url of the Chainguard Timestamp Authority endpoint. (default "https://tsa.enforce.dev") -v, --v int Set the log verbosity level. ``` diff --git a/content/chainguard/chainctl/chainctl-docs/chainctl_policies_versions_activate.md b/content/chainguard/chainctl/chainctl-docs/chainctl_policies_versions_activate.md index 24427148de..44593c69f7 100644 --- a/content/chainguard/chainctl/chainctl-docs/chainctl_policies_versions_activate.md +++ b/content/chainguard/chainctl/chainctl-docs/chainctl_policies_versions_activate.md @@ -1,5 +1,5 @@ --- -date: 2023-10-04T23:20:44Z +date: 2023-10-10T09:30:53Z title: "chainctl policies versions activate" slug: chainctl_policies_versions_activate url: /chainguard/chainctl/chainctl-docs/chainctl_policies_versions_activate/ @@ -42,7 +42,7 @@ chainctl policies versions activate {VERSION_ID | --policy=POLICY} [--output tab --config string A specific chainctl config file. --console string The url of the Chainguard platform Console. (default "https://console.enforce.dev") --issuer string The url of the Chainguard STS endpoint. (default "https://issuer.enforce.dev") - -o, --output string Output format. One of: ["", "table", "tree", "json", "id", "wide"] + -o, --output string Output format. One of: ["", "json", "id", "table", "terse", "tree", "wide"] --timestamp-authority string The url of the Chainguard Timestamp Authority endpoint. (default "https://tsa.enforce.dev") -v, --v int Set the log verbosity level. ``` diff --git a/content/chainguard/chainctl/chainctl-docs/chainctl_policies_versions_diff.md b/content/chainguard/chainctl/chainctl-docs/chainctl_policies_versions_diff.md index 3f9a6d046f..eb7a06a805 100644 --- a/content/chainguard/chainctl/chainctl-docs/chainctl_policies_versions_diff.md +++ b/content/chainguard/chainctl/chainctl-docs/chainctl_policies_versions_diff.md @@ -1,5 +1,5 @@ --- -date: 2023-10-04T23:20:44Z +date: 2023-10-10T09:30:53Z title: "chainctl policies versions diff" slug: chainctl_policies_versions_diff url: /chainguard/chainctl/chainctl-docs/chainctl_policies_versions_diff/ @@ -31,7 +31,7 @@ chainctl policies versions diff VERSION_ID VERSION_ID [flags] --config string A specific chainctl config file. --console string The url of the Chainguard platform Console. (default "https://console.enforce.dev") --issuer string The url of the Chainguard STS endpoint. (default "https://issuer.enforce.dev") - -o, --output string Output format. One of: ["", "table", "tree", "json", "id", "wide"] + -o, --output string Output format. One of: ["", "json", "id", "table", "terse", "tree", "wide"] --timestamp-authority string The url of the Chainguard Timestamp Authority endpoint. (default "https://tsa.enforce.dev") -v, --v int Set the log verbosity level. ``` diff --git a/content/chainguard/chainctl/chainctl-docs/chainctl_policies_versions_list.md b/content/chainguard/chainctl/chainctl-docs/chainctl_policies_versions_list.md index 4b63311161..f45d28534f 100644 --- a/content/chainguard/chainctl/chainctl-docs/chainctl_policies_versions_list.md +++ b/content/chainguard/chainctl/chainctl-docs/chainctl_policies_versions_list.md @@ -1,5 +1,5 @@ --- -date: 2023-10-04T23:20:44Z +date: 2023-10-10T09:30:53Z title: "chainctl policies versions list" slug: chainctl_policies_versions_list url: /chainguard/chainctl/chainctl-docs/chainctl_policies_versions_list/ @@ -31,7 +31,7 @@ chainctl policies versions list [POLICY_NAME | POLICY_ID] [--output table|json] --config string A specific chainctl config file. --console string The url of the Chainguard platform Console. (default "https://console.enforce.dev") --issuer string The url of the Chainguard STS endpoint. (default "https://issuer.enforce.dev") - -o, --output string Output format. One of: ["", "table", "tree", "json", "id", "wide"] + -o, --output string Output format. One of: ["", "json", "id", "table", "terse", "tree", "wide"] --timestamp-authority string The url of the Chainguard Timestamp Authority endpoint. (default "https://tsa.enforce.dev") -v, --v int Set the log verbosity level. ``` diff --git a/content/chainguard/chainctl/chainctl-docs/chainctl_policies_versions_view.md b/content/chainguard/chainctl/chainctl-docs/chainctl_policies_versions_view.md index 1d9f0957d5..670e6d68b5 100644 --- a/content/chainguard/chainctl/chainctl-docs/chainctl_policies_versions_view.md +++ b/content/chainguard/chainctl/chainctl-docs/chainctl_policies_versions_view.md @@ -1,5 +1,5 @@ --- -date: 2023-10-04T23:20:44Z +date: 2023-10-10T09:30:53Z title: "chainctl policies versions view" slug: chainctl_policies_versions_view url: /chainguard/chainctl/chainctl-docs/chainctl_policies_versions_view/ @@ -42,7 +42,7 @@ chainctl policies versions view {VERSION_ID | --policy=POLICY} [--output json] [ --config string A specific chainctl config file. --console string The url of the Chainguard platform Console. (default "https://console.enforce.dev") --issuer string The url of the Chainguard STS endpoint. (default "https://issuer.enforce.dev") - -o, --output string Output format. One of: ["", "table", "tree", "json", "id", "wide"] + -o, --output string Output format. One of: ["", "json", "id", "table", "terse", "tree", "wide"] --timestamp-authority string The url of the Chainguard Timestamp Authority endpoint. (default "https://tsa.enforce.dev") -v, --v int Set the log verbosity level. ``` diff --git a/content/chainguard/chainctl/chainctl-docs/chainctl_policies_view.md b/content/chainguard/chainctl/chainctl-docs/chainctl_policies_view.md index 328192bceb..63b65e6354 100644 --- a/content/chainguard/chainctl/chainctl-docs/chainctl_policies_view.md +++ b/content/chainguard/chainctl/chainctl-docs/chainctl_policies_view.md @@ -1,5 +1,5 @@ --- -date: 2023-10-04T23:20:44Z +date: 2023-10-10T09:30:53Z title: "chainctl policies view" slug: chainctl_policies_view url: /chainguard/chainctl/chainctl-docs/chainctl_policies_view/ @@ -31,7 +31,7 @@ chainctl policies view [POLICY_NAME | POLICY_ID] [flags] --config string A specific chainctl config file. --console string The url of the Chainguard platform Console. (default "https://console.enforce.dev") --issuer string The url of the Chainguard STS endpoint. (default "https://issuer.enforce.dev") - -o, --output string Output format. One of: ["", "table", "tree", "json", "id", "wide"] + -o, --output string Output format. One of: ["", "json", "id", "table", "terse", "tree", "wide"] --timestamp-authority string The url of the Chainguard Timestamp Authority endpoint. (default "https://tsa.enforce.dev") -v, --v int Set the log verbosity level. ``` diff --git a/content/chainguard/chainctl/chainctl-docs/chainctl_sigstore.md b/content/chainguard/chainctl/chainctl-docs/chainctl_sigstore.md index d9a44f712c..2079b2c0f4 100644 --- a/content/chainguard/chainctl/chainctl-docs/chainctl_sigstore.md +++ b/content/chainguard/chainctl/chainctl-docs/chainctl_sigstore.md @@ -1,5 +1,5 @@ --- -date: 2023-10-04T23:20:44Z +date: 2023-10-10T09:30:53Z title: "chainctl sigstore" slug: chainctl_sigstore url: /chainguard/chainctl/chainctl-docs/chainctl_sigstore/ @@ -27,7 +27,7 @@ Sigstore related commands for the Chainguard platform. --config string A specific chainctl config file. --console string The url of the Chainguard platform Console. (default "https://console.enforce.dev") --issuer string The url of the Chainguard STS endpoint. (default "https://issuer.enforce.dev") - -o, --output string Output format. One of: ["", "table", "tree", "json", "id", "wide"] + -o, --output string Output format. One of: ["", "json", "id", "table", "terse", "tree", "wide"] --timestamp-authority string The url of the Chainguard Timestamp Authority endpoint. (default "https://tsa.enforce.dev") -v, --v int Set the log verbosity level. ``` diff --git a/content/chainguard/chainctl/chainctl-docs/chainctl_sigstore_ca.md b/content/chainguard/chainctl/chainctl-docs/chainctl_sigstore_ca.md index 7cbc63ae8c..824b2e2c86 100644 --- a/content/chainguard/chainctl/chainctl-docs/chainctl_sigstore_ca.md +++ b/content/chainguard/chainctl/chainctl-docs/chainctl_sigstore_ca.md @@ -1,5 +1,5 @@ --- -date: 2023-10-04T23:20:44Z +date: 2023-10-10T09:30:53Z title: "chainctl sigstore ca" slug: chainctl_sigstore_ca url: /chainguard/chainctl/chainctl-docs/chainctl_sigstore_ca/ @@ -27,7 +27,7 @@ Sigstore commands related to certificate authorities --config string A specific chainctl config file. --console string The url of the Chainguard platform Console. (default "https://console.enforce.dev") --issuer string The url of the Chainguard STS endpoint. (default "https://issuer.enforce.dev") - -o, --output string Output format. One of: ["", "table", "tree", "json", "id", "wide"] + -o, --output string Output format. One of: ["", "json", "id", "table", "terse", "tree", "wide"] --timestamp-authority string The url of the Chainguard Timestamp Authority endpoint. (default "https://tsa.enforce.dev") -v, --v int Set the log verbosity level. ``` diff --git a/content/chainguard/chainctl/chainctl-docs/chainctl_sigstore_ca_create.md b/content/chainguard/chainctl/chainctl-docs/chainctl_sigstore_ca_create.md index 1ab96d6aca..f7d1239b94 100644 --- a/content/chainguard/chainctl/chainctl-docs/chainctl_sigstore_ca_create.md +++ b/content/chainguard/chainctl/chainctl-docs/chainctl_sigstore_ca_create.md @@ -1,5 +1,5 @@ --- -date: 2023-10-04T23:20:44Z +date: 2023-10-10T09:30:53Z title: "chainctl sigstore ca create" slug: chainctl_sigstore_ca_create url: /chainguard/chainctl/chainctl-docs/chainctl_sigstore_ca_create/ @@ -39,7 +39,7 @@ chainctl sigstore ca create --group GROUP_NAME | GROUP_ID {--ca googleca --googl --config string A specific chainctl config file. --console string The url of the Chainguard platform Console. (default "https://console.enforce.dev") --issuer string The url of the Chainguard STS endpoint. (default "https://issuer.enforce.dev") - -o, --output string Output format. One of: ["", "table", "tree", "json", "id", "wide"] + -o, --output string Output format. One of: ["", "json", "id", "table", "terse", "tree", "wide"] --timestamp-authority string The url of the Chainguard Timestamp Authority endpoint. (default "https://tsa.enforce.dev") -v, --v int Set the log verbosity level. ``` diff --git a/content/chainguard/chainctl/chainctl-docs/chainctl_sigstore_ca_delete.md b/content/chainguard/chainctl/chainctl-docs/chainctl_sigstore_ca_delete.md index 4c74f78a72..2411f4dc27 100644 --- a/content/chainguard/chainctl/chainctl-docs/chainctl_sigstore_ca_delete.md +++ b/content/chainguard/chainctl/chainctl-docs/chainctl_sigstore_ca_delete.md @@ -1,5 +1,5 @@ --- -date: 2023-10-04T23:20:44Z +date: 2023-10-10T09:30:53Z title: "chainctl sigstore ca delete" slug: chainctl_sigstore_ca_delete url: /chainguard/chainctl/chainctl-docs/chainctl_sigstore_ca_delete/ @@ -45,7 +45,7 @@ chainctl sigstore ca delete SIGSTORE_ID [--yes] [flags] --config string A specific chainctl config file. --console string The url of the Chainguard platform Console. (default "https://console.enforce.dev") --issuer string The url of the Chainguard STS endpoint. (default "https://issuer.enforce.dev") - -o, --output string Output format. One of: ["", "table", "tree", "json", "id", "wide"] + -o, --output string Output format. One of: ["", "json", "id", "table", "terse", "tree", "wide"] --timestamp-authority string The url of the Chainguard Timestamp Authority endpoint. (default "https://tsa.enforce.dev") -v, --v int Set the log verbosity level. ``` diff --git a/content/chainguard/chainctl/chainctl-docs/chainctl_sigstore_ca_describe.md b/content/chainguard/chainctl/chainctl-docs/chainctl_sigstore_ca_describe.md index 67d1532bca..c8f20ef154 100644 --- a/content/chainguard/chainctl/chainctl-docs/chainctl_sigstore_ca_describe.md +++ b/content/chainguard/chainctl/chainctl-docs/chainctl_sigstore_ca_describe.md @@ -1,5 +1,5 @@ --- -date: 2023-10-04T23:20:44Z +date: 2023-10-10T09:30:53Z title: "chainctl sigstore ca describe" slug: chainctl_sigstore_ca_describe url: /chainguard/chainctl/chainctl-docs/chainctl_sigstore_ca_describe/ @@ -38,7 +38,7 @@ chainctl sigstore ca describe [SIGSTORE_NAME | SIGSTORE_ID] [--output |json] [fl --config string A specific chainctl config file. --console string The url of the Chainguard platform Console. (default "https://console.enforce.dev") --issuer string The url of the Chainguard STS endpoint. (default "https://issuer.enforce.dev") - -o, --output string Output format. One of: ["", "table", "tree", "json", "id", "wide"] + -o, --output string Output format. One of: ["", "json", "id", "table", "terse", "tree", "wide"] --timestamp-authority string The url of the Chainguard Timestamp Authority endpoint. (default "https://tsa.enforce.dev") -v, --v int Set the log verbosity level. ``` diff --git a/content/chainguard/chainctl/chainctl-docs/chainctl_sigstore_ca_list.md b/content/chainguard/chainctl/chainctl-docs/chainctl_sigstore_ca_list.md index ed5a539f27..6ae8b83afe 100644 --- a/content/chainguard/chainctl/chainctl-docs/chainctl_sigstore_ca_list.md +++ b/content/chainguard/chainctl/chainctl-docs/chainctl_sigstore_ca_list.md @@ -1,5 +1,5 @@ --- -date: 2023-10-04T23:20:44Z +date: 2023-10-10T09:30:53Z title: "chainctl sigstore ca list" slug: chainctl_sigstore_ca_list url: /chainguard/chainctl/chainctl-docs/chainctl_sigstore_ca_list/ @@ -32,7 +32,7 @@ chainctl sigstore ca list [--group GROUP_NAME | GROUP_ID] [--output table|json|i --config string A specific chainctl config file. --console string The url of the Chainguard platform Console. (default "https://console.enforce.dev") --issuer string The url of the Chainguard STS endpoint. (default "https://issuer.enforce.dev") - -o, --output string Output format. One of: ["", "table", "tree", "json", "id", "wide"] + -o, --output string Output format. One of: ["", "json", "id", "table", "terse", "tree", "wide"] --timestamp-authority string The url of the Chainguard Timestamp Authority endpoint. (default "https://tsa.enforce.dev") -v, --v int Set the log verbosity level. ``` diff --git a/content/chainguard/chainctl/chainctl-docs/chainctl_sigstore_env.md b/content/chainguard/chainctl/chainctl-docs/chainctl_sigstore_env.md index e528aa1dfd..7e36c16645 100644 --- a/content/chainguard/chainctl/chainctl-docs/chainctl_sigstore_env.md +++ b/content/chainguard/chainctl/chainctl-docs/chainctl_sigstore_env.md @@ -1,5 +1,5 @@ --- -date: 2023-10-04T23:20:44Z +date: 2023-10-10T09:30:53Z title: "chainctl sigstore env" slug: chainctl_sigstore_env url: /chainguard/chainctl/chainctl-docs/chainctl_sigstore_env/ @@ -42,7 +42,7 @@ chainctl sigstore env [SIGSTORE_ID | SIGSTORE_NAME] [flags] --config string A specific chainctl config file. --console string The url of the Chainguard platform Console. (default "https://console.enforce.dev") --issuer string The url of the Chainguard STS endpoint. (default "https://issuer.enforce.dev") - -o, --output string Output format. One of: ["", "table", "tree", "json", "id", "wide"] + -o, --output string Output format. One of: ["", "json", "id", "table", "terse", "tree", "wide"] --timestamp-authority string The url of the Chainguard Timestamp Authority endpoint. (default "https://tsa.enforce.dev") -v, --v int Set the log verbosity level. ``` diff --git a/content/chainguard/chainctl/chainctl-docs/chainctl_update.md b/content/chainguard/chainctl/chainctl-docs/chainctl_update.md index 9093196f18..d71761f800 100644 --- a/content/chainguard/chainctl/chainctl-docs/chainctl_update.md +++ b/content/chainguard/chainctl/chainctl-docs/chainctl_update.md @@ -1,5 +1,5 @@ --- -date: 2023-10-04T23:20:44Z +date: 2023-10-10T09:30:53Z title: "chainctl update" slug: chainctl_update url: /chainguard/chainctl/chainctl-docs/chainctl_update/ @@ -33,7 +33,7 @@ chainctl update [--yes] [--force] --config string A specific chainctl config file. --console string The url of the Chainguard platform Console. (default "https://console.enforce.dev") --issuer string The url of the Chainguard STS endpoint. (default "https://issuer.enforce.dev") - -o, --output string Output format. One of: ["", "table", "tree", "json", "id", "wide"] + -o, --output string Output format. One of: ["", "json", "id", "table", "terse", "tree", "wide"] --timestamp-authority string The url of the Chainguard Timestamp Authority endpoint. (default "https://tsa.enforce.dev") -v, --v int Set the log verbosity level. ``` diff --git a/content/chainguard/chainctl/chainctl-docs/chainctl_version.md b/content/chainguard/chainctl/chainctl-docs/chainctl_version.md index ce9c7a0a45..0c27d156d2 100644 --- a/content/chainguard/chainctl/chainctl-docs/chainctl_version.md +++ b/content/chainguard/chainctl/chainctl-docs/chainctl_version.md @@ -1,5 +1,5 @@ --- -date: 2023-10-04T23:20:44Z +date: 2023-10-10T09:30:53Z title: "chainctl version" slug: chainctl_version url: /chainguard/chainctl/chainctl-docs/chainctl_version/ @@ -31,7 +31,7 @@ chainctl version [flags] --config string A specific chainctl config file. --console string The url of the Chainguard platform Console. (default "https://console.enforce.dev") --issuer string The url of the Chainguard STS endpoint. (default "https://issuer.enforce.dev") - -o, --output string Output format. One of: ["", "table", "tree", "json", "id", "wide"] + -o, --output string Output format. One of: ["", "json", "id", "table", "terse", "tree", "wide"] --timestamp-authority string The url of the Chainguard Timestamp Authority endpoint. (default "https://tsa.enforce.dev") -v, --v int Set the log verbosity level. ``` diff --git a/content/chainguard/chainguard-enforce/changelog.md b/content/chainguard/chainguard-enforce/changelog.md index 63ce02242f..26e9a7f03e 100644 --- a/content/chainguard/chainguard-enforce/changelog.md +++ b/content/chainguard/chainguard-enforce/changelog.md @@ -2,7 +2,7 @@ title : "Chainguard Enforce Changelog" description: "Chainguard Enforce Changelog" type: "article" -date: 2023-10-04 22:54:58 +0000 UTC +date: 2023-10-10 09:19:04 +0000 UTC draft: false tags: ["Enforce", "Reference", "Product"] images: [] @@ -12,12 +12,21 @@ weight: 799 ## Introduction Any customer facing changes to Chainguard Enforce or [`chainctl`](/chainguard/chainguard-enforce/how-to-install-chainctl/) are highlighted in the following notes. Any new features, bug fixes, or general ease of use improvements will be listed under the corresponding release version. +### v0.1.180 +Release date: 2023-10-10 +#### Other +- Entitle dominodatalab.com to a custom idp +#### Bug or Regression +- Improve performance of `chainctl cluster describe` for large clusters. + + ### v0.1.179 Release date: 2023-10-04 #### Feature - `chainctl` will prompt users to set config `default.social-provider` when authenticating without a custom identity provider. #### Bug or Regression -- [Enforce for GitHub] Add support for source.yml (in addition to source.yaml) +- [github] Add support for source.yml (in addition to source.yaml) + ### v0.1.178 Release date: 2023-10-04 diff --git a/content/chainguard/chainguard-enforce/reference/events.md b/content/chainguard/chainguard-enforce/reference/events.md index 6f57061630..5c1b1d0ba4 100644 --- a/content/chainguard/chainguard-enforce/reference/events.md +++ b/content/chainguard/chainguard-enforce/reference/events.md @@ -4,7 +4,7 @@ lead: "" description: "Chainguard Enforce Events" type: "article" date: 2022-11-15T12:05:04 -lastmod: 2023-10-04T23:20:47 +lastmod: 2023-10-10T09:30:56 draft: false tags: ["Enforce", "Reference", "Product"] images: [] @@ -83,7 +83,7 @@ Ce-Id: cloudevent generated UUID Ce-Source: k8s://namespace-UID Ce-Specversion: 1.0 Ce-Subject: UIDP of the namespace -Ce-Time: 2023-10-04T23:20:47.840470896Z +Ce-Time: 2023-10-10T09:30:56.210422031Z Ce-Type: dev.chainguard.admission.namespace.v1 Content-Length: 282 Content-Type: application/json @@ -121,7 +121,7 @@ Ce-Id: cloudevent generated UUID Ce-Source: k8s://namespace-UID Ce-Specversion: 1.0 Ce-Subject: UIDP of the namespace -Ce-Time: 2023-10-04T23:20:47.840669397Z +Ce-Time: 2023-10-10T09:30:56.210743036Z Ce-Type: dev.chainguard.admission.namespace.v1 Content-Length: 282 Content-Type: application/json @@ -160,7 +160,7 @@ Ce-Id: cloudevent generated UUID Ce-Source: k8s://cluster-id Ce-Specversion: 1.0 Ce-Subject: UIDP of cluster -Ce-Time: 2023-10-04T23:20:47.840174295Z +Ce-Time: 2023-10-10T09:30:56.210256529Z Ce-Type: dev.chainguard.admission.v1 Content-Length: 220 Content-Type: application/json @@ -197,9 +197,9 @@ Ce-Id: cloudevent generated UUID Ce-Source: k8s://cluster-id Ce-Specversion: 1.0 Ce-Subject: image ID e.g. us.gcr.io/prod-enforce-fabc/chainctl@sha256:123abc... -Ce-Time: 2023-10-04T23:20:47.83918549Z +Ce-Time: 2023-10-10T09:30:56.209493318Z Ce-Type: dev.chainguard.policy.validation.changed.v1 -Content-Length: 475 +Content-Length: 476 Content-Type: application/json User-Agent: Chainguard Enforce @@ -215,12 +215,12 @@ User-Agent: Chainguard Enforce "body": { "cluster_id": "cluster identifier", "image_id": "image ID e.g. us.gcr.io/prod-enforce-fabc/chainctl@sha256:123abc...", - "last_seen": "2023-10-04T23:20:47.838910089Z", + "last_seen": "2023-10-10T09:30:56.209308715Z", "policies": { "name of the evaluated policy": { "change": "Can be [Empty, \"new\", \"degraded\", \"improved\"]", "diagnostic": "holds any diagnostic messages surfaced during policy evaluation", - "last_checked": "2023-10-04T23:20:47.83917279Z", + "last_checked": "2023-10-10T09:30:56.209484817Z", "valid": false } } @@ -243,7 +243,7 @@ Ce-Id: cloudevent generated UUID Ce-Source: cgr.dev Ce-Specversion: 1.0 Ce-Subject: The identifier of the repository being pulled from -Ce-Time: 2023-10-04T23:20:47.841126499Z +Ce-Time: 2023-10-10T09:30:56.211305045Z Ce-Type: dev.chainguard.registry.pull.v1 Content-Length: 757 Content-Type: application/json @@ -272,7 +272,7 @@ User-Agent: Chainguard Enforce "tag": "The tag of the image being pulled", "type": "Type determines whether the object being pulled is a manifest or blob", "user_agent": "The user-agent of the client who pulled", - "when": "2023-10-04T23:20:47.838963" + "when": "2023-10-10T09:30:56.209329" } } ``` @@ -292,7 +292,7 @@ Ce-Id: cloudevent generated UUID Ce-Source: cgr.dev Ce-Specversion: 1.0 Ce-Subject: The identifier of the repository being pushed to -Ce-Time: 2023-10-04T23:20:47.840859798Z +Ce-Time: 2023-10-10T09:30:56.210961539Z Ce-Type: dev.chainguard.registry.push.v1 Content-Length: 687 Content-Type: application/json @@ -320,7 +320,7 @@ User-Agent: Chainguard Enforce "tag": "The tag of the image being pushed", "type": "Type determines whether the object being pushed is a manifest or blob", "user_agent": "The user-agent of the client who pushed", - "when": "2023-10-04T23:20:47.838910" + "when": "2023-10-10T09:30:56.209308" } } ``` @@ -340,7 +340,7 @@ Ce-Id: cloudevent generated UUID Ce-Source: https://console-api.enforce.dev/auth/v1/register Ce-Specversion: 1.0 Ce-Subject: Chainguard UIDP -Ce-Time: 2023-10-04T23:20:47.853536358Z +Ce-Time: 2023-10-10T09:30:56.218751756Z Ce-Type: dev.chainguard.api.auth.registered.v1 Content-Length: 154 Content-Type: application/json @@ -377,7 +377,7 @@ Ce-Id: cloudevent generated UUID Ce-Source: https://console-api.enforce.dev/events/v1/subscriptions Ce-Specversion: 1.0 Ce-Subject: UIDP identifier of the subscription -Ce-Time: 2023-10-04T23:20:47.844940017Z +Ce-Time: 2023-10-10T09:30:56.215812512Z Ce-Type: dev.chainguard.api.events.subscription.created.v1 Content-Length: 152 Content-Type: application/json @@ -413,7 +413,7 @@ Ce-Id: cloudevent generated UUID Ce-Source: https://console-api.enforce.dev/events/v1/subscriptions Ce-Specversion: 1.0 Ce-Subject: UIDP identifier of the subscription to delete -Ce-Time: 2023-10-04T23:20:47.845342219Z +Ce-Time: 2023-10-10T09:30:56.216717925Z Ce-Type: dev.chainguard.api.events.subscription.deleted.v1 Content-Length: 119 Content-Type: application/json @@ -449,7 +449,7 @@ Ce-Id: cloudevent generated UUID Ce-Source: https://console-api.enforce.dev/iam/v1/account_associations Ce-Specversion: 1.0 Ce-Subject: UIDP with which this account information is associated -Ce-Time: 2023-10-04T23:20:47.844022613Z +Ce-Time: 2023-10-10T09:30:56.212390661Z Ce-Type: dev.chainguard.api.iam.account_associations.created.v1 Content-Length: 385 Content-Type: application/json @@ -493,7 +493,7 @@ Ce-Id: cloudevent generated UUID Ce-Source: https://console-api.enforce.dev/iam/v1/account_associations Ce-Specversion: 1.0 Ce-Subject: UIDP with which this account information is associated -Ce-Time: 2023-10-04T23:20:47.844337115Z +Ce-Time: 2023-10-10T09:30:56.212681665Z Ce-Type: dev.chainguard.api.iam.account_associations.updated.v1 Content-Length: 336 Content-Type: application/json @@ -537,7 +537,7 @@ Ce-Id: cloudevent generated UUID Ce-Source: https://console-api.enforce.dev/iam/v1/account_associations Ce-Specversion: 1.0 Ce-Subject: UIDP of the group whose associations will be deleted -Ce-Time: 2023-10-04T23:20:47.844596816Z +Ce-Time: 2023-10-10T09:30:56.212895568Z Ce-Type: dev.chainguard.api.iam.account_associations.deleted.v1 Content-Length: 129 Content-Type: application/json @@ -573,7 +573,7 @@ Ce-Id: cloudevent generated UUID Ce-Source: https://console-api.enforce.dev/iam/v1/group_invites Ce-Specversion: 1.0 Ce-Subject: group UIDP under which this invite resides -Ce-Time: 2023-10-04T23:20:47.85192385Z +Ce-Time: 2023-10-10T09:30:56.213770081Z Ce-Type: dev.chainguard.api.iam.group_invite.created.v1 Content-Length: 145 Content-Type: application/json @@ -611,7 +611,7 @@ Ce-Id: cloudevent generated UUID Ce-Source: https://console-api.enforce.dev/iam/v1/group_invites Ce-Specversion: 1.0 Ce-Subject: UIDP of the record -Ce-Time: 2023-10-04T23:20:47.852183952Z +Ce-Time: 2023-10-10T09:30:56.213987885Z Ce-Type: dev.chainguard.api.iam.group_invite.deleted.v1 Content-Length: 92 Content-Type: application/json @@ -647,7 +647,7 @@ Ce-Id: cloudevent generated UUID Ce-Source: https://console-api.enforce.dev/iam/v1/groups Ce-Specversion: 1.0 Ce-Subject: group UIDP under which this group resides -Ce-Time: 2023-10-04T23:20:47.843090909Z +Ce-Time: 2023-10-10T09:30:56.213112071Z Ce-Type: dev.chainguard.api.iam.group.created.v1 Content-Length: 169 Content-Type: application/json @@ -684,7 +684,7 @@ Ce-Id: cloudevent generated UUID Ce-Source: https://console-api.enforce.dev/iam/v1/groups Ce-Specversion: 1.0 Ce-Subject: group UIDP under which this group resides -Ce-Time: 2023-10-04T23:20:47.84347821Z +Ce-Time: 2023-10-10T09:30:56.213322075Z Ce-Type: dev.chainguard.api.iam.group.updated.v1 Content-Length: 169 Content-Type: application/json @@ -721,7 +721,7 @@ Ce-Id: cloudevent generated UUID Ce-Source: https://console-api.enforce.dev/iam/v1/groups Ce-Specversion: 1.0 Ce-Subject: UIDP of the record -Ce-Time: 2023-10-04T23:20:47.843676011Z +Ce-Time: 2023-10-10T09:30:56.213523978Z Ce-Type: dev.chainguard.api.iam.group.deleted.v1 Content-Length: 92 Content-Type: application/json @@ -757,7 +757,7 @@ Ce-Id: cloudevent generated UUID Ce-Source: https://console-api.enforce.dev/iam/v1/identities Ce-Specversion: 1.0 Ce-Subject: UIDP of identity -Ce-Time: 2023-10-04T23:20:47.852578453Z +Ce-Time: 2023-10-10T09:30:56.220331879Z Ce-Type: dev.chainguard.api.iam.identity.created.v1 Content-Length: 329 Content-Type: application/json @@ -798,7 +798,7 @@ Ce-Id: cloudevent generated UUID Ce-Source: https://console-api.enforce.dev/iam/v1/identities Ce-Specversion: 1.0 Ce-Subject: The unique identifier of this specific identity -Ce-Time: 2023-10-04T23:20:47.852845955Z +Ce-Time: 2023-10-10T09:30:56.220549882Z Ce-Type: dev.chainguard.api.iam.identity.updated.v1 Content-Length: 245 Content-Type: application/json @@ -836,7 +836,7 @@ Ce-Id: cloudevent generated UUID Ce-Source: https://console-api.enforce.dev/iam/v1/identities Ce-Specversion: 1.0 Ce-Subject: UIDP of the record -Ce-Time: 2023-10-04T23:20:47.853072856Z +Ce-Time: 2023-10-10T09:30:56.220713385Z Ce-Type: dev.chainguard.api.iam.identity.deleted.v1 Content-Length: 92 Content-Type: application/json @@ -872,7 +872,7 @@ Ce-Id: cloudevent generated UUID Ce-Source: https://console-api.enforce.dev/iam/v1/identityProviders Ce-Specversion: 1.0 Ce-Subject: UIDP of identity provider -Ce-Time: 2023-10-04T23:20:47.841973903Z +Ce-Time: 2023-10-10T09:30:56.219669869Z Ce-Type: dev.chainguard.api.iam.identity_providers.created.v1 Content-Length: 378 Content-Type: application/json @@ -913,7 +913,7 @@ Ce-Id: cloudevent generated UUID Ce-Source: https://console-api.enforce.dev/iam/v1/identityProviders Ce-Specversion: 1.0 Ce-Subject: The UIDP of the IAM group to nest this identity provider under -Ce-Time: 2023-10-04T23:20:47.842257405Z +Ce-Time: 2023-10-10T09:30:56.219849572Z Ce-Type: dev.chainguard.api.iam.identity_providers.updated.v1 Content-Length: 279 Content-Type: application/json @@ -951,7 +951,7 @@ Ce-Id: cloudevent generated UUID Ce-Source: https://console-api.enforce.dev/iam/v1/identityProviders Ce-Specversion: 1.0 Ce-Subject: UIDP of the IdP -Ce-Time: 2023-10-04T23:20:47.842483206Z +Ce-Time: 2023-10-10T09:30:56.220089475Z Ce-Type: dev.chainguard.api.iam.identity_providers.deleted.v1 Content-Length: 89 Content-Type: application/json @@ -987,7 +987,7 @@ Ce-Id: cloudevent generated UUID Ce-Source: https://console-api.enforce.dev/iam/v1/policies Ce-Specversion: 1.0 Ce-Subject: UIDP of policy -Ce-Time: 2023-10-04T23:20:47.850160842Z +Ce-Time: 2023-10-10T09:30:56.219008959Z Ce-Type: dev.chainguard.api.iam.policy.created.v1 Content-Length: 286 Content-Type: application/json @@ -1028,7 +1028,7 @@ Ce-Id: cloudevent generated UUID Ce-Source: https://console-api.enforce.dev/iam/v1/policies Ce-Specversion: 1.0 Ce-Subject: UIDP of the policy -Ce-Time: 2023-10-04T23:20:47.850433743Z +Ce-Time: 2023-10-10T09:30:56.219223263Z Ce-Type: dev.chainguard.api.iam.policy.deleted.v1 Content-Length: 92 Content-Type: application/json @@ -1063,7 +1063,7 @@ Ce-Id: cloudevent generated UUID Ce-Source: https://console-api.enforce.dev/iam/v1/policies Ce-Specversion: 1.0 Ce-Subject: UIDP of the policy -Ce-Time: 2023-10-04T23:20:47.850680744Z +Ce-Time: 2023-10-10T09:30:56.219337164Z Ce-Type: dev.chainguard.api.iam.policy.updated.v1 Content-Length: 204 Content-Type: application/json @@ -1101,7 +1101,7 @@ Ce-Id: cloudevent generated UUID Ce-Source: https://console-api.enforce.dev/iam/v1/policyVersions Ce-Specversion: 1.0 Ce-Subject: UIDP of the policy version -Ce-Time: 2023-10-04T23:20:47.850889245Z +Ce-Time: 2023-10-10T09:30:56.219444566Z Ce-Type: dev.chainguard.api.iam.policy.version.activated.v1 Content-Length: 108 Content-Type: application/json @@ -1137,7 +1137,7 @@ Ce-Id: cloudevent generated UUID Ce-Source: https://console-api.enforce.dev/iam/v1/rolebindings Ce-Specversion: 1.0 Ce-Subject: UIDP of the Role to bind -Ce-Time: 2023-10-04T23:20:47.851117547Z +Ce-Time: 2023-10-10T09:30:56.216990729Z Ce-Type: dev.chainguard.api.iam.rolebindings.created.v1 Content-Length: 261 Content-Type: application/json @@ -1177,7 +1177,7 @@ Ce-Id: cloudevent generated UUID Ce-Source: https://console-api.enforce.dev/iam/v1/rolebindings Ce-Specversion: 1.0 Ce-Subject: UID of this role binding -Ce-Time: 2023-10-04T23:20:47.851340348Z +Ce-Time: 2023-10-10T09:30:56.217235733Z Ce-Type: dev.chainguard.api.iam.rolebindings.updated.v1 Content-Length: 173 Content-Type: application/json @@ -1214,7 +1214,7 @@ Ce-Id: cloudevent generated UUID Ce-Source: https://console-api.enforce.dev/iam/v1/rolebindings Ce-Specversion: 1.0 Ce-Subject: UID of the record -Ce-Time: 2023-10-04T23:20:47.851528448Z +Ce-Time: 2023-10-10T09:30:56.217432936Z Ce-Type: dev.chainguard.api.iam.rolebindings.deleted.v1 Content-Length: 91 Content-Type: application/json @@ -1250,7 +1250,7 @@ Ce-Id: cloudevent generated UUID Ce-Source: https://console-api.enforce.dev/registry/v1/repos Ce-Specversion: 1.0 Ce-Subject: The identifier of this specific repository -Ce-Time: 2023-10-04T23:20:47.845748321Z +Ce-Time: 2023-10-10T09:30:56.214275989Z Ce-Type: dev.chainguard.api.platform.registry.repo.created.v1 Content-Length: 179 Content-Type: application/json @@ -1286,7 +1286,7 @@ Ce-Id: cloudevent generated UUID Ce-Source: https://console-api.enforce.dev/registry/v1/repos Ce-Specversion: 1.0 Ce-Subject: The identifier of this specific repository -Ce-Time: 2023-10-04T23:20:47.845986322Z +Ce-Time: 2023-10-10T09:30:56.214504692Z Ce-Type: dev.chainguard.api.platform.registry.repo.updated.v1 Content-Length: 179 Content-Type: application/json @@ -1322,7 +1322,7 @@ Ce-Id: cloudevent generated UUID Ce-Source: https://console-api.enforce.dev/registry/v1/repos Ce-Specversion: 1.0 Ce-Subject: The identifier of this specific repository -Ce-Time: 2023-10-04T23:20:47.846274924Z +Ce-Time: 2023-10-10T09:30:56.214674595Z Ce-Type: dev.chainguard.api.platform.registry.repo.deleted.v1 Content-Length: 116 Content-Type: application/json @@ -1357,7 +1357,7 @@ Ce-Id: cloudevent generated UUID Ce-Source: https://console-api.enforce.dev/registry/v1/tags Ce-Specversion: 1.0 Ce-Subject: The identifier of this specific tag -Ce-Time: 2023-10-04T23:20:47.846823526Z +Ce-Time: 2023-10-10T09:30:56.214842097Z Ce-Type: dev.chainguard.api.platform.registry.tag.created.v1 Content-Length: 197 Content-Type: application/json @@ -1394,7 +1394,7 @@ Ce-Id: cloudevent generated UUID Ce-Source: https://console-api.enforce.dev/registry/v1/tags Ce-Specversion: 1.0 Ce-Subject: The identifier of this specific tag -Ce-Time: 2023-10-04T23:20:47.847418629Z +Ce-Time: 2023-10-10T09:30:56.2150339Z Ce-Type: dev.chainguard.api.platform.registry.tag.updated.v1 Content-Length: 197 Content-Type: application/json @@ -1431,7 +1431,7 @@ Ce-Id: cloudevent generated UUID Ce-Source: https://console-api.enforce.dev/registry/v1/tags Ce-Specversion: 1.0 Ce-Subject: The identifier of this specific tag -Ce-Time: 2023-10-04T23:20:47.84767563Z +Ce-Time: 2023-10-10T09:30:56.215395605Z Ce-Type: dev.chainguard.api.platform.registry.tag.deleted.v1 Content-Length: 109 Content-Type: application/json @@ -1467,7 +1467,7 @@ Ce-Id: cloudevent generated UUID Ce-Source: https://console-api.enforce.dev/tenant/v1/clusters Ce-Specversion: 1.0 Ce-Subject: Cluster UIDP under which this cluster resides -Ce-Time: 2023-10-04T23:20:47.848982936Z +Ce-Time: 2023-10-10T09:30:56.217847442Z Ce-Type: dev.chainguard.api.tenant.cluster.created.v1 Content-Length: 1735 Content-Type: application/json @@ -1488,8 +1488,8 @@ User-Agent: Chainguard Enforce "example activity": { "controller_name": "the name of the Controller CRD which was the source of this activity on the tenant cluster", "last_seen": { - "nanos": 838908089, - "seconds": 1696461647 + "nanos": 209307215, + "seconds": 1696930256 }, "namespace": "the namespace in which the source of this cluster activity lives", "spec_hash": "the hash of the Controller or Webhook CRD's spec", @@ -1514,14 +1514,14 @@ User-Agent: Chainguard Enforce }, "issuer": "the identity issuer tied to this cluster", "last_seen": { - "nanos": 838907189, - "seconds": 1696461647 + "nanos": 209306915, + "seconds": 1696930256 }, "managed_name": "unique name assigned to this cluster's managed agent", "name": "name of the cluster", "registered": { - "nanos": 838895989, - "seconds": 1696461647 + "nanos": 209298115, + "seconds": 1696930256 }, "remote_id": "the remote ID of this cluster", "status": { @@ -1549,7 +1549,7 @@ Ce-Id: cloudevent generated UUID Ce-Source: https://console-api.enforce.dev/tenant/v1/clusters Ce-Specversion: 1.0 Ce-Subject: UIDP of the record -Ce-Time: 2023-10-04T23:20:47.849542839Z +Ce-Time: 2023-10-10T09:30:56.218295549Z Ce-Type: dev.chainguard.api.tenant.cluster.deleted.v1 Content-Length: 92 Content-Type: application/json @@ -1584,7 +1584,7 @@ Ce-Id: cloudevent generated UUID Ce-Source: https://console-api.enforce.dev/tenant/v1/clusters Ce-Specversion: 1.0 Ce-Subject: Cluster UIDP under which this cluster resides -Ce-Time: 2023-10-04T23:20:47.84976324Z +Ce-Time: 2023-10-10T09:30:56.218446751Z Ce-Type: dev.chainguard.api.tenant.cluster.updated.v1 Content-Length: 1663 Content-Type: application/json @@ -1604,8 +1604,8 @@ User-Agent: Chainguard Enforce "example activity": { "controller_name": "the name of the Controller CRD which was the source of this activity on the tenant cluster", "last_seen": { - "nanos": 838909489, - "seconds": 1696461647 + "nanos": 209308515, + "seconds": 1696930256 }, "namespace": "the namespace in which the source of this cluster activity lives", "spec_hash": "the hash of the Controller or Webhook CRD's spec", @@ -1630,14 +1630,14 @@ User-Agent: Chainguard Enforce }, "issuer": "the identity issuer tied to this cluster", "last_seen": { - "nanos": 838909289, - "seconds": 1696461647 + "nanos": 209308315, + "seconds": 1696930256 }, "managed_name": "unique name assigned to this cluster's managed agent", "name": "name of the cluster", "registered": { - "nanos": 838909189, - "seconds": 1696461647 + "nanos": 209308215, + "seconds": 1696930256 }, "remote_id": "the remote ID of this cluster", "status": { diff --git a/static/api.json b/static/api.json index 0513b9cc55..ed735a90f4 100644 --- a/static/api.json +++ b/static/api.json @@ -3077,6 +3077,73 @@ "Risks" ] } + }, + "/tenant/v1/vulnreports": { + "get": { + "operationId": "VulnReports_List", + "parameters": [ + { + "description": "id is the exact UID of the record.", + "in": "query", + "name": "id", + "required": false, + "type": "string" + }, + { + "description": "ancestors_of are groups reachable by repeated proceeding from child to parent.", + "in": "query", + "name": "uidp.ancestorsOf", + "required": false, + "type": "string" + }, + { + "description": "descendants_of are groups reachable by repeated proceeding from parent to child.", + "in": "query", + "name": "uidp.descendantsOf", + "required": false, + "type": "string" + }, + { + "description": "children_of are groups reachable by directly proceeding from parent to children.", + "in": "query", + "name": "uidp.childrenOf", + "required": false, + "type": "string" + }, + { + "description": "active_since is the timestamp after which the records should\nhave last been observed in the returned context.", + "format": "date-time", + "in": "query", + "name": "activeSince", + "required": false, + "type": "string" + }, + { + "description": "include_raw_vuln_report is a flag to return a list of reports containing the raw report.", + "in": "query", + "name": "includeRawVulnReport", + "required": false, + "type": "boolean" + } + ], + "responses": { + "200": { + "description": "A successful response.", + "schema": { + "$ref": "#/definitions/tenantVulnReportList" + } + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/rpcStatus" + } + } + }, + "tags": [ + "VulnReports" + ] + } } }, "definitions": {