gcloud beta secrets replication set

NAME
gcloud beta secrets replication set - set a secret's replication
SYNOPSIS
gcloud beta secrets replication setSECRET--replication-policy-file=REPLICATION-POLICY-FILE[GCLOUD_WIDE_FLAG]
DESCRIPTION
(BETA) Sets the replication policy for the given secret as definedin a JSON or YAML file. The locations that a Secret is replicated to cannot bechanged.
EXAMPLES
To set the replication of a secret named 'my-secret' to the contents ofmy-file.json, run:
gcloudbetasecretsreplicationsetmy-secret--replication-policy-file=my-file.json
POSITIONAL ARGUMENTS
Secret resource - The secret to update. This represents a Cloud resource. (NOTE)Some attributes are not given arguments in this group but can be set in otherways.

To set theproject attribute:

  • provide the argumentSECRET on the command line with a fullyspecified name;
  • provide the argument--project on the command line;
  • set the propertycore/project.

This must be specified.

SECRET
ID of the secret or fully qualified identifier for the secret.

To set thesecret attribute:

  • provide the argumentSECRET on the command line.
REQUIRED FLAGS
--replication-policy-file=REPLICATION-POLICY-FILE
JSON or YAML file to use to read the replication policy. The file must conformtohttps://cloud.google.com/secret-manager/docs/reference/rest/v1/projects.secrets#replication.Setthis to "-" to read from stdin.
GCLOUD WIDE FLAGS
These flags are available to all commands:--access-token-file,--account,--billing-project,--configuration,--flags-file,--flatten,--format,--help,--impersonate-service-account,--log-http,--project,--quiet,--trace-token,--user-output-enabled,--verbosity.

Run$gcloud help for details.

NOTES
This command is currently in beta and might change without notice. This variantis also available:
gcloudsecretsreplicationset

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

Last updated 2026-01-06 UTC.