Skip to main content

Run

coco lab run test-toggle

This is to run a list of REPL commands specified in the coco.nut file under

[lab.scripts]

Default examples are created when running coco nut init

[lab.scripts]
test-toggle = ["engines", "users", "logics"]`

"test-toggle" can be any name. The items in the list are specified REPL commands you can edit.

run CLI flags

-c /—config Specify which [lab.config.name] to use apart from default.

-e/—env This overrides Environment to use. default is main. Refer Env section for create, list and delete.

-s/—suppressthis suppresses all output of script ran.