Reference
Dev
Starts a local declo development server.
declo dev <CONFIG_FILE>
Name | Description | Required |
---|---|---|
<CONFIG_FILE> | The path to your declo configuration file. | true |
--cwd <PATH> | The current working directory. | false |
tip
The dev server has HMR enabled. To manually enforce a reload press r.
Deploy
Deploys a declo config.
declo deploy <CONFIG_FILE>
Name | Description | Required |
---|---|---|
<CONFIG_FILE> | The path to your declo configuration file. | true |
--jwt <TOKEN> | OAuth token. | true |
--team <ID> | Team ID. | true |
--project <ID> | Project ID. | true |
--token <TOKEN> | API Token. | true |
--cwd <PATH> | The current working directory. | false |
--dry | Dry run. | false |
--target <TARGET_NAME> | Deployment target. | false |