Docs/CLI Commands

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]
FieldTypeDescription
--project <name>stringTarget project. Defaults to the current workspace.
--dry-runbooleanPreview changes without sending them.
--prunebooleanDelete Cloud tests that no longer exist locally.
--prune is destructive
Prune removes tests from Cloud. Run with --dry-run first, always.