Skip to main content

Bake orchestrates internal CLI tools, setup scripts, and repeatable automation workflows.

Project description

Bake

Bake is a CLI automation orchestrator for managing internal tool repositories, setup scripts, and reusable command workflows.

Why Bake

  • Organize automation in one place instead of scattered shell scripts.
  • Bootstrap and install tool repositories from JSON definitions.
  • Expose runnable binaries in a shared bin directory.
  • Keep local setup repeatable across developers.

Install

Install Bake as a global CLI tool with uv:

uv tool install bake

Or install from a local checkout for development:

uv venv
source .venv/bin/activate
uv pip install -e .

After installation, the bake command is available globally:

bake

Commands

bake install

Interactive initialization flow that:

  • Configures BAKE_PATH in .env.
  • Creates config, repositories, and bin folders.
  • Copies default configuration templates from tools/config.
  • Optionally downloads and installs configured repositories.

bake tray

Opens an interactive terminal UI to browse and run installed commands from $BAKE_PATH/bin. Navigate with arrow keys and press Enter to execute.

The UI theme can be configured via the BAKE_THEME environment variable in .env (defaults to nord). Available themes: gruvbox, tokyo-night, textual-dark, solarized-light, atom-one-dark, atom-one-light.

bake dpkg sync-config

Synchronizes default configuration definitions from tools/config into $BAKE_PATH/config.

Configuration Model

Bake uses JSON files in tools/config, for example:

{
  "name": "aws-cli-toolkit",
  "repo_url": "https://github.com/darioriverat/aws-cli-toolkit",
  "description": "A comprehensive command-line toolkit for managing AWS services",
  "scripts": {
    "install": [
      "uv venv",
      "source .venv/bin/activate",
      "uv pip install -e ."
    ]
  }
}

Optional binaries entries can create symlinks/wrappers in $BAKE_PATH/bin.

Notes

  • BAKE_PATH is the environment variable used by Bake.
  • bake is the canonical command.

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

bake-0.3.1.tar.gz (35.2 kB view details)

Uploaded Source

Built Distribution

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

bake-0.3.1-py3-none-any.whl (16.6 kB view details)

Uploaded Python 3

File details

Details for the file bake-0.3.1.tar.gz.

File metadata

  • Download URL: bake-0.3.1.tar.gz
  • Upload date:
  • Size: 35.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.14

File hashes

Hashes for bake-0.3.1.tar.gz
Algorithm Hash digest
SHA256 06241039e5da13c7415f7e0e700cc192b986e19fa57e60599b0a309aaa0da4c3
MD5 162f7663f4fc91e8b1a385573b63201f
BLAKE2b-256 1486d929fc1d6bc99545323a990be6a1541b36531f4b96ae6ad2f5b082153a5c

See more details on using hashes here.

File details

Details for the file bake-0.3.1-py3-none-any.whl.

File metadata

  • Download URL: bake-0.3.1-py3-none-any.whl
  • Upload date:
  • Size: 16.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.14

File hashes

Hashes for bake-0.3.1-py3-none-any.whl
Algorithm Hash digest
SHA256 2635a19be1ecaf3a50fe0b9e61dae8047ffa6115c49b01f0b591128209269eab
MD5 95e6e4349ca57aa54fb6918c7a2802c3
BLAKE2b-256 410f0ba53ceb393cd483489173eb8e0b24c580d965e2b017d7e570fe033dd143

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