Skip to content

Docs: Remove beta from gcloud commands now that Parameter Manager is GA #3981

@frankie-mur

Description

@frankie-mur

Now that Cloud Parameter Manager is GA, references to gcloud beta in the documentation can be updated.

In parameter.adoc, the following command examples still reference beta:

$ gcloud beta parametermanager parameters create myapp --location=global --parameter-format=JSON
$ gcloud beta parametermanager parameters versions create prod --parameter=myapp --location=global --payload-data="{\"myapp.username\":\"test-user\",\"myapp.password\":\"test-password\"}"

and

$ gcloud beta parametermanager parameters versions delete prod --parameter=myapp --location=global
$ gcloud beta parametermanager parameters versions create prod --parameter=myapp --location=global --payload-data="{\"username\":\"test-user\",\"password\":\"test-password-refreshed\"}"

These should be updated to remove the beta prefix

Happy to open a PR if helpful!

Metadata

Metadata

Assignees

No one assigned

    Labels

    priority: p2type: docsProblem with incorrect or missing documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions