
    
                     \   d Z ddlmZ ddlmZ ddlmZ ddlmZ ddlmZ ej                   ej                  ej                  j                  ej                  j                  ej                  j                  ej                  j                         G d dej                                       Zy	)
zconfig command group.    )absolute_import)division)unicode_literals)base)
propertiesc                   `    e Zd ZdZej
                  Zdej                  j                         iZ
y)Configa4  View and edit Google Cloud CLI properties.

  The {command} command group lets you set, view and unset properties used by
  Google Cloud CLI.

  A configuration is a set of properties that govern the behavior of `gcloud`
  and other Google Cloud CLI tools. The initial `default` configuration is set
  when `gcloud init` is run. You can create additional named configurations
  using `gcloud init` or `{command} configurations create`.

  To display the path of the active configuration along with information
  about the current `gcloud` environment, run $ gcloud info.

  To switch between configurations, use `{command} configurations activate`.

  gcloud supports several flags that have the same effect as properties in
  a configuration (for example, gcloud supports both the `--project` flag and
  `project` property). Properties differ from flags in that flags affect command
  behavior on a per-invocation basis. Properties allow you to maintain the same
  settings across command executions.

  In addition to setting properties in a configuration, and the use of flags, it
  is possible to override the value of a property with an environment variable.
  The matching environment variable for a property is of the form
  'CLOUDSDK_CATEGORY_PROPERTY'. For example, to demonstrate overriding
  the ``project'' property in the ``core'' category to ``my-project'', use a
  command like:

    $ CLOUDSDK_CORE_PROJECT=my-project gcloud config get core/project

  For more information on configurations, see `gcloud topic configurations`.

  ## AVAILABLE PROPERTIES

  {properties}
  r   N)__name__
__module____qualname____doc__r   SDK_TOOLS_CATEGORYcategoryr   VALUESGetHelpStringdetailed_help     lib/surface/config/__init__.pyr	   r	      s2    #J $$( J%%335-r   r	   N)r   
__future__r   r   r   googlecloudsdk.callioper   googlecloudsdk.corer   UniverseCompatibleReleaseTracksReleaseTrackALPHABETAPREVIEWGAGroupr	   r   r   r   <module>r!      s      &  ' ( * 	*TZZ * *r   