Commands
c0nfig is a flexible CLI tool for executing and verifying remote configurations, allowing developers to create easy, quick, and reusable configurations for various developer tools.
There are 3 primary commands provided by c0nfig
-
init
to setup asetup.json
file for you to store state and context of a project. By default, this will prompt the user for thetargetSrc
where all the c0nfig related files will go and the package manager the user is currently using. -
run
to fetch and executes remote configurations, -
verify
: Validates if the remote configurations matches specifications.