Skip to content

HubertRonald/GoogleCloudPlatformCLI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GoogleCloudPlatformCLI

Consigue correr un ambiente local de GCP CLI, con DevContainer, con la posibilidad de extender Servicios.

Launch

Después levantar el devcontainer en VS Code, puedes validar que funciona el gcloud cli

gcloud --help

Deberías ver lo siguiente:

NAME
    gcloud - manage Google Cloud resources and developer workflow

SYNOPSIS
    gcloud GROUP | COMMAND [--account=ACCOUNT]
        [--billing-project=BILLING_PROJECT] [--configuration=CONFIGURATION]
        [--flags-file=YAML_FILE] [--flatten=[KEY,...]] [--format=FORMAT]
        [--help] [--project=PROJECT_ID] [--quiet, -q]
        [--verbosity=VERBOSITY; default="warning"] [--version, -v] [-h]
        [--access-token-file=ACCESS_TOKEN_FILE]
        [--impersonate-service-account=SERVICE_ACCOUNT_EMAILS] [--log-http]
        [--trace-token=TRACE_TOKEN] [--no-user-output-enabled]

DESCRIPTION
    The gcloud CLI manages authentication, local configuration, developer
    workflow, and interactions with the Google Cloud APIs.

    For a quick introduction to the gcloud CLI, a list of commonly used
    commands, and a look at how these commands are structured, run gcloud
    cheat-sheet or see the `gcloud` CLI cheat sheet
    (https://cloud.google.com/sdk/docs/cheatsheet).

.gitignore

Fue generado en gitignore.io con los filtros python, macos, windows y consumido mediante su API como archivo crudo desde la terminal:

curl -L https://www.toptal.com/developers/gitignore/api/python,macos,windows > .gitignore

Autores

Ve también la lista de contribuyentes que participaron en este proyecto.

Licencia

Este proyecto está bajo licencia MIT - ver la LICENCIA archivo (en inglés) para más detalle.

About

Consigue correr un ambiente local de GCP CLI, con DevContainer, con la posibilidad de extender Servicios.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published