Fig Docs
  • 🏠Welcome to Fig
  • 👋Get Started
    • Download and Install
    • `fig home`
      • My Apps
      • The Sidebar
      • Settings
    • The Fig App Store
    • Hotkeys
  • 💪Autocomplete
  • 😀The Fig CLI
    • 1. Fig Overrides
    • 2. Fig Aliases
    • 3. $FIGPATH
    • 4. Fig Apps
  • 📖Interactive Runbooks
    • Form Elements
      • Input
      • Textarea
      • Dropdown
      • Checkboxes
      • Buttons
    • Templating & Interpolation
    • Scripting Language (Psilo)
      • Full List of Functions
    • Running Runbooks
    • Full Examples
  • ⚒️ Build your own CLI
    • `fig build`
    • .fig Files
  • 🧰Build your own App
    • Get Started
    • App Lifecycle
    • Key Concepts
      • Running Shell Commands
      • Reading Environment Variables
      • Accessing Files & Saving Data
      • Loading Local Resources
    • Window Managment
      • Setting Window Properties
      • Repositioning the Window
      • Focusing & Blurring the Window
    • Advanced
      • Creating a Pseudo-Terminal Session
  • Other
    • Fig for Teams
    • Security & Privacy
    • FAQ
    • Contact Us
  • Interactive Runbooks
Powered by GitBook
On this page
  • Running Local Rundown Files
  • From The Web
  1. Interactive Runbooks

Running Runbooks

PreviousFull List of FunctionsNextFull Examples

Last updated 4 years ago

To preview rundown, use the fig run CLI command.

Running Local Rundown Files

Let's say you have an Interactive Runbook called deploy.run on your Desktop. In your Terminal:

  1. Navigate to your Desktop

  2. Run: fig run deploy

Note: You do not need the .run file extension in the CLI command

You can try this with the

From The Web

If you have the URL to a Rundown or Markdown file, you can preview it instantly in Fig with fig run [url]

fig run https://gist.githubusercontent.com/ibraheem4/ce5ccd3e4d7a65589ce84f2a3b7c23a3/raw/7db00a7f09f4f688f19eb404fbeaed02f05d5cb3/postgres-brew.md

Note: Make sure you have the URL of the raw markdown or rundown. On github, this is available with the raw button

📖
examples here