gcloud artifacts print-settings

NAME
gcloud artifacts print-settings - print snippets to add to native tools settings files
SYNOPSIS
gcloud artifacts print-settings COMMAND [GCLOUD_WIDE_FLAG]
DESCRIPTION
The snippets provide a credentials placeholder and configurations to allow native tools to interact with Artifact Registry repositories.
EXAMPLES
To print a snippet to add a repository to the Gradle build.gradle file for repository my-repo in the current project, run:
gcloudartifactsprint-settingsgradle --repository=my-repo

To print a snippet to add to the Maven pom.xml file for repository my-repo in the current project, run:

gcloudartifactsprint-settingsmvn --repository=my-repo

To print a snippet to add to the npm .npmrc file for repository my-repo in the current project, run:

gcloudartifactsprint-settingsnpm --repository=my-repo

To print a snippet to add to the Python .pypirc and pip.comf files for repository my-repo in the current project, run:

gcloudartifactsprint-settingspython --repository=my-repo
GCLOUD WIDE FLAGS
These flags are available to all commands: --help .

Run $ gcloud help for details.

COMMANDS
COMMAND is one of the following:
gradle
Print a snippet to add a repository to the Gradle build.gradle file.
mvn
Print a snippet to add a Maven repository to the pom.xml file.
npm
Print credential settings to add to the .npmrc file.
python
Print credential settings to add to the .pypirc and pip.conf files.
NOTES
These variants are also available:
gcloudalphaartifactsprint-settings 
gcloudbetaartifactsprint-settings 

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2026年05月27日 UTC.