Fig makes it easy to visually build your own Command Line Interface (CLI) for yourself, your team, and your company.
A CLI built with Fig lets you directly execute scripts. For users who often don't remember input parameters, flags, or commands, it lets you build an interactive runbook into the CLI. This makes traditional command line interfaces more discoverable, approachable, and interactive.
How can I get started?
1.
Navigate to the directory where you want to save your CLI
e.g. your scripts folder in a shared repo
2.
Run fig build to visually create and edit your CLI tool
This will create a .fig file in that folder
3.
Add the directory from Step 1 where your .fig file is saved to your $FIGPATH