Nava Platform CLI¶
Part of Nava Strata.
A command-line tool that simplifies installing, upgrading, and managing Nava Strata.
Installation¶
Recommended options:
- uv:
uv tool install git+https://github.com/navapbc/platform-cli - Nix:
nix profile add github:navapbc/platform-cli
Tip
The CLI can be installed in additional ways which may fit your needs better. See all the supported methods in the installation documentation.
Getting started¶
After you have nava-platform installed, you can try out a Strata template
install just to see things working:
nava-platform infra install ./just-a-test
Then refer to the main Getting started documentation for how to use it with existing projects and more.
Documentation¶
In-depth documentation is available at https://navapbc.github.io/platform-cli/.
When running nava-platform itself, use the --help flag on commands for more
information.
Development¶
Interested in contributing to the project? See the development documentation.
Credits¶
Icon: Designed by OpenMoji – the open-source emoji and icon project License: CC BY-SA 4.0
Built with: Copier – Template project generator
License¶
This project is licensed under the Apache 2.0 License. See the LICENSE file for details.