Deploy Task

To deploy the task locally, run the following command.

clique deploy --kernel http://127.0.0.1:8000

To publish the task to the Clique network,

clique deploy --kernel http://kernel-testnet.clique.tech

This command will default to deploying the tasks/manifest.toml file.

Last updated