apply
assrt apply pushes local test and config changes to Cloud. It is the inverse of assrt import, which pulls from Cloud to local.
Usage
bash
assrt apply [options]| Field | Type | Description |
|---|---|---|
--project <name> | string | Target project. Defaults to the current workspace. |
--dry-run | boolean | Preview changes without sending them. |
--prune | boolean | Delete Cloud tests that no longer exist locally. |
--prune is destructive
Prune removes tests from Cloud. Run with
--dry-run first, always.