These topics define the basic infrastructure of Instacli scripts.
To create a useful Instacli script, you will need some practical commands that actually do something.
- Command reference contains the overview and documentation of the built-in commands.
Instacli is ideally developed by writing the documentation and tests first. You can embed Instacli snippets in Markdown documents and define the unit tests as part of the spec.
- Writing Instacli documentation walks you through the way Markdown files are written.