Difference between revisions of "Gcloud projects --help"

From wikieduonline
Jump to navigation Jump to search
 
Line 1: Line 1:
 
{{lowercase}}
 
{{lowercase}}
 
* https://cloud.google.com/sdk/gcloud/reference/projects
 
* https://cloud.google.com/sdk/gcloud/reference/projects
 +
<pre>
 +
NAME
 +
    gcloud projects - create and manage project access policies
 +
 +
SYNOPSIS
 +
    gcloud projects COMMAND [GCLOUD_WIDE_FLAG ...]
 +
 +
DESCRIPTION
 +
    The gcloud projects group lets you create and manage IAM policies for
 +
    projects on the Google Cloud Platform. Resources are organized
 +
    hierarchically and assigned to a particular project. A Project resource is
 +
    required to use Google Cloud Platform, and forms the basis for creating,
 +
    enabling and using all Cloud Platform services, managing APIs, enabling
 +
    billing, adding and removing collaborators, and managing permissions.
 +
 +
    More information on the Cloud Platform Resource Hierarchy and the project
 +
    resource can be found here:
 +
    https://cloud.google.com/resource-manager/docs/creating-managing-organization
 +
    and detailed documentation on creating and managing projects can be found
 +
    here:
 +
    https://cloud.google.com/resource-manager/docs/creating-managing-projects
 +
 +
GCLOUD WIDE FLAGS
 +
    These flags are available to all commands: --help.
 +
 +
    Run $ gcloud help for details.
 +
 +
COMMANDS
 +
    COMMAND is one of the following:
 +
 +
    add-iam-policy-binding
 +
        Add IAM policy binding for a project.
 +
 +
    create
 +
        Create a new project.
 +
 +
    delete
 +
        Delete a project.
 +
 +
    describe
 +
        Show metadata for a project.
 +
 +
    get-ancestors
 +
        Get the ancestors for a project.
 +
 +
    get-ancestors-iam-policy
 +
        Get IAM policies for a project and its ancestors.
 +
 +
    get-iam-policy
 +
        Get IAM policy for a project.
 +
 +
    list
 +
        List projects accessible by the active account.
 +
 +
    remove-iam-policy-binding
 +
        Remove IAM policy binding for a project.
 +
 +
    set-iam-policy
 +
        Set IAM policy for a project.
 +
 +
    undelete
 +
        Undelete a project.
 +
 +
    update
 +
        Update the name of a project.
 +
</pre>
  
 
== See also ==
 
== See also ==

Latest revision as of 12:38, 26 July 2022

NAME
    gcloud projects - create and manage project access policies

SYNOPSIS
    gcloud projects COMMAND [GCLOUD_WIDE_FLAG ...]

DESCRIPTION
    The gcloud projects group lets you create and manage IAM policies for
    projects on the Google Cloud Platform. Resources are organized
    hierarchically and assigned to a particular project. A Project resource is
    required to use Google Cloud Platform, and forms the basis for creating,
    enabling and using all Cloud Platform services, managing APIs, enabling
    billing, adding and removing collaborators, and managing permissions.

    More information on the Cloud Platform Resource Hierarchy and the project
    resource can be found here:
    https://cloud.google.com/resource-manager/docs/creating-managing-organization
    and detailed documentation on creating and managing projects can be found
    here:
    https://cloud.google.com/resource-manager/docs/creating-managing-projects

GCLOUD WIDE FLAGS
    These flags are available to all commands: --help.

    Run $ gcloud help for details.

COMMANDS
    COMMAND is one of the following:

     add-iam-policy-binding
        Add IAM policy binding for a project.

     create
        Create a new project.

     delete
        Delete a project.

     describe
        Show metadata for a project.

     get-ancestors
        Get the ancestors for a project.

     get-ancestors-iam-policy
        Get IAM policies for a project and its ancestors.

     get-iam-policy
        Get IAM policy for a project.

     list
        List projects accessible by the active account.

     remove-iam-policy-binding
        Remove IAM policy binding for a project.

     set-iam-policy
        Set IAM policy for a project.

     undelete
        Undelete a project.

     update
        Update the name of a project.

See also[edit]

Advertising: