Running Runbooks
Last updated
Last updated
To preview rundown, use the fig run
CLI command.
Let's say you have an Interactive Runbook called deploy.run
on your Desktop. In your Terminal:
Navigate to your Desktop
Run: fig run deploy
Note: You do not need the .run file extension in the CLI command
You can try this with the examples here
If you have the URL to a Rundown or Markdown file, you can preview it instantly in Fig with fig run [url]
Note: Make sure you have the URL of the raw markdown or rundown. On github, this is available with the raw button