From 90839fef9afd0168f5c13a464d80a298a47b445f Mon Sep 17 00:00:00 2001 From: Gerrit Date: Fri, 24 Apr 2026 13:24:10 +0200 Subject: [PATCH] Dependency updates. --- .github/release-drafter.yml | 30 ------------- .github/workflows/docker.yaml | 26 +++-------- .github/workflows/release-drafter.yaml | 15 ------- cmd/tableprinters/switch.go | 2 +- cmd/tableprinters/switch_test.go | 2 +- docs/metalctlv2.md | 2 +- docs/metalctlv2_api-methods.md | 2 +- docs/metalctlv2_audit.md | 2 +- docs/metalctlv2_audit_describe.md | 2 +- docs/metalctlv2_audit_list.md | 2 +- docs/metalctlv2_completion.md | 2 +- docs/metalctlv2_completion_bash.md | 2 +- docs/metalctlv2_completion_fish.md | 2 +- docs/metalctlv2_completion_powershell.md | 2 +- docs/metalctlv2_completion_zsh.md | 2 +- docs/metalctlv2_context.md | 2 +- docs/metalctlv2_context_add.md | 2 +- docs/metalctlv2_context_list.md | 2 +- docs/metalctlv2_context_remove.md | 2 +- docs/metalctlv2_context_set-project.md | 2 +- docs/metalctlv2_context_show-current.md | 2 +- docs/metalctlv2_context_switch.md | 2 +- docs/metalctlv2_context_update.md | 2 +- docs/metalctlv2_health.md | 2 +- docs/metalctlv2_image.md | 2 +- docs/metalctlv2_image_describe.md | 2 +- docs/metalctlv2_image_latest.md | 2 +- docs/metalctlv2_image_list.md | 2 +- docs/metalctlv2_ip.md | 2 +- docs/metalctlv2_ip_apply.md | 2 +- docs/metalctlv2_ip_create.md | 4 +- docs/metalctlv2_ip_delete.md | 2 +- docs/metalctlv2_ip_describe.md | 2 +- docs/metalctlv2_ip_edit.md | 2 +- docs/metalctlv2_ip_list.md | 2 +- docs/metalctlv2_ip_update.md | 45 ++++++++++--------- docs/metalctlv2_login.md | 2 +- docs/metalctlv2_logout.md | 2 +- docs/metalctlv2_markdown.md | 2 +- docs/metalctlv2_project.md | 2 +- docs/metalctlv2_project_apply.md | 2 +- docs/metalctlv2_project_create.md | 2 +- docs/metalctlv2_project_delete.md | 2 +- docs/metalctlv2_project_describe.md | 2 +- docs/metalctlv2_project_edit.md | 2 +- docs/metalctlv2_project_invite.md | 2 +- docs/metalctlv2_project_invite_delete.md | 2 +- ...lv2_project_invite_generate-join-secret.md | 2 +- docs/metalctlv2_project_invite_list.md | 2 +- docs/metalctlv2_project_join.md | 2 +- docs/metalctlv2_project_list.md | 2 +- docs/metalctlv2_project_member.md | 2 +- docs/metalctlv2_project_member_delete.md | 2 +- docs/metalctlv2_project_member_list.md | 2 +- docs/metalctlv2_project_member_update.md | 2 +- docs/metalctlv2_project_update.md | 2 +- docs/metalctlv2_tenant.md | 2 +- docs/metalctlv2_tenant_apply.md | 2 +- docs/metalctlv2_tenant_create.md | 2 +- docs/metalctlv2_tenant_delete.md | 2 +- docs/metalctlv2_tenant_describe.md | 2 +- docs/metalctlv2_tenant_edit.md | 2 +- docs/metalctlv2_tenant_invite.md | 2 +- docs/metalctlv2_tenant_invite_delete.md | 2 +- ...tlv2_tenant_invite_generate-join-secret.md | 2 +- docs/metalctlv2_tenant_invite_list.md | 2 +- docs/metalctlv2_tenant_join.md | 2 +- docs/metalctlv2_tenant_list.md | 2 +- docs/metalctlv2_tenant_member.md | 2 +- docs/metalctlv2_tenant_member_list.md | 2 +- docs/metalctlv2_tenant_member_remove.md | 2 +- docs/metalctlv2_tenant_member_update.md | 2 +- docs/metalctlv2_tenant_update.md | 2 +- docs/metalctlv2_token.md | 2 +- docs/metalctlv2_token_apply.md | 2 +- docs/metalctlv2_token_create.md | 2 +- docs/metalctlv2_token_delete.md | 2 +- docs/metalctlv2_token_describe.md | 2 +- docs/metalctlv2_token_edit.md | 2 +- docs/metalctlv2_token_list.md | 2 +- docs/metalctlv2_token_update.md | 2 +- docs/metalctlv2_user.md | 2 +- docs/metalctlv2_user_describe.md | 2 +- docs/metalctlv2_version.md | 2 +- go.mod | 18 ++++---- go.sum | 36 +++++++-------- 86 files changed, 137 insertions(+), 195 deletions(-) delete mode 100644 .github/release-drafter.yml delete mode 100644 .github/workflows/release-drafter.yaml diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml deleted file mode 100644 index 59bc948..0000000 --- a/.github/release-drafter.yml +++ /dev/null @@ -1,30 +0,0 @@ -name-template: 'v$RESOLVED_VERSION' -tag-template: 'v$RESOLVED_VERSION' - -template: | - ## General Changes - - $CHANGES - -categories: -- title: '🚀 Features' - labels: - - 'feature' - - 'enhancement' -- title: '🐛 Bug Fixes' - labels: - - 'fix' - - 'bugfix' - - 'bug' - -version-resolver: - major: - labels: - - 'major' - minor: - labels: - - 'minor' - patch: - labels: - - 'patch' - default: patch diff --git a/.github/workflows/docker.yaml b/.github/workflows/docker.yaml index c02ff18..0ad5063 100644 --- a/.github/workflows/docker.yaml +++ b/.github/workflows/docker.yaml @@ -16,27 +16,13 @@ env: IMAGE_NAME: ${{ github.repository }} jobs: - test: - runs-on: ubuntu-latest + draft: + uses: metal-stack/actions-common/.github/workflows/release-drafter.yaml@v1 - steps: - - name: Checkout code - uses: actions/checkout@v6 - - - name: Setup Go - uses: actions/setup-go@v6 - with: - go-version-file: 'go.mod' - cache: false - - - name: Lint - uses: golangci/golangci-lint-action@v9 - with: - args: --build-tags integration --timeout=5m - - - name: Test - run: | - make test + go-build: + uses: metal-stack/actions-common/.github/workflows/go-build.yaml@v1 + with: + build: false build: runs-on: ubuntu-latest diff --git a/.github/workflows/release-drafter.yaml b/.github/workflows/release-drafter.yaml deleted file mode 100644 index 44f017a..0000000 --- a/.github/workflows/release-drafter.yaml +++ /dev/null @@ -1,15 +0,0 @@ ---- -name: Release Drafter Action - -on: - push: - branches: - - main - -jobs: - build: - runs-on: ubuntu-latest - steps: - - uses: release-drafter/release-drafter@v6 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/cmd/tableprinters/switch.go b/cmd/tableprinters/switch.go index 17e5945..f898caa 100644 --- a/cmd/tableprinters/switch.go +++ b/cmd/tableprinters/switch.go @@ -336,7 +336,7 @@ func (t *TablePrinter) getMachineStatusEmojis(m *apiv2.Machine) string { switch status.Condition.State { case apiv2.MachineState_MACHINE_STATE_LOCKED: emojis = append(emojis, lock) - case apiv2.MachineState_MACHINE_STATE_RESERVED: + case apiv2.MachineState_MACHINE_STATE_TAINTED: emojis = append(emojis, bark) default: // noop diff --git a/cmd/tableprinters/switch_test.go b/cmd/tableprinters/switch_test.go index 7fdb716..138b782 100644 --- a/cmd/tableprinters/switch_test.go +++ b/cmd/tableprinters/switch_test.go @@ -703,7 +703,7 @@ func TestTablePrinter_SwitchWithConnectedMachinesTable(t *testing.T) { }, Status: &apiv2.MachineStatus{ Condition: &apiv2.MachineCondition{ - State: apiv2.MachineState_MACHINE_STATE_RESERVED, + State: apiv2.MachineState_MACHINE_STATE_TAINTED, }, Liveliness: apiv2.MachineLiveliness_MACHINE_LIVELINESS_UNKNOWN, }, diff --git a/docs/metalctlv2.md b/docs/metalctlv2.md index 378c0ce..1187792 100644 --- a/docs/metalctlv2.md +++ b/docs/metalctlv2.md @@ -11,7 +11,7 @@ cli for managing entities in metal-stack --debug debug output --force-color force colored output even without tty -h, --help help for metalctlv2 - -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact. (default "table") + -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact (for apply, create, update, delete commands from file the raw output formatters must be used). (default "table") --template string output template for template output-format, go template format. For property names inspect the output of -o json or -o yaml for reference. --timeout duration request timeout used for api requests ``` diff --git a/docs/metalctlv2_api-methods.md b/docs/metalctlv2_api-methods.md index 11de69a..960ef02 100644 --- a/docs/metalctlv2_api-methods.md +++ b/docs/metalctlv2_api-methods.md @@ -21,7 +21,7 @@ metalctlv2 api-methods [flags] -c, --config string alternative config file path, (default is ~/.metal-stack/config.yaml) --debug debug output --force-color force colored output even without tty - -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact. (default "table") + -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact (for apply, create, update, delete commands from file the raw output formatters must be used). (default "table") --template string output template for template output-format, go template format. For property names inspect the output of -o json or -o yaml for reference. --timeout duration request timeout used for api requests ``` diff --git a/docs/metalctlv2_audit.md b/docs/metalctlv2_audit.md index 095ab64..ed95dd1 100644 --- a/docs/metalctlv2_audit.md +++ b/docs/metalctlv2_audit.md @@ -20,7 +20,7 @@ read api audit traces of a tenant -c, --config string alternative config file path, (default is ~/.metal-stack/config.yaml) --debug debug output --force-color force colored output even without tty - -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact. (default "table") + -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact (for apply, create, update, delete commands from file the raw output formatters must be used). (default "table") --template string output template for template output-format, go template format. For property names inspect the output of -o json or -o yaml for reference. --timeout duration request timeout used for api requests ``` diff --git a/docs/metalctlv2_audit_describe.md b/docs/metalctlv2_audit_describe.md index 23e1905..cc382a5 100644 --- a/docs/metalctlv2_audit_describe.md +++ b/docs/metalctlv2_audit_describe.md @@ -23,7 +23,7 @@ metalctlv2 audit describe [flags] -c, --config string alternative config file path, (default is ~/.metal-stack/config.yaml) --debug debug output --force-color force colored output even without tty - -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact. (default "table") + -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact (for apply, create, update, delete commands from file the raw output formatters must be used). (default "table") --template string output template for template output-format, go template format. For property names inspect the output of -o json or -o yaml for reference. --timeout duration request timeout used for api requests ``` diff --git a/docs/metalctlv2_audit_list.md b/docs/metalctlv2_audit_list.md index 3506d75..79189f7 100644 --- a/docs/metalctlv2_audit_list.md +++ b/docs/metalctlv2_audit_list.md @@ -34,7 +34,7 @@ metalctlv2 audit list [flags] -c, --config string alternative config file path, (default is ~/.metal-stack/config.yaml) --debug debug output --force-color force colored output even without tty - -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact. (default "table") + -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact (for apply, create, update, delete commands from file the raw output formatters must be used). (default "table") --template string output template for template output-format, go template format. For property names inspect the output of -o json or -o yaml for reference. --timeout duration request timeout used for api requests ``` diff --git a/docs/metalctlv2_completion.md b/docs/metalctlv2_completion.md index 5b5f52f..773da84 100644 --- a/docs/metalctlv2_completion.md +++ b/docs/metalctlv2_completion.md @@ -22,7 +22,7 @@ See each sub-command's help for details on how to use the generated script. -c, --config string alternative config file path, (default is ~/.metal-stack/config.yaml) --debug debug output --force-color force colored output even without tty - -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact. (default "table") + -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact (for apply, create, update, delete commands from file the raw output formatters must be used). (default "table") --template string output template for template output-format, go template format. For property names inspect the output of -o json or -o yaml for reference. --timeout duration request timeout used for api requests ``` diff --git a/docs/metalctlv2_completion_bash.md b/docs/metalctlv2_completion_bash.md index 6b43f93..38a1ede 100644 --- a/docs/metalctlv2_completion_bash.md +++ b/docs/metalctlv2_completion_bash.md @@ -45,7 +45,7 @@ metalctlv2 completion bash -c, --config string alternative config file path, (default is ~/.metal-stack/config.yaml) --debug debug output --force-color force colored output even without tty - -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact. (default "table") + -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact (for apply, create, update, delete commands from file the raw output formatters must be used). (default "table") --template string output template for template output-format, go template format. For property names inspect the output of -o json or -o yaml for reference. --timeout duration request timeout used for api requests ``` diff --git a/docs/metalctlv2_completion_fish.md b/docs/metalctlv2_completion_fish.md index 14547e6..69657e7 100644 --- a/docs/metalctlv2_completion_fish.md +++ b/docs/metalctlv2_completion_fish.md @@ -36,7 +36,7 @@ metalctlv2 completion fish [flags] -c, --config string alternative config file path, (default is ~/.metal-stack/config.yaml) --debug debug output --force-color force colored output even without tty - -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact. (default "table") + -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact (for apply, create, update, delete commands from file the raw output formatters must be used). (default "table") --template string output template for template output-format, go template format. For property names inspect the output of -o json or -o yaml for reference. --timeout duration request timeout used for api requests ``` diff --git a/docs/metalctlv2_completion_powershell.md b/docs/metalctlv2_completion_powershell.md index bc60343..6b9c650 100644 --- a/docs/metalctlv2_completion_powershell.md +++ b/docs/metalctlv2_completion_powershell.md @@ -33,7 +33,7 @@ metalctlv2 completion powershell [flags] -c, --config string alternative config file path, (default is ~/.metal-stack/config.yaml) --debug debug output --force-color force colored output even without tty - -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact. (default "table") + -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact (for apply, create, update, delete commands from file the raw output formatters must be used). (default "table") --template string output template for template output-format, go template format. For property names inspect the output of -o json or -o yaml for reference. --timeout duration request timeout used for api requests ``` diff --git a/docs/metalctlv2_completion_zsh.md b/docs/metalctlv2_completion_zsh.md index 4d9a9eb..9ba9e8e 100644 --- a/docs/metalctlv2_completion_zsh.md +++ b/docs/metalctlv2_completion_zsh.md @@ -47,7 +47,7 @@ metalctlv2 completion zsh [flags] -c, --config string alternative config file path, (default is ~/.metal-stack/config.yaml) --debug debug output --force-color force colored output even without tty - -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact. (default "table") + -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact (for apply, create, update, delete commands from file the raw output formatters must be used). (default "table") --template string output template for template output-format, go template format. For property names inspect the output of -o json or -o yaml for reference. --timeout duration request timeout used for api requests ``` diff --git a/docs/metalctlv2_context.md b/docs/metalctlv2_context.md index b07774e..0f0e0b1 100644 --- a/docs/metalctlv2_context.md +++ b/docs/metalctlv2_context.md @@ -24,7 +24,7 @@ metalctlv2 context [flags] -c, --config string alternative config file path, (default is ~/.metal-stack/config.yaml) --debug debug output --force-color force colored output even without tty - -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact. (default "table") + -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact (for apply, create, update, delete commands from file the raw output formatters must be used). (default "table") --template string output template for template output-format, go template format. For property names inspect the output of -o json or -o yaml for reference. --timeout duration request timeout used for api requests ``` diff --git a/docs/metalctlv2_context_add.md b/docs/metalctlv2_context_add.md index d60a35c..68ff412 100644 --- a/docs/metalctlv2_context_add.md +++ b/docs/metalctlv2_context_add.md @@ -24,7 +24,7 @@ metalctlv2 context add [flags] -c, --config string alternative config file path, (default is ~/.metal-stack/config.yaml) --debug debug output --force-color force colored output even without tty - -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact. (default "table") + -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact (for apply, create, update, delete commands from file the raw output formatters must be used). (default "table") --template string output template for template output-format, go template format. For property names inspect the output of -o json or -o yaml for reference. ``` diff --git a/docs/metalctlv2_context_list.md b/docs/metalctlv2_context_list.md index a3f6421..6033cd2 100644 --- a/docs/metalctlv2_context_list.md +++ b/docs/metalctlv2_context_list.md @@ -20,7 +20,7 @@ metalctlv2 context list [flags] -c, --config string alternative config file path, (default is ~/.metal-stack/config.yaml) --debug debug output --force-color force colored output even without tty - -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact. (default "table") + -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact (for apply, create, update, delete commands from file the raw output formatters must be used). (default "table") --template string output template for template output-format, go template format. For property names inspect the output of -o json or -o yaml for reference. --timeout duration request timeout used for api requests ``` diff --git a/docs/metalctlv2_context_remove.md b/docs/metalctlv2_context_remove.md index 61118c7..478c662 100644 --- a/docs/metalctlv2_context_remove.md +++ b/docs/metalctlv2_context_remove.md @@ -20,7 +20,7 @@ metalctlv2 context remove [flags] -c, --config string alternative config file path, (default is ~/.metal-stack/config.yaml) --debug debug output --force-color force colored output even without tty - -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact. (default "table") + -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact (for apply, create, update, delete commands from file the raw output formatters must be used). (default "table") --template string output template for template output-format, go template format. For property names inspect the output of -o json or -o yaml for reference. --timeout duration request timeout used for api requests ``` diff --git a/docs/metalctlv2_context_set-project.md b/docs/metalctlv2_context_set-project.md index 98a9fa5..b3a18a2 100644 --- a/docs/metalctlv2_context_set-project.md +++ b/docs/metalctlv2_context_set-project.md @@ -20,7 +20,7 @@ metalctlv2 context set-project [flags] -c, --config string alternative config file path, (default is ~/.metal-stack/config.yaml) --debug debug output --force-color force colored output even without tty - -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact. (default "table") + -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact (for apply, create, update, delete commands from file the raw output formatters must be used). (default "table") --template string output template for template output-format, go template format. For property names inspect the output of -o json or -o yaml for reference. --timeout duration request timeout used for api requests ``` diff --git a/docs/metalctlv2_context_show-current.md b/docs/metalctlv2_context_show-current.md index cd27cd9..6146f5b 100644 --- a/docs/metalctlv2_context_show-current.md +++ b/docs/metalctlv2_context_show-current.md @@ -20,7 +20,7 @@ metalctlv2 context show-current [flags] -c, --config string alternative config file path, (default is ~/.metal-stack/config.yaml) --debug debug output --force-color force colored output even without tty - -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact. (default "table") + -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact (for apply, create, update, delete commands from file the raw output formatters must be used). (default "table") --template string output template for template output-format, go template format. For property names inspect the output of -o json or -o yaml for reference. --timeout duration request timeout used for api requests ``` diff --git a/docs/metalctlv2_context_switch.md b/docs/metalctlv2_context_switch.md index 09177e5..0eb28a8 100644 --- a/docs/metalctlv2_context_switch.md +++ b/docs/metalctlv2_context_switch.md @@ -24,7 +24,7 @@ metalctlv2 context switch [flags] -c, --config string alternative config file path, (default is ~/.metal-stack/config.yaml) --debug debug output --force-color force colored output even without tty - -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact. (default "table") + -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact (for apply, create, update, delete commands from file the raw output formatters must be used). (default "table") --template string output template for template output-format, go template format. For property names inspect the output of -o json or -o yaml for reference. --timeout duration request timeout used for api requests ``` diff --git a/docs/metalctlv2_context_update.md b/docs/metalctlv2_context_update.md index 0908bd5..393da6d 100644 --- a/docs/metalctlv2_context_update.md +++ b/docs/metalctlv2_context_update.md @@ -24,7 +24,7 @@ metalctlv2 context update [flags] -c, --config string alternative config file path, (default is ~/.metal-stack/config.yaml) --debug debug output --force-color force colored output even without tty - -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact. (default "table") + -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact (for apply, create, update, delete commands from file the raw output formatters must be used). (default "table") --template string output template for template output-format, go template format. For property names inspect the output of -o json or -o yaml for reference. ``` diff --git a/docs/metalctlv2_health.md b/docs/metalctlv2_health.md index 99a96b4..4e607ee 100644 --- a/docs/metalctlv2_health.md +++ b/docs/metalctlv2_health.md @@ -24,7 +24,7 @@ metalctlv2 health [flags] -c, --config string alternative config file path, (default is ~/.metal-stack/config.yaml) --debug debug output --force-color force colored output even without tty - -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact. (default "table") + -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact (for apply, create, update, delete commands from file the raw output formatters must be used). (default "table") --template string output template for template output-format, go template format. For property names inspect the output of -o json or -o yaml for reference. --timeout duration request timeout used for api requests ``` diff --git a/docs/metalctlv2_image.md b/docs/metalctlv2_image.md index e55d75d..7f1e495 100644 --- a/docs/metalctlv2_image.md +++ b/docs/metalctlv2_image.md @@ -20,7 +20,7 @@ manage images which are used to be installed on machines and firewalls -c, --config string alternative config file path, (default is ~/.metal-stack/config.yaml) --debug debug output --force-color force colored output even without tty - -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact. (default "table") + -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact (for apply, create, update, delete commands from file the raw output formatters must be used). (default "table") --template string output template for template output-format, go template format. For property names inspect the output of -o json or -o yaml for reference. --timeout duration request timeout used for api requests ``` diff --git a/docs/metalctlv2_image_describe.md b/docs/metalctlv2_image_describe.md index ae89061..aed8321 100644 --- a/docs/metalctlv2_image_describe.md +++ b/docs/metalctlv2_image_describe.md @@ -20,7 +20,7 @@ metalctlv2 image describe [flags] -c, --config string alternative config file path, (default is ~/.metal-stack/config.yaml) --debug debug output --force-color force colored output even without tty - -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact. (default "table") + -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact (for apply, create, update, delete commands from file the raw output formatters must be used). (default "table") --template string output template for template output-format, go template format. For property names inspect the output of -o json or -o yaml for reference. --timeout duration request timeout used for api requests ``` diff --git a/docs/metalctlv2_image_latest.md b/docs/metalctlv2_image_latest.md index 9a12e52..73d363f 100644 --- a/docs/metalctlv2_image_latest.md +++ b/docs/metalctlv2_image_latest.md @@ -21,7 +21,7 @@ metalctlv2 image latest [flags] -c, --config string alternative config file path, (default is ~/.metal-stack/config.yaml) --debug debug output --force-color force colored output even without tty - -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact. (default "table") + -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact (for apply, create, update, delete commands from file the raw output formatters must be used). (default "table") --template string output template for template output-format, go template format. For property names inspect the output of -o json or -o yaml for reference. --timeout duration request timeout used for api requests ``` diff --git a/docs/metalctlv2_image_list.md b/docs/metalctlv2_image_list.md index 36af421..b1764ab 100644 --- a/docs/metalctlv2_image_list.md +++ b/docs/metalctlv2_image_list.md @@ -26,7 +26,7 @@ metalctlv2 image list [flags] -c, --config string alternative config file path, (default is ~/.metal-stack/config.yaml) --debug debug output --force-color force colored output even without tty - -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact. (default "table") + -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact (for apply, create, update, delete commands from file the raw output formatters must be used). (default "table") --template string output template for template output-format, go template format. For property names inspect the output of -o json or -o yaml for reference. --timeout duration request timeout used for api requests ``` diff --git a/docs/metalctlv2_ip.md b/docs/metalctlv2_ip.md index 401c938..afd5d6f 100644 --- a/docs/metalctlv2_ip.md +++ b/docs/metalctlv2_ip.md @@ -20,7 +20,7 @@ an ip address of metal-stack.io -c, --config string alternative config file path, (default is ~/.metal-stack/config.yaml) --debug debug output --force-color force colored output even without tty - -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact. (default "table") + -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact (for apply, create, update, delete commands from file the raw output formatters must be used). (default "table") --template string output template for template output-format, go template format. For property names inspect the output of -o json or -o yaml for reference. --timeout duration request timeout used for api requests ``` diff --git a/docs/metalctlv2_ip_apply.md b/docs/metalctlv2_ip_apply.md index 088a6d8..91652d5 100644 --- a/docs/metalctlv2_ip_apply.md +++ b/docs/metalctlv2_ip_apply.md @@ -35,7 +35,7 @@ metalctlv2 ip apply [flags] -c, --config string alternative config file path, (default is ~/.metal-stack/config.yaml) --debug debug output --force-color force colored output even without tty - -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact. (default "table") + -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact (for apply, create, update, delete commands from file the raw output formatters must be used). (default "table") --template string output template for template output-format, go template format. For property names inspect the output of -o json or -o yaml for reference. --timeout duration request timeout used for api requests ``` diff --git a/docs/metalctlv2_ip_create.md b/docs/metalctlv2_ip_create.md index 5055893..0e493c3 100644 --- a/docs/metalctlv2_ip_create.md +++ b/docs/metalctlv2_ip_create.md @@ -25,12 +25,12 @@ metalctlv2 ip create [flags] the file can also contain multiple documents and perform a bulk operation. -h, --help help for create + --labels strings labels to add to the ip --name string name of the ip -n, --network string network from which the ip should get created -p, --project string project of the ip --skip-security-prompts skips security prompt for bulk operations --static make this ip static - --tags strings tags to add to the ip --timestamps when used with --file (bulk operation): prints timestamps in-between the operations ``` @@ -42,7 +42,7 @@ metalctlv2 ip create [flags] -c, --config string alternative config file path, (default is ~/.metal-stack/config.yaml) --debug debug output --force-color force colored output even without tty - -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact. (default "table") + -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact (for apply, create, update, delete commands from file the raw output formatters must be used). (default "table") --template string output template for template output-format, go template format. For property names inspect the output of -o json or -o yaml for reference. --timeout duration request timeout used for api requests ``` diff --git a/docs/metalctlv2_ip_delete.md b/docs/metalctlv2_ip_delete.md index 61d0290..1e113d3 100644 --- a/docs/metalctlv2_ip_delete.md +++ b/docs/metalctlv2_ip_delete.md @@ -36,7 +36,7 @@ metalctlv2 ip delete [flags] -c, --config string alternative config file path, (default is ~/.metal-stack/config.yaml) --debug debug output --force-color force colored output even without tty - -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact. (default "table") + -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact (for apply, create, update, delete commands from file the raw output formatters must be used). (default "table") --template string output template for template output-format, go template format. For property names inspect the output of -o json or -o yaml for reference. --timeout duration request timeout used for api requests ``` diff --git a/docs/metalctlv2_ip_describe.md b/docs/metalctlv2_ip_describe.md index aae77b5..b206813 100644 --- a/docs/metalctlv2_ip_describe.md +++ b/docs/metalctlv2_ip_describe.md @@ -21,7 +21,7 @@ metalctlv2 ip describe [flags] -c, --config string alternative config file path, (default is ~/.metal-stack/config.yaml) --debug debug output --force-color force colored output even without tty - -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact. (default "table") + -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact (for apply, create, update, delete commands from file the raw output formatters must be used). (default "table") --template string output template for template output-format, go template format. For property names inspect the output of -o json or -o yaml for reference. --timeout duration request timeout used for api requests ``` diff --git a/docs/metalctlv2_ip_edit.md b/docs/metalctlv2_ip_edit.md index a9a9622..e362f7e 100644 --- a/docs/metalctlv2_ip_edit.md +++ b/docs/metalctlv2_ip_edit.md @@ -20,7 +20,7 @@ metalctlv2 ip edit [flags] -c, --config string alternative config file path, (default is ~/.metal-stack/config.yaml) --debug debug output --force-color force colored output even without tty - -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact. (default "table") + -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact (for apply, create, update, delete commands from file the raw output formatters must be used). (default "table") --template string output template for template output-format, go template format. For property names inspect the output of -o json or -o yaml for reference. --timeout duration request timeout used for api requests ``` diff --git a/docs/metalctlv2_ip_list.md b/docs/metalctlv2_ip_list.md index 37cde45..1ac5a43 100644 --- a/docs/metalctlv2_ip_list.md +++ b/docs/metalctlv2_ip_list.md @@ -22,7 +22,7 @@ metalctlv2 ip list [flags] -c, --config string alternative config file path, (default is ~/.metal-stack/config.yaml) --debug debug output --force-color force colored output even without tty - -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact. (default "table") + -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact (for apply, create, update, delete commands from file the raw output formatters must be used). (default "table") --template string output template for template output-format, go template format. For property names inspect the output of -o json or -o yaml for reference. --timeout duration request timeout used for api requests ``` diff --git a/docs/metalctlv2_ip_update.md b/docs/metalctlv2_ip_update.md index db9ca66..e3d0d1f 100644 --- a/docs/metalctlv2_ip_update.md +++ b/docs/metalctlv2_ip_update.md @@ -9,27 +9,28 @@ metalctlv2 ip update [flags] ### Options ``` - --bulk-output when used with --file (bulk operation): prints results at the end as a list. default is printing results intermediately during the operation, which causes single entities to be printed in a row. - --description string description of the ip - -f, --file string filename of the create or update request in yaml format, or - for stdin. - - Example: - $ metalctlv2 ip describe ip-1 -o yaml > ip.yaml - $ vi ip.yaml - $ # either via stdin - $ cat ip.yaml | metalctlv2 ip update -f - - $ # or via file - $ metalctlv2 ip update -f ip.yaml - - the file can also contain multiple documents and perform a bulk operation. - - -h, --help help for update - --name string name of the ip - -p, --project string project of the ip - --skip-security-prompts skips security prompt for bulk operations - --static make this ip static - --tags strings tags of the ip - --timestamps when used with --file (bulk operation): prints timestamps in-between the operations + --bulk-output when used with --file (bulk operation): prints results at the end as a list. default is printing results intermediately during the operation, which causes single entities to be printed in a row. + --description string description of the ip + -f, --file string filename of the create or update request in yaml format, or - for stdin. + + Example: + $ metalctlv2 ip describe ip-1 -o yaml > ip.yaml + $ vi ip.yaml + $ # either via stdin + $ cat ip.yaml | metalctlv2 ip update -f - + $ # or via file + $ metalctlv2 ip update -f ip.yaml + + the file can also contain multiple documents and perform a bulk operation. + + -h, --help help for update + --labels stringArray adds (or edits) the volume labels in the form of = + --name string name of the ip + -p, --project string project of the ip + --remove-labels stringArray removes the volume labels with the given key + --skip-security-prompts skips security prompt for bulk operations + --static make this ip static + --timestamps when used with --file (bulk operation): prints timestamps in-between the operations ``` ### Options inherited from parent commands @@ -40,7 +41,7 @@ metalctlv2 ip update [flags] -c, --config string alternative config file path, (default is ~/.metal-stack/config.yaml) --debug debug output --force-color force colored output even without tty - -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact. (default "table") + -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact (for apply, create, update, delete commands from file the raw output formatters must be used). (default "table") --template string output template for template output-format, go template format. For property names inspect the output of -o json or -o yaml for reference. --timeout duration request timeout used for api requests ``` diff --git a/docs/metalctlv2_login.md b/docs/metalctlv2_login.md index 28e50a8..e961c52 100644 --- a/docs/metalctlv2_login.md +++ b/docs/metalctlv2_login.md @@ -22,7 +22,7 @@ metalctlv2 login [flags] -c, --config string alternative config file path, (default is ~/.metal-stack/config.yaml) --debug debug output --force-color force colored output even without tty - -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact. (default "table") + -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact (for apply, create, update, delete commands from file the raw output formatters must be used). (default "table") --template string output template for template output-format, go template format. For property names inspect the output of -o json or -o yaml for reference. --timeout duration request timeout used for api requests ``` diff --git a/docs/metalctlv2_logout.md b/docs/metalctlv2_logout.md index bc7f032..560a2a4 100644 --- a/docs/metalctlv2_logout.md +++ b/docs/metalctlv2_logout.md @@ -22,7 +22,7 @@ metalctlv2 logout [flags] -c, --config string alternative config file path, (default is ~/.metal-stack/config.yaml) --debug debug output --force-color force colored output even without tty - -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact. (default "table") + -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact (for apply, create, update, delete commands from file the raw output formatters must be used). (default "table") --template string output template for template output-format, go template format. For property names inspect the output of -o json or -o yaml for reference. --timeout duration request timeout used for api requests ``` diff --git a/docs/metalctlv2_markdown.md b/docs/metalctlv2_markdown.md index cd98b36..c298007 100644 --- a/docs/metalctlv2_markdown.md +++ b/docs/metalctlv2_markdown.md @@ -20,7 +20,7 @@ metalctlv2 markdown [flags] -c, --config string alternative config file path, (default is ~/.metal-stack/config.yaml) --debug debug output --force-color force colored output even without tty - -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact. (default "table") + -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact (for apply, create, update, delete commands from file the raw output formatters must be used). (default "table") --template string output template for template output-format, go template format. For property names inspect the output of -o json or -o yaml for reference. --timeout duration request timeout used for api requests ``` diff --git a/docs/metalctlv2_project.md b/docs/metalctlv2_project.md index 164d3d2..f356a7e 100644 --- a/docs/metalctlv2_project.md +++ b/docs/metalctlv2_project.md @@ -20,7 +20,7 @@ manage api projects -c, --config string alternative config file path, (default is ~/.metal-stack/config.yaml) --debug debug output --force-color force colored output even without tty - -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact. (default "table") + -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact (for apply, create, update, delete commands from file the raw output formatters must be used). (default "table") --template string output template for template output-format, go template format. For property names inspect the output of -o json or -o yaml for reference. --timeout duration request timeout used for api requests ``` diff --git a/docs/metalctlv2_project_apply.md b/docs/metalctlv2_project_apply.md index a5b3eb5..1afdee1 100644 --- a/docs/metalctlv2_project_apply.md +++ b/docs/metalctlv2_project_apply.md @@ -35,7 +35,7 @@ metalctlv2 project apply [flags] -c, --config string alternative config file path, (default is ~/.metal-stack/config.yaml) --debug debug output --force-color force colored output even without tty - -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact. (default "table") + -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact (for apply, create, update, delete commands from file the raw output formatters must be used). (default "table") --template string output template for template output-format, go template format. For property names inspect the output of -o json or -o yaml for reference. --timeout duration request timeout used for api requests ``` diff --git a/docs/metalctlv2_project_create.md b/docs/metalctlv2_project_create.md index 09322ed..f7e7df1 100644 --- a/docs/metalctlv2_project_create.md +++ b/docs/metalctlv2_project_create.md @@ -38,7 +38,7 @@ metalctlv2 project create [flags] -c, --config string alternative config file path, (default is ~/.metal-stack/config.yaml) --debug debug output --force-color force colored output even without tty - -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact. (default "table") + -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact (for apply, create, update, delete commands from file the raw output formatters must be used). (default "table") --template string output template for template output-format, go template format. For property names inspect the output of -o json or -o yaml for reference. --timeout duration request timeout used for api requests ``` diff --git a/docs/metalctlv2_project_delete.md b/docs/metalctlv2_project_delete.md index 2df90b6..bd68477 100644 --- a/docs/metalctlv2_project_delete.md +++ b/docs/metalctlv2_project_delete.md @@ -35,7 +35,7 @@ metalctlv2 project delete [flags] -c, --config string alternative config file path, (default is ~/.metal-stack/config.yaml) --debug debug output --force-color force colored output even without tty - -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact. (default "table") + -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact (for apply, create, update, delete commands from file the raw output formatters must be used). (default "table") --template string output template for template output-format, go template format. For property names inspect the output of -o json or -o yaml for reference. --timeout duration request timeout used for api requests ``` diff --git a/docs/metalctlv2_project_describe.md b/docs/metalctlv2_project_describe.md index 1173530..14a5ecc 100644 --- a/docs/metalctlv2_project_describe.md +++ b/docs/metalctlv2_project_describe.md @@ -20,7 +20,7 @@ metalctlv2 project describe [flags] -c, --config string alternative config file path, (default is ~/.metal-stack/config.yaml) --debug debug output --force-color force colored output even without tty - -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact. (default "table") + -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact (for apply, create, update, delete commands from file the raw output formatters must be used). (default "table") --template string output template for template output-format, go template format. For property names inspect the output of -o json or -o yaml for reference. --timeout duration request timeout used for api requests ``` diff --git a/docs/metalctlv2_project_edit.md b/docs/metalctlv2_project_edit.md index 33f4d77..eaa80eb 100644 --- a/docs/metalctlv2_project_edit.md +++ b/docs/metalctlv2_project_edit.md @@ -20,7 +20,7 @@ metalctlv2 project edit [flags] -c, --config string alternative config file path, (default is ~/.metal-stack/config.yaml) --debug debug output --force-color force colored output even without tty - -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact. (default "table") + -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact (for apply, create, update, delete commands from file the raw output formatters must be used). (default "table") --template string output template for template output-format, go template format. For property names inspect the output of -o json or -o yaml for reference. --timeout duration request timeout used for api requests ``` diff --git a/docs/metalctlv2_project_invite.md b/docs/metalctlv2_project_invite.md index 9610fbf..bfcce95 100644 --- a/docs/metalctlv2_project_invite.md +++ b/docs/metalctlv2_project_invite.md @@ -16,7 +16,7 @@ manage project invites -c, --config string alternative config file path, (default is ~/.metal-stack/config.yaml) --debug debug output --force-color force colored output even without tty - -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact. (default "table") + -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact (for apply, create, update, delete commands from file the raw output formatters must be used). (default "table") --template string output template for template output-format, go template format. For property names inspect the output of -o json or -o yaml for reference. --timeout duration request timeout used for api requests ``` diff --git a/docs/metalctlv2_project_invite_delete.md b/docs/metalctlv2_project_invite_delete.md index 48e643d..963bcf4 100644 --- a/docs/metalctlv2_project_invite_delete.md +++ b/docs/metalctlv2_project_invite_delete.md @@ -21,7 +21,7 @@ metalctlv2 project invite delete [flags] -c, --config string alternative config file path, (default is ~/.metal-stack/config.yaml) --debug debug output --force-color force colored output even without tty - -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact. (default "table") + -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact (for apply, create, update, delete commands from file the raw output formatters must be used). (default "table") --template string output template for template output-format, go template format. For property names inspect the output of -o json or -o yaml for reference. --timeout duration request timeout used for api requests ``` diff --git a/docs/metalctlv2_project_invite_generate-join-secret.md b/docs/metalctlv2_project_invite_generate-join-secret.md index 273cb5c..4fb7432 100644 --- a/docs/metalctlv2_project_invite_generate-join-secret.md +++ b/docs/metalctlv2_project_invite_generate-join-secret.md @@ -22,7 +22,7 @@ metalctlv2 project invite generate-join-secret [flags] -c, --config string alternative config file path, (default is ~/.metal-stack/config.yaml) --debug debug output --force-color force colored output even without tty - -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact. (default "table") + -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact (for apply, create, update, delete commands from file the raw output formatters must be used). (default "table") --template string output template for template output-format, go template format. For property names inspect the output of -o json or -o yaml for reference. --timeout duration request timeout used for api requests ``` diff --git a/docs/metalctlv2_project_invite_list.md b/docs/metalctlv2_project_invite_list.md index 80dfd85..a319ffc 100644 --- a/docs/metalctlv2_project_invite_list.md +++ b/docs/metalctlv2_project_invite_list.md @@ -22,7 +22,7 @@ metalctlv2 project invite list [flags] -c, --config string alternative config file path, (default is ~/.metal-stack/config.yaml) --debug debug output --force-color force colored output even without tty - -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact. (default "table") + -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact (for apply, create, update, delete commands from file the raw output formatters must be used). (default "table") --template string output template for template output-format, go template format. For property names inspect the output of -o json or -o yaml for reference. --timeout duration request timeout used for api requests ``` diff --git a/docs/metalctlv2_project_join.md b/docs/metalctlv2_project_join.md index fdf2be0..945f19f 100644 --- a/docs/metalctlv2_project_join.md +++ b/docs/metalctlv2_project_join.md @@ -20,7 +20,7 @@ metalctlv2 project join [flags] -c, --config string alternative config file path, (default is ~/.metal-stack/config.yaml) --debug debug output --force-color force colored output even without tty - -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact. (default "table") + -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact (for apply, create, update, delete commands from file the raw output formatters must be used). (default "table") --template string output template for template output-format, go template format. For property names inspect the output of -o json or -o yaml for reference. --timeout duration request timeout used for api requests ``` diff --git a/docs/metalctlv2_project_list.md b/docs/metalctlv2_project_list.md index edbba1a..8c956df 100644 --- a/docs/metalctlv2_project_list.md +++ b/docs/metalctlv2_project_list.md @@ -23,7 +23,7 @@ metalctlv2 project list [flags] -c, --config string alternative config file path, (default is ~/.metal-stack/config.yaml) --debug debug output --force-color force colored output even without tty - -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact. (default "table") + -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact (for apply, create, update, delete commands from file the raw output formatters must be used). (default "table") --template string output template for template output-format, go template format. For property names inspect the output of -o json or -o yaml for reference. --timeout duration request timeout used for api requests ``` diff --git a/docs/metalctlv2_project_member.md b/docs/metalctlv2_project_member.md index 4e5d082..5a3497d 100644 --- a/docs/metalctlv2_project_member.md +++ b/docs/metalctlv2_project_member.md @@ -16,7 +16,7 @@ manage project members -c, --config string alternative config file path, (default is ~/.metal-stack/config.yaml) --debug debug output --force-color force colored output even without tty - -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact. (default "table") + -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact (for apply, create, update, delete commands from file the raw output formatters must be used). (default "table") --template string output template for template output-format, go template format. For property names inspect the output of -o json or -o yaml for reference. --timeout duration request timeout used for api requests ``` diff --git a/docs/metalctlv2_project_member_delete.md b/docs/metalctlv2_project_member_delete.md index 962cd54..b45509b 100644 --- a/docs/metalctlv2_project_member_delete.md +++ b/docs/metalctlv2_project_member_delete.md @@ -21,7 +21,7 @@ metalctlv2 project member delete [flags] -c, --config string alternative config file path, (default is ~/.metal-stack/config.yaml) --debug debug output --force-color force colored output even without tty - -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact. (default "table") + -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact (for apply, create, update, delete commands from file the raw output formatters must be used). (default "table") --template string output template for template output-format, go template format. For property names inspect the output of -o json or -o yaml for reference. --timeout duration request timeout used for api requests ``` diff --git a/docs/metalctlv2_project_member_list.md b/docs/metalctlv2_project_member_list.md index d05e2a7..5527476 100644 --- a/docs/metalctlv2_project_member_list.md +++ b/docs/metalctlv2_project_member_list.md @@ -22,7 +22,7 @@ metalctlv2 project member list [flags] -c, --config string alternative config file path, (default is ~/.metal-stack/config.yaml) --debug debug output --force-color force colored output even without tty - -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact. (default "table") + -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact (for apply, create, update, delete commands from file the raw output formatters must be used). (default "table") --template string output template for template output-format, go template format. For property names inspect the output of -o json or -o yaml for reference. --timeout duration request timeout used for api requests ``` diff --git a/docs/metalctlv2_project_member_update.md b/docs/metalctlv2_project_member_update.md index 384f9b1..388d5ea 100644 --- a/docs/metalctlv2_project_member_update.md +++ b/docs/metalctlv2_project_member_update.md @@ -22,7 +22,7 @@ metalctlv2 project member update [flags] -c, --config string alternative config file path, (default is ~/.metal-stack/config.yaml) --debug debug output --force-color force colored output even without tty - -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact. (default "table") + -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact (for apply, create, update, delete commands from file the raw output formatters must be used). (default "table") --template string output template for template output-format, go template format. For property names inspect the output of -o json or -o yaml for reference. --timeout duration request timeout used for api requests ``` diff --git a/docs/metalctlv2_project_update.md b/docs/metalctlv2_project_update.md index 87ec7d5..979c4ff 100644 --- a/docs/metalctlv2_project_update.md +++ b/docs/metalctlv2_project_update.md @@ -37,7 +37,7 @@ metalctlv2 project update [flags] -c, --config string alternative config file path, (default is ~/.metal-stack/config.yaml) --debug debug output --force-color force colored output even without tty - -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact. (default "table") + -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact (for apply, create, update, delete commands from file the raw output formatters must be used). (default "table") --template string output template for template output-format, go template format. For property names inspect the output of -o json or -o yaml for reference. --timeout duration request timeout used for api requests ``` diff --git a/docs/metalctlv2_tenant.md b/docs/metalctlv2_tenant.md index 0007e09..6f76844 100644 --- a/docs/metalctlv2_tenant.md +++ b/docs/metalctlv2_tenant.md @@ -20,7 +20,7 @@ manage api tenants -c, --config string alternative config file path, (default is ~/.metal-stack/config.yaml) --debug debug output --force-color force colored output even without tty - -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact. (default "table") + -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact (for apply, create, update, delete commands from file the raw output formatters must be used). (default "table") --template string output template for template output-format, go template format. For property names inspect the output of -o json or -o yaml for reference. --timeout duration request timeout used for api requests ``` diff --git a/docs/metalctlv2_tenant_apply.md b/docs/metalctlv2_tenant_apply.md index 50670e4..8a6d93f 100644 --- a/docs/metalctlv2_tenant_apply.md +++ b/docs/metalctlv2_tenant_apply.md @@ -35,7 +35,7 @@ metalctlv2 tenant apply [flags] -c, --config string alternative config file path, (default is ~/.metal-stack/config.yaml) --debug debug output --force-color force colored output even without tty - -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact. (default "table") + -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact (for apply, create, update, delete commands from file the raw output formatters must be used). (default "table") --template string output template for template output-format, go template format. For property names inspect the output of -o json or -o yaml for reference. --timeout duration request timeout used for api requests ``` diff --git a/docs/metalctlv2_tenant_create.md b/docs/metalctlv2_tenant_create.md index 86f7da7..42fd2aa 100644 --- a/docs/metalctlv2_tenant_create.md +++ b/docs/metalctlv2_tenant_create.md @@ -39,7 +39,7 @@ metalctlv2 tenant create [flags] -c, --config string alternative config file path, (default is ~/.metal-stack/config.yaml) --debug debug output --force-color force colored output even without tty - -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact. (default "table") + -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact (for apply, create, update, delete commands from file the raw output formatters must be used). (default "table") --template string output template for template output-format, go template format. For property names inspect the output of -o json or -o yaml for reference. --timeout duration request timeout used for api requests ``` diff --git a/docs/metalctlv2_tenant_delete.md b/docs/metalctlv2_tenant_delete.md index 5a80b42..38ee3c2 100644 --- a/docs/metalctlv2_tenant_delete.md +++ b/docs/metalctlv2_tenant_delete.md @@ -35,7 +35,7 @@ metalctlv2 tenant delete [flags] -c, --config string alternative config file path, (default is ~/.metal-stack/config.yaml) --debug debug output --force-color force colored output even without tty - -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact. (default "table") + -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact (for apply, create, update, delete commands from file the raw output formatters must be used). (default "table") --template string output template for template output-format, go template format. For property names inspect the output of -o json or -o yaml for reference. --timeout duration request timeout used for api requests ``` diff --git a/docs/metalctlv2_tenant_describe.md b/docs/metalctlv2_tenant_describe.md index 5879c6d..7fb3c1c 100644 --- a/docs/metalctlv2_tenant_describe.md +++ b/docs/metalctlv2_tenant_describe.md @@ -20,7 +20,7 @@ metalctlv2 tenant describe [flags] -c, --config string alternative config file path, (default is ~/.metal-stack/config.yaml) --debug debug output --force-color force colored output even without tty - -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact. (default "table") + -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact (for apply, create, update, delete commands from file the raw output formatters must be used). (default "table") --template string output template for template output-format, go template format. For property names inspect the output of -o json or -o yaml for reference. --timeout duration request timeout used for api requests ``` diff --git a/docs/metalctlv2_tenant_edit.md b/docs/metalctlv2_tenant_edit.md index 483c901..466da36 100644 --- a/docs/metalctlv2_tenant_edit.md +++ b/docs/metalctlv2_tenant_edit.md @@ -20,7 +20,7 @@ metalctlv2 tenant edit [flags] -c, --config string alternative config file path, (default is ~/.metal-stack/config.yaml) --debug debug output --force-color force colored output even without tty - -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact. (default "table") + -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact (for apply, create, update, delete commands from file the raw output formatters must be used). (default "table") --template string output template for template output-format, go template format. For property names inspect the output of -o json or -o yaml for reference. --timeout duration request timeout used for api requests ``` diff --git a/docs/metalctlv2_tenant_invite.md b/docs/metalctlv2_tenant_invite.md index 16bea96..658268b 100644 --- a/docs/metalctlv2_tenant_invite.md +++ b/docs/metalctlv2_tenant_invite.md @@ -16,7 +16,7 @@ manage tenant invites -c, --config string alternative config file path, (default is ~/.metal-stack/config.yaml) --debug debug output --force-color force colored output even without tty - -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact. (default "table") + -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact (for apply, create, update, delete commands from file the raw output formatters must be used). (default "table") --template string output template for template output-format, go template format. For property names inspect the output of -o json or -o yaml for reference. --timeout duration request timeout used for api requests ``` diff --git a/docs/metalctlv2_tenant_invite_delete.md b/docs/metalctlv2_tenant_invite_delete.md index 10c8b20..e1d1b3c 100644 --- a/docs/metalctlv2_tenant_invite_delete.md +++ b/docs/metalctlv2_tenant_invite_delete.md @@ -21,7 +21,7 @@ metalctlv2 tenant invite delete [flags] -c, --config string alternative config file path, (default is ~/.metal-stack/config.yaml) --debug debug output --force-color force colored output even without tty - -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact. (default "table") + -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact (for apply, create, update, delete commands from file the raw output formatters must be used). (default "table") --template string output template for template output-format, go template format. For property names inspect the output of -o json or -o yaml for reference. --timeout duration request timeout used for api requests ``` diff --git a/docs/metalctlv2_tenant_invite_generate-join-secret.md b/docs/metalctlv2_tenant_invite_generate-join-secret.md index cf49ccc..be22cef 100644 --- a/docs/metalctlv2_tenant_invite_generate-join-secret.md +++ b/docs/metalctlv2_tenant_invite_generate-join-secret.md @@ -22,7 +22,7 @@ metalctlv2 tenant invite generate-join-secret [flags] -c, --config string alternative config file path, (default is ~/.metal-stack/config.yaml) --debug debug output --force-color force colored output even without tty - -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact. (default "table") + -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact (for apply, create, update, delete commands from file the raw output formatters must be used). (default "table") --template string output template for template output-format, go template format. For property names inspect the output of -o json or -o yaml for reference. --timeout duration request timeout used for api requests ``` diff --git a/docs/metalctlv2_tenant_invite_list.md b/docs/metalctlv2_tenant_invite_list.md index 72cb672..01b2cfa 100644 --- a/docs/metalctlv2_tenant_invite_list.md +++ b/docs/metalctlv2_tenant_invite_list.md @@ -22,7 +22,7 @@ metalctlv2 tenant invite list [flags] -c, --config string alternative config file path, (default is ~/.metal-stack/config.yaml) --debug debug output --force-color force colored output even without tty - -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact. (default "table") + -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact (for apply, create, update, delete commands from file the raw output formatters must be used). (default "table") --template string output template for template output-format, go template format. For property names inspect the output of -o json or -o yaml for reference. --timeout duration request timeout used for api requests ``` diff --git a/docs/metalctlv2_tenant_join.md b/docs/metalctlv2_tenant_join.md index 8f57bc9..fb48fe1 100644 --- a/docs/metalctlv2_tenant_join.md +++ b/docs/metalctlv2_tenant_join.md @@ -20,7 +20,7 @@ metalctlv2 tenant join [flags] -c, --config string alternative config file path, (default is ~/.metal-stack/config.yaml) --debug debug output --force-color force colored output even without tty - -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact. (default "table") + -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact (for apply, create, update, delete commands from file the raw output formatters must be used). (default "table") --template string output template for template output-format, go template format. For property names inspect the output of -o json or -o yaml for reference. --timeout duration request timeout used for api requests ``` diff --git a/docs/metalctlv2_tenant_list.md b/docs/metalctlv2_tenant_list.md index 863ec6e..ee7dae1 100644 --- a/docs/metalctlv2_tenant_list.md +++ b/docs/metalctlv2_tenant_list.md @@ -23,7 +23,7 @@ metalctlv2 tenant list [flags] -c, --config string alternative config file path, (default is ~/.metal-stack/config.yaml) --debug debug output --force-color force colored output even without tty - -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact. (default "table") + -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact (for apply, create, update, delete commands from file the raw output formatters must be used). (default "table") --template string output template for template output-format, go template format. For property names inspect the output of -o json or -o yaml for reference. --timeout duration request timeout used for api requests ``` diff --git a/docs/metalctlv2_tenant_member.md b/docs/metalctlv2_tenant_member.md index ebb53c4..8d119dc 100644 --- a/docs/metalctlv2_tenant_member.md +++ b/docs/metalctlv2_tenant_member.md @@ -16,7 +16,7 @@ manage tenant members -c, --config string alternative config file path, (default is ~/.metal-stack/config.yaml) --debug debug output --force-color force colored output even without tty - -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact. (default "table") + -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact (for apply, create, update, delete commands from file the raw output formatters must be used). (default "table") --template string output template for template output-format, go template format. For property names inspect the output of -o json or -o yaml for reference. --timeout duration request timeout used for api requests ``` diff --git a/docs/metalctlv2_tenant_member_list.md b/docs/metalctlv2_tenant_member_list.md index 1aff48c..b97fa91 100644 --- a/docs/metalctlv2_tenant_member_list.md +++ b/docs/metalctlv2_tenant_member_list.md @@ -22,7 +22,7 @@ metalctlv2 tenant member list [flags] -c, --config string alternative config file path, (default is ~/.metal-stack/config.yaml) --debug debug output --force-color force colored output even without tty - -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact. (default "table") + -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact (for apply, create, update, delete commands from file the raw output formatters must be used). (default "table") --template string output template for template output-format, go template format. For property names inspect the output of -o json or -o yaml for reference. --timeout duration request timeout used for api requests ``` diff --git a/docs/metalctlv2_tenant_member_remove.md b/docs/metalctlv2_tenant_member_remove.md index 5b2ceb5..830f05b 100644 --- a/docs/metalctlv2_tenant_member_remove.md +++ b/docs/metalctlv2_tenant_member_remove.md @@ -21,7 +21,7 @@ metalctlv2 tenant member remove [flags] -c, --config string alternative config file path, (default is ~/.metal-stack/config.yaml) --debug debug output --force-color force colored output even without tty - -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact. (default "table") + -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact (for apply, create, update, delete commands from file the raw output formatters must be used). (default "table") --template string output template for template output-format, go template format. For property names inspect the output of -o json or -o yaml for reference. --timeout duration request timeout used for api requests ``` diff --git a/docs/metalctlv2_tenant_member_update.md b/docs/metalctlv2_tenant_member_update.md index 3f66a9a..cf93cb7 100644 --- a/docs/metalctlv2_tenant_member_update.md +++ b/docs/metalctlv2_tenant_member_update.md @@ -22,7 +22,7 @@ metalctlv2 tenant member update [flags] -c, --config string alternative config file path, (default is ~/.metal-stack/config.yaml) --debug debug output --force-color force colored output even without tty - -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact. (default "table") + -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact (for apply, create, update, delete commands from file the raw output formatters must be used). (default "table") --template string output template for template output-format, go template format. For property names inspect the output of -o json or -o yaml for reference. --timeout duration request timeout used for api requests ``` diff --git a/docs/metalctlv2_tenant_update.md b/docs/metalctlv2_tenant_update.md index 768a568..433fb06 100644 --- a/docs/metalctlv2_tenant_update.md +++ b/docs/metalctlv2_tenant_update.md @@ -37,7 +37,7 @@ metalctlv2 tenant update [flags] -c, --config string alternative config file path, (default is ~/.metal-stack/config.yaml) --debug debug output --force-color force colored output even without tty - -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact. (default "table") + -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact (for apply, create, update, delete commands from file the raw output formatters must be used). (default "table") --template string output template for template output-format, go template format. For property names inspect the output of -o json or -o yaml for reference. --timeout duration request timeout used for api requests ``` diff --git a/docs/metalctlv2_token.md b/docs/metalctlv2_token.md index 01394f8..82cbe42 100644 --- a/docs/metalctlv2_token.md +++ b/docs/metalctlv2_token.md @@ -20,7 +20,7 @@ manage api tokens for accessing the metal-stack.io api -c, --config string alternative config file path, (default is ~/.metal-stack/config.yaml) --debug debug output --force-color force colored output even without tty - -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact. (default "table") + -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact (for apply, create, update, delete commands from file the raw output formatters must be used). (default "table") --template string output template for template output-format, go template format. For property names inspect the output of -o json or -o yaml for reference. --timeout duration request timeout used for api requests ``` diff --git a/docs/metalctlv2_token_apply.md b/docs/metalctlv2_token_apply.md index d622e45..72b2fee 100644 --- a/docs/metalctlv2_token_apply.md +++ b/docs/metalctlv2_token_apply.md @@ -35,7 +35,7 @@ metalctlv2 token apply [flags] -c, --config string alternative config file path, (default is ~/.metal-stack/config.yaml) --debug debug output --force-color force colored output even without tty - -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact. (default "table") + -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact (for apply, create, update, delete commands from file the raw output formatters must be used). (default "table") --template string output template for template output-format, go template format. For property names inspect the output of -o json or -o yaml for reference. --timeout duration request timeout used for api requests ``` diff --git a/docs/metalctlv2_token_create.md b/docs/metalctlv2_token_create.md index f9f33d1..f2bb26a 100644 --- a/docs/metalctlv2_token_create.md +++ b/docs/metalctlv2_token_create.md @@ -41,7 +41,7 @@ metalctlv2 token create [flags] -c, --config string alternative config file path, (default is ~/.metal-stack/config.yaml) --debug debug output --force-color force colored output even without tty - -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact. (default "table") + -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact (for apply, create, update, delete commands from file the raw output formatters must be used). (default "table") --template string output template for template output-format, go template format. For property names inspect the output of -o json or -o yaml for reference. --timeout duration request timeout used for api requests ``` diff --git a/docs/metalctlv2_token_delete.md b/docs/metalctlv2_token_delete.md index 6e72e28..6155756 100644 --- a/docs/metalctlv2_token_delete.md +++ b/docs/metalctlv2_token_delete.md @@ -35,7 +35,7 @@ metalctlv2 token delete [flags] -c, --config string alternative config file path, (default is ~/.metal-stack/config.yaml) --debug debug output --force-color force colored output even without tty - -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact. (default "table") + -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact (for apply, create, update, delete commands from file the raw output formatters must be used). (default "table") --template string output template for template output-format, go template format. For property names inspect the output of -o json or -o yaml for reference. --timeout duration request timeout used for api requests ``` diff --git a/docs/metalctlv2_token_describe.md b/docs/metalctlv2_token_describe.md index 2997b43..016694f 100644 --- a/docs/metalctlv2_token_describe.md +++ b/docs/metalctlv2_token_describe.md @@ -20,7 +20,7 @@ metalctlv2 token describe [flags] -c, --config string alternative config file path, (default is ~/.metal-stack/config.yaml) --debug debug output --force-color force colored output even without tty - -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact. (default "table") + -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact (for apply, create, update, delete commands from file the raw output formatters must be used). (default "table") --template string output template for template output-format, go template format. For property names inspect the output of -o json or -o yaml for reference. --timeout duration request timeout used for api requests ``` diff --git a/docs/metalctlv2_token_edit.md b/docs/metalctlv2_token_edit.md index 051ef01..77abfb8 100644 --- a/docs/metalctlv2_token_edit.md +++ b/docs/metalctlv2_token_edit.md @@ -20,7 +20,7 @@ metalctlv2 token edit [flags] -c, --config string alternative config file path, (default is ~/.metal-stack/config.yaml) --debug debug output --force-color force colored output even without tty - -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact. (default "table") + -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact (for apply, create, update, delete commands from file the raw output formatters must be used). (default "table") --template string output template for template output-format, go template format. For property names inspect the output of -o json or -o yaml for reference. --timeout duration request timeout used for api requests ``` diff --git a/docs/metalctlv2_token_list.md b/docs/metalctlv2_token_list.md index 64935de..6cdd69a 100644 --- a/docs/metalctlv2_token_list.md +++ b/docs/metalctlv2_token_list.md @@ -21,7 +21,7 @@ metalctlv2 token list [flags] -c, --config string alternative config file path, (default is ~/.metal-stack/config.yaml) --debug debug output --force-color force colored output even without tty - -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact. (default "table") + -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact (for apply, create, update, delete commands from file the raw output formatters must be used). (default "table") --template string output template for template output-format, go template format. For property names inspect the output of -o json or -o yaml for reference. --timeout duration request timeout used for api requests ``` diff --git a/docs/metalctlv2_token_update.md b/docs/metalctlv2_token_update.md index 24545a6..4055f11 100644 --- a/docs/metalctlv2_token_update.md +++ b/docs/metalctlv2_token_update.md @@ -35,7 +35,7 @@ metalctlv2 token update [flags] -c, --config string alternative config file path, (default is ~/.metal-stack/config.yaml) --debug debug output --force-color force colored output even without tty - -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact. (default "table") + -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact (for apply, create, update, delete commands from file the raw output formatters must be used). (default "table") --template string output template for template output-format, go template format. For property names inspect the output of -o json or -o yaml for reference. --timeout duration request timeout used for api requests ``` diff --git a/docs/metalctlv2_user.md b/docs/metalctlv2_user.md index 50677ce..c416e39 100644 --- a/docs/metalctlv2_user.md +++ b/docs/metalctlv2_user.md @@ -20,7 +20,7 @@ manage api users for accessing the metal-stack.io api -c, --config string alternative config file path, (default is ~/.metal-stack/config.yaml) --debug debug output --force-color force colored output even without tty - -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact. (default "table") + -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact (for apply, create, update, delete commands from file the raw output formatters must be used). (default "table") --template string output template for template output-format, go template format. For property names inspect the output of -o json or -o yaml for reference. --timeout duration request timeout used for api requests ``` diff --git a/docs/metalctlv2_user_describe.md b/docs/metalctlv2_user_describe.md index ddcbafa..9d994bd 100644 --- a/docs/metalctlv2_user_describe.md +++ b/docs/metalctlv2_user_describe.md @@ -20,7 +20,7 @@ metalctlv2 user describe [flags] -c, --config string alternative config file path, (default is ~/.metal-stack/config.yaml) --debug debug output --force-color force colored output even without tty - -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact. (default "table") + -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact (for apply, create, update, delete commands from file the raw output formatters must be used). (default "table") --template string output template for template output-format, go template format. For property names inspect the output of -o json or -o yaml for reference. --timeout duration request timeout used for api requests ``` diff --git a/docs/metalctlv2_version.md b/docs/metalctlv2_version.md index 8f98db6..40350c6 100644 --- a/docs/metalctlv2_version.md +++ b/docs/metalctlv2_version.md @@ -24,7 +24,7 @@ metalctlv2 version [flags] -c, --config string alternative config file path, (default is ~/.metal-stack/config.yaml) --debug debug output --force-color force colored output even without tty - -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact. (default "table") + -o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact (for apply, create, update, delete commands from file the raw output formatters must be used). (default "table") --template string output template for template output-format, go template format. For property names inspect the output of -o json or -o yaml for reference. --timeout duration request timeout used for api requests ``` diff --git a/go.mod b/go.mod index 2b5dd36..1b1a45a 100644 --- a/go.mod +++ b/go.mod @@ -9,7 +9,7 @@ require ( github.com/dustin/go-humanize v1.0.1 github.com/fatih/color v1.18.0 github.com/google/go-cmp v0.7.0 - github.com/metal-stack/api v0.0.58 + github.com/metal-stack/api v0.0.61 github.com/metal-stack/metal-lib v0.24.0 github.com/metal-stack/v v1.0.3 github.com/spf13/afero v1.15.0 @@ -17,13 +17,13 @@ require ( github.com/spf13/pflag v1.0.10 github.com/spf13/viper v1.21.0 github.com/stretchr/testify v1.11.1 - google.golang.org/grpc v1.79.1 + google.golang.org/grpc v1.79.3 google.golang.org/protobuf v1.36.11 sigs.k8s.io/yaml v1.6.0 ) require ( - buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.36.11-20260209202127-80ab13bee0bf.1 // indirect + buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.36.11-20260415201107-50325440f8f2.1 // indirect buf.build/go/protovalidate v1.1.3 // indirect cel.dev/expr v0.25.1 // indirect github.com/antlr4-go/antlr/v4 v4.13.1 // indirect @@ -40,10 +40,10 @@ require ( github.com/go-viper/mapstructure/v2 v2.5.0 // indirect github.com/goccy/go-yaml v1.19.2 // indirect github.com/golang-jwt/jwt/v5 v5.3.1 // indirect - github.com/google/cel-go v0.27.0 // indirect + github.com/google/cel-go v0.28.0 // indirect github.com/google/uuid v1.6.0 // indirect github.com/inconshreveable/mousetrap v1.1.0 // indirect - github.com/klauspost/compress v1.18.4 // indirect + github.com/klauspost/compress v1.18.5 // indirect github.com/klauspost/connect-compress/v2 v2.1.1 // indirect github.com/mattn/go-colorable v0.1.14 // indirect github.com/mattn/go-isatty v0.0.20 // indirect @@ -64,12 +64,12 @@ require ( go.mongodb.org/mongo-driver v1.17.9 // indirect go.yaml.in/yaml/v2 v2.4.3 // indirect go.yaml.in/yaml/v3 v3.0.4 // indirect - golang.org/x/exp v0.0.0-20260312153236-7ab1446f8b90 // indirect + golang.org/x/exp v0.0.0-20260410095643-746e56fc9e2f // indirect golang.org/x/net v0.50.0 // indirect golang.org/x/sys v0.41.0 // indirect - golang.org/x/text v0.35.0 // indirect - google.golang.org/genproto/googleapis/api v0.0.0-20260316180232-0b37fe3546d5 // indirect - google.golang.org/genproto/googleapis/rpc v0.0.0-20260316180232-0b37fe3546d5 // indirect + golang.org/x/text v0.36.0 // indirect + google.golang.org/genproto/googleapis/api v0.0.0-20260414002931-afd174a4e478 // indirect + google.golang.org/genproto/googleapis/rpc v0.0.0-20260414002931-afd174a4e478 // indirect gopkg.in/inf.v0 v0.9.1 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect k8s.io/apimachinery v0.35.1 // indirect diff --git a/go.sum b/go.sum index d420c4c..e09a265 100644 --- a/go.sum +++ b/go.sum @@ -1,5 +1,5 @@ -buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.36.11-20260209202127-80ab13bee0bf.1 h1:PMmTMyvHScV9Mn8wc6ASge9uRcHy0jtqPd+fM35LmsQ= -buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.36.11-20260209202127-80ab13bee0bf.1/go.mod h1:tvtbpgaVXZX4g6Pn+AnzFycuRK3MOz5HJfEGeEllXYM= +buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.36.11-20260415201107-50325440f8f2.1 h1:s6hzCXtND/ICdGPTMGk7C+/BFlr2Jg5GyH0NKf4XGXg= +buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.36.11-20260415201107-50325440f8f2.1/go.mod h1:tvtbpgaVXZX4g6Pn+AnzFycuRK3MOz5HJfEGeEllXYM= buf.build/go/protovalidate v1.1.3 h1:m2GVEgQWd7rk+vIoAZ+f0ygGjvQTuqPQapBBdcpWVPE= buf.build/go/protovalidate v1.1.3/go.mod h1:9XIuohWz+kj+9JVn3WQneHA5LZP50mjvneZMnbLkiIE= buf.build/go/protoyaml v0.6.0 h1:Nzz1lvcXF8YgNZXk+voPPwdU8FjDPTUV4ndNTXN0n2w= @@ -49,16 +49,16 @@ github.com/goccy/go-yaml v1.19.2 h1:PmFC1S6h8ljIz6gMRBopkjP1TVT7xuwrButHID66PoM= github.com/goccy/go-yaml v1.19.2/go.mod h1:XBurs7gK8ATbW4ZPGKgcbrY1Br56PdM69F7LkFRi1kA= github.com/golang-jwt/jwt/v5 v5.3.1 h1:kYf81DTWFe7t+1VvL7eS+jKFVWaUnK9cB1qbwn63YCY= github.com/golang-jwt/jwt/v5 v5.3.1/go.mod h1:fxCRLWMO43lRc8nhHWY6LGqRcf+1gQWArsqaEUEa5bE= -github.com/google/cel-go v0.27.0 h1:e7ih85+4qVrBuqQWTW4FKSqZYokVuc3HnhH5keboFTo= -github.com/google/cel-go v0.27.0/go.mod h1:tTJ11FWqnhw5KKpnWpvW9CJC3Y9GK4EIS0WXnBbebzw= +github.com/google/cel-go v0.28.0 h1:KjSWstCpz/MN5t4a8gnGJNIYUsJRpdi/r97xWDphIQc= +github.com/google/cel-go v0.28.0/go.mod h1:X0bD6iVNR8pkROSOoHVdgTkzmRcosof7WQqCD6wcMc8= github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8= github.com/google/go-cmp v0.7.0/go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU= github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0= github.com/google/uuid v1.6.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= github.com/inconshreveable/mousetrap v1.1.0 h1:wN+x4NVGpMsO7ErUn/mUI3vEoE6Jt13X2s0bqwp9tc8= github.com/inconshreveable/mousetrap v1.1.0/go.mod h1:vpF70FUmC8bwa3OWnCshd2FqLfsEA9PFc4w1p2J65bw= -github.com/klauspost/compress v1.18.4 h1:RPhnKRAQ4Fh8zU2FY/6ZFDwTVTxgJ/EMydqSTzE9a2c= -github.com/klauspost/compress v1.18.4/go.mod h1:R0h/fSBs8DE4ENlcrlib3PsXS61voFxhIs2DeRhCvJ4= +github.com/klauspost/compress v1.18.5 h1:/h1gH5Ce+VWNLSWqPzOVn6XBO+vJbCNGvjoaGBFW2IE= +github.com/klauspost/compress v1.18.5/go.mod h1:cwPg85FWrGar70rWktvGQj8/hthj3wpl0PGDogxkrSQ= github.com/klauspost/connect-compress/v2 v2.1.1 h1:ycZNp4rWOZBodVE2Ls5AzK4aHkyK+GteEfzRZgKNs+c= github.com/klauspost/connect-compress/v2 v2.1.1/go.mod h1:9oilsPHJMzGKkjafSBk9J7iVo4mO+dw0G0KSdVpnlVE= github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE= @@ -71,8 +71,8 @@ github.com/mattn/go-isatty v0.0.20 h1:xfD0iDuEKnDkl03q4limB+vH+GxLEtL/jb4xVJSWWE github.com/mattn/go-isatty v0.0.20/go.mod h1:W+V8PltTTMOvKvAeJH7IuucS94S2C6jfK/D7dTCTo3Y= github.com/mattn/go-runewidth v0.0.20 h1:WcT52H91ZUAwy8+HUkdM3THM6gXqXuLJi9O3rjcQQaQ= github.com/mattn/go-runewidth v0.0.20/go.mod h1:XBkDxAl56ILZc9knddidhrOlY5R/pDhgLpndooCuJAs= -github.com/metal-stack/api v0.0.58 h1:7UxnZrM41BS0f4S9RvqDg0/YTvs3FveawuyBoKz9WhA= -github.com/metal-stack/api v0.0.58/go.mod h1:hEgtKVD7UnUwUExdA7pbFvVRxNRxSGUnU+bZce46//c= +github.com/metal-stack/api v0.0.61 h1:7Fnb9n7LXal29KE4wVGwttn8Xh+D7P3WTufa95944qA= +github.com/metal-stack/api v0.0.61/go.mod h1:LndrNUgej+FDE/OdxVHcNypWU3xHtnySWwsDl37MqW4= github.com/metal-stack/metal-lib v0.24.0 h1:wvQQPWIXcA2tP+I6zAHUNdtVLLJfQnnV9yG2SoqUkz4= github.com/metal-stack/metal-lib v0.24.0/go.mod h1:oITaqj/BtB9vDKM66jCXkeA+4D0eTZElgIKal5vtiNY= github.com/metal-stack/v v1.0.3 h1:Sh2oBlnxrCUD+mVpzfC8HiqL045YWkxs0gpTvkjppqs= @@ -124,21 +124,21 @@ go.yaml.in/yaml/v2 v2.4.3 h1:6gvOSjQoTB3vt1l+CU+tSyi/HOjfOjRLJ4YwYZGwRO0= go.yaml.in/yaml/v2 v2.4.3/go.mod h1:zSxWcmIDjOzPXpjlTTbAsKokqkDNAVtZO0WOMiT90s8= go.yaml.in/yaml/v3 v3.0.4 h1:tfq32ie2Jv2UxXFdLJdh3jXuOzWiL1fo0bu/FbuKpbc= go.yaml.in/yaml/v3 v3.0.4/go.mod h1:DhzuOOF2ATzADvBadXxruRBLzYTpT36CKvDb3+aBEFg= -golang.org/x/exp v0.0.0-20260312153236-7ab1446f8b90 h1:jiDhWWeC7jfWqR9c/uplMOqJ0sbNlNWv0UkzE0vX1MA= -golang.org/x/exp v0.0.0-20260312153236-7ab1446f8b90/go.mod h1:xE1HEv6b+1SCZ5/uscMRjUBKtIxworgEcEi+/n9NQDQ= +golang.org/x/exp v0.0.0-20260410095643-746e56fc9e2f h1:W3F4c+6OLc6H2lb//N1q4WpJkhzJCK5J6kUi1NTVXfM= +golang.org/x/exp v0.0.0-20260410095643-746e56fc9e2f/go.mod h1:J1xhfL/vlindoeF/aINzNzt2Bket5bjo9sdOYzOsU80= golang.org/x/net v0.50.0 h1:ucWh9eiCGyDR3vtzso0WMQinm2Dnt8cFMuQa9K33J60= golang.org/x/net v0.50.0/go.mod h1:UgoSli3F/pBgdJBHCTc+tp3gmrU4XswgGRgtnwWTfyM= golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.41.0 h1:Ivj+2Cp/ylzLiEU89QhWblYnOE9zerudt9Ftecq2C6k= golang.org/x/sys v0.41.0/go.mod h1:OgkHotnGiDImocRcuBABYBEXf8A9a87e/uXjp9XT3ks= -golang.org/x/text v0.35.0 h1:JOVx6vVDFokkpaq1AEptVzLTpDe9KGpj5tR4/X+ybL8= -golang.org/x/text v0.35.0/go.mod h1:khi/HExzZJ2pGnjenulevKNX1W67CUy0AsXcNubPGCA= -google.golang.org/genproto/googleapis/api v0.0.0-20260316180232-0b37fe3546d5 h1:CogIeEXn4qWYzzQU0QqvYBM8yDF9cFYzDq9ojSpv0Js= -google.golang.org/genproto/googleapis/api v0.0.0-20260316180232-0b37fe3546d5/go.mod h1:EIQZ5bFCfRQDV4MhRle7+OgjNtZ6P1PiZBgAKuxXu/Y= -google.golang.org/genproto/googleapis/rpc v0.0.0-20260316180232-0b37fe3546d5 h1:aJmi6DVGGIStN9Mobk/tZOOQUBbj0BPjZjjnOdoZKts= -google.golang.org/genproto/googleapis/rpc v0.0.0-20260316180232-0b37fe3546d5/go.mod h1:4Hqkh8ycfw05ld/3BWL7rJOSfebL2Q+DVDeRgYgxUU8= -google.golang.org/grpc v1.79.1 h1:zGhSi45ODB9/p3VAawt9a+O/MULLl9dpizzNNpq7flY= -google.golang.org/grpc v1.79.1/go.mod h1:KmT0Kjez+0dde/v2j9vzwoAScgEPx/Bw1CYChhHLrHQ= +golang.org/x/text v0.36.0 h1:JfKh3XmcRPqZPKevfXVpI1wXPTqbkE5f7JA92a55Yxg= +golang.org/x/text v0.36.0/go.mod h1:NIdBknypM8iqVmPiuco0Dh6P5Jcdk8lJL0CUebqK164= +google.golang.org/genproto/googleapis/api v0.0.0-20260414002931-afd174a4e478 h1:yQugLulqltosq0B/f8l4w9VryjV+N/5gcW0jQ3N8Qec= +google.golang.org/genproto/googleapis/api v0.0.0-20260414002931-afd174a4e478/go.mod h1:C6ADNqOxbgdUUeRTU+LCHDPB9ttAMCTff6auwCVa4uc= +google.golang.org/genproto/googleapis/rpc v0.0.0-20260414002931-afd174a4e478 h1:RmoJA1ujG+/lRGNfUnOMfhCy5EipVMyvUE+KNbPbTlw= +google.golang.org/genproto/googleapis/rpc v0.0.0-20260414002931-afd174a4e478/go.mod h1:4Hqkh8ycfw05ld/3BWL7rJOSfebL2Q+DVDeRgYgxUU8= +google.golang.org/grpc v1.79.3 h1:sybAEdRIEtvcD68Gx7dmnwjZKlyfuc61Dyo9pGXXkKE= +google.golang.org/grpc v1.79.3/go.mod h1:KmT0Kjez+0dde/v2j9vzwoAScgEPx/Bw1CYChhHLrHQ= google.golang.org/protobuf v1.36.11 h1:fV6ZwhNocDyBLK0dj+fg8ektcVegBBuEolpbTQyBNVE= google.golang.org/protobuf v1.36.11/go.mod h1:HTf+CrKn2C3g5S8VImy6tdcUvCska2kB7j23XfzDpco= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=