Skip to main content

YGG Command Line Interface

Project description

YGG CLI

Command line interface for the YGG platform.

Installation

pip install ygg-cli

Configuration

The CLI requires the YGG_API_KEY environment variable to be set. The API key must have *:*:admin:* permissions.

export YGG_API_KEY="ygg_api_..."

Note: The API base URL is always https://ygg-api.kluglabs.net and cannot be changed.

Features

List Projects and Environments

List all projects and their environments:

ygg ls

Output:

✓ proj_123 (My Project)
  └─ dev (5 vars)
  └─ prod (8 vars)
✓ proj_456 (Another Project)
  └─ staging (3 vars)

Environment Management

Export environment as .env format:

ygg env <project_id> <env>

Example:

ygg env proj_123 dev
# Outputs:
# DATABASE_URL=postgres://...
# API_KEY=secret123
# REDIS_URL=redis://...

Import environment from stdin:

cat .env | ygg env <project_id> <env>

Example:

cat .env | ygg env proj_123 prod

You can also pipe environment variables directly:

echo "DATABASE_URL=postgres://localhost" | ygg env proj_123 dev

Database Schema Export

Export database schema in B3 format:

ygg db <project_id> <env>

Example:

ygg db proj_123 dev
# Outputs B3 schema format

Project Management

Create a new project:

ygg mkproj <project_id>

Example:

ygg mkproj my-new-project

Rename a project:

ygg mv <old_project_id> <new_project_id>

Example:

ygg mv old-project new-project

Delete a project:

ygg rm <project_id>

Example:

ygg rm proj_123

Environment Management

Create a new environment:

ygg mkenv <project_id> <env>

Example:

ygg mkenv proj_123 staging

Rename an environment:

ygg mv <project_id> <old_env> <new_env>

Example:

ygg mv proj_123 dev development

Delete an environment:

ygg rm <project_id> <env>

Example:

ygg rm proj_123 staging

Requirements

  • Python 3.7+
  • requests library (installed automatically with ygg-cli)

Notes

  • All computations are done in the YGG server. The Python CLI is a thin client that makes HTTP requests.
  • The API key must have *:*:admin:* permissions to work.
  • The key only works for a specific account.

Learn More

Visit ygg.kluglabs.net for more information about the YGG platform.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ygg_cli-0.1.5.tar.gz (7.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

ygg_cli-0.1.5-py3-none-any.whl (7.1 kB view details)

Uploaded Python 3

File details

Details for the file ygg_cli-0.1.5.tar.gz.

File metadata

  • Download URL: ygg_cli-0.1.5.tar.gz
  • Upload date:
  • Size: 7.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.7

File hashes

Hashes for ygg_cli-0.1.5.tar.gz
Algorithm Hash digest
SHA256 3338c8c7c31abf0ae4cd00457f65c90f9eefc884c12fd6e1693275e8941dd025
MD5 f1625965c447e611c9bea729549935cb
BLAKE2b-256 08e50562d6f805999e342f7e4db155e93bdd1858e344936f2d2c0029cb615a9d

See more details on using hashes here.

File details

Details for the file ygg_cli-0.1.5-py3-none-any.whl.

File metadata

  • Download URL: ygg_cli-0.1.5-py3-none-any.whl
  • Upload date:
  • Size: 7.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.7

File hashes

Hashes for ygg_cli-0.1.5-py3-none-any.whl
Algorithm Hash digest
SHA256 0a8c479b999376ab937299063272a014e6bee0ca83c92fa2f5eaada83d5dad73
MD5 ae314ec6a515b4f6307e636d4ae91dff
BLAKE2b-256 bc0e4d0d42b569e40a93533fe5dfb4ed6b69f91e56898fc3b3ee19de6664729d

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page