Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Unintended behavior
View staffing
Description
WARNING: This is a PUBLIC issue tracker, and as such, anybody can read the information in the report you file. In order to help diagnose the issue, we've included some installation information in this report. Please look through and redact any information you consider personal or sensitive before submitting this issue.
Issue running command [gcloud artifacts repositories describe].
What steps will reproduce the problem?
gcloud artifacts repositories describe $REPOSITORY --format=json > something.json
What is the expected output?
Nothing to standard error
What do you see instead?
Please provide any additional information below.
Anything that's important should be in the json output.
Ideally anything that's useful for other commands should be in a compatible json format.
Specifically the fact that the output from
gcloud artifacts repositories describe images --format=json
is very incompatible with the input togcloud artifacts repositories set-cleanup-policies $REPOSITORY --policy=policy.json
is really frustrating.Installation information:
Google Cloud SDK [504.0.1]
Platform: [Mac OS X, arm] uname_result(system='Darwin', node='jsoref-mbp.local', release='24.3.0', version='Darwin Kernel Version 24.3.0: Thu Jan 2 20:24:16 PST 2025; root:xnu-11215.81.4~3/RELEASE_ARM64_T6000', machine='arm64') Locale: ('en_US', 'UTF-8') Python Version: [3.10.1 (main, Jan 19 2022, 20:32:55) [Clang 13.0.0 (clang-1300.0.27.3)]] Python Location: [${HOME}/.pyenv/versions/3.10.1/bin/python3] OpenSSL: [OpenSSL 1.1.1w 11 Sep 2023] Requests Version: [2.25.1] urllib3 Version: [1.26.9] Default CA certs file: [${HOME}/google-cloud-sdk/lib/third_party/certifi/cacert.pem] Site Packages: [Disabled]
Installation Root: [${HOME}/google-cloud-sdk] Installed Components: gsutil: [5.33] core: [2024.12.19] bq: [2.1.11] alpha: [2024.12.19] beta: [2024.12.19] System PATH: [...] Cloud SDK on PATH: [False] Kubectl on PATH: [${HOME}/.rd/bin/kubectl]
WARNING: There are other instances of the Google Cloud Platform tools on your system PATH. ${HOME}/bin/gcloud
Installation Properties: [${HOME}/google-cloud-sdk/properties] User Config Directory: [${CLOUDSDK_CONFIG}] Active Configuration Name: [...] Active Configuration Path: [...]
Account: [j..f@g..m] Project: [s..0] Universe Domain: [googleapis.com]
Current Properties: [compute] zone: [us-east1-c] (property file) region: [us-east1] (property file) [core] account: [j..f@g..m] (property file) disable_usage_reporting: [False] (property file) project: [s..0] (property file)
Logs Directory: [${CLOUDSDK_CONFIG}/logs] Last Log File: [${CLOUDSDK_CONFIG}/logs/2025.02.18/12.04.46.456030.log]
git: [git version 2.48.1] ssh: [OpenSSH_9.8p1, LibreSSL 3.3.6]