Command-line interface for the Umono content management system.
Install with a single command:
curl -fsSL https://umono.io/install.sh | sh| OS | Architecture |
|---|---|
| Linux | amd64, arm64 |
| macOS | amd64, arm64 |
The CLI is installed to ~/.local/bin by default.
If this directory is not in your PATH, add the following line to your shell configuration file (.bashrc, .zshrc, etc.):
export PATH="$HOME/.local/bin:$PATH"Then restart your terminal or run:
source ~/.bashrc # or ~/.zshrcCreate a new website:
umono create my-websitecurlorwget(for installation)- Linux or macOS
See the GitHub repository for details.