| Server IP : 35.236.43.222 / Your IP : 216.73.216.143 Web Server : Apache System : Linux order-form-vm-001 5.10.0-37-cloud-amd64 #1 SMP Debian 5.10.247-1 (2025-12-11) x86_64 User : deploy ( 1002) PHP Version : 8.1.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /usr/lib/google-cloud-sdk/lib/surface/source/repos/__pycache__/ |
Upload File : |
�
��� � �F � d Z ddlmZ ddlmZ ddlmZ ddlmZ ddlmZ ddl m
Z
ddl mZ ddlm
Z
dd lmZ dd
lmZ ddlmZ dZd
ZdZ e
j e
j j e
j j e
j j � � e
j G d� de
j � � � � � � ZdS )z.Create a Google Cloud Platform git repository.� )�absolute_import)�division)�unicode_literals)�
exceptions)�
sourcerepo)�base)�flags)�log)�
properties)� text_typezxResponseError: status=[{status_description}], code=[{status_code}], message=[{message}]. {details.message?
details:
{?}}zf
enable at: https://console.cloud.google.com/apis/library/sourcerepo.googleapis.com/?project={project}z9https://cloud.google.com/source-repositories/docs/pricingc �. � e Zd ZdZed� � � Zd� ZdS )�Createay Create a cloud source repository.
This command creates a named git repository for the currently
active Google Cloud Platform project.
## EXAMPLES
To create a named repository in the current project issue the
following commands:
$ gcloud init
$ {command} REPOSITORY_NAME
Once you push contents to it, they can be browsed in the
Developers Console.
c �4 � | � dd�� � d S )N�repository_namez� Name of the repository. May contain between 3 and 63 (inclusive)
lowercase letters, digits, and hyphens. Must start with a letter, and
may not end with a hyphen.
)�help)�add_argument)�parsers �"lib/surface/source/repos/create.py�ArgszCreate.Args>