nimbu
Installation
SKILL.md
Nimbu CLI
The nimbu binary is a Go CLI for the Nimbu CMS API.
Documentation
- Full docs: https://docs.nimbu.io/
- Liquid & themes: https://docs.nimbu.io/themes/introduction/overview.html
- Cloud code: https://docs.nimbu.io/cloud-code/overview.html
Refer to these for Liquid template syntax, theme structure, and cloud code APIs. This skill covers the CLI tool; the docs cover the platform concepts.
Prerequisites
Install via Homebrew (brew install nimbu/tap/nimbu), Go (go install github.com/nimbu/cli/cmd/nimbu-cli@latest), or download from GitHub Releases.
Authenticate before use:
Related skills