Configu CLI
is the easiest interface for getting started with Configu. With the command-line interface (CLI), you can easily interact with Configu using a terminal or an automated system, providing you with all the functionality you need to orchestrate your configuration data and beyond.
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.
For a step-by-step introduction, you can get started with this guide.
For more examples explore the examples directory.
configu <command> [--string-flag <value>] [--boolean-flag]
Use 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.
- Follow the Development section from the
CONTRIBUTING.md
.
Run these commands in order:
cd ts
npm install
Follow the Sending a Pull Request section from the CONTRIBUTING.md
.