gcloud artifacts print-settings - print snippets to add to native tools settings files
gcloud artifacts print-settings COMMAND [GCLOUD_WIDE_FLAG ...]
The snippets provide a credentials placeholder and configurations to allow native tools to interact with Artifact Registry repositories.
To print a snippet to add a repository to the Gradle build.gradle file for repository my-repo in the current project, run:
$ gcloud artifacts print-settings gradle --repository=my-repo
To print a snippet to add to the Maven pom.xml file for repository my-repo in the current project, run:
$ gcloud artifacts print-settings mvn --repository=my-repo
To print a snippet to add to the npm .npmrc file for repository my-repo in the current project, run:
$ gcloud artifacts print-settings npm --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:
$ gcloud artifacts print-settings python --repository=my-repo
These flags are available to all commands: --help.
Run $ gcloud help for details.
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.
These variants are also available:
$ gcloud alpha artifacts print-settings
$ gcloud beta artifacts print-settings