run
The run command fetches a remote configuration file over HTTPS and executes the operations defined within it. This allows you to automate project setup and configuration by pulling scripts and instructions from a central location.
Usage
npx k0nfig@latest run <remote-config-url>
<remote-config-url>
is The HTTPS URL pointing to the remote configuration JSON file.
The configuration JSON file must conform to the c0nfig schema. You can verify this by running the verify
command.
Please checkout the operations section to find out more on the operations that are supported.