Install
The CLI code is open-source, and the installation process is quick and easy, with lightweight binaries available for all major operating systems, Docker, and CI/CD platforms.Usage
For a step-by-step introduction, you can get started with this guide. For more examples explore the examples directory.Synopsis
configu <command> --help
for information on a specific command. The synopsis for each command shows its flags and their usage. Optional parameters are shown in square brackets.
Reference
See interfaces/cli/ref.Contributing
Requirements
Follow the Development section from theCONTRIBUTING.md
.
Setup
Run these commands in order:Contribute
Follow the Sending a Pull Request section from theCONTRIBUTING.md
.
Debugging
cd packages/cli
- Open
src/run.ts
- Hit “Play” / “Debug” with the
tsx
preset