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
-
initto setup asetup.jsonfile for you to store state and context of a project. By default, this will prompt the user for thetargetSrcwhere all the c0nfig related files will go and the package manager the user is currently using. -
runto fetch and executes remote configurations, -
verify: Validates if the remote configurations matches specifications.