Fig Docs
CtrlK
  • 🏠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
  1. πŸ“–Interactive Runbooks

Full Examples

Below are example .run files you can download and play with immediately.

Simply navigate to the directory where you saved them and run fig run file_name

You don't need to include the .run in the filename

e.g. fig run heroku

812B
heroku.run
Fork a Production Database on Heroku
502B
psql.run
Set up PSQL

Coming Soon: Example Runbooks for AWS, Docker, and Heroku

Element

319B
input.run
347B
textarea.run
986B
dropdown.run
489B
checkboxes.run
678B
buttons.run

PreviousRunning RunbooksNextβš’οΈ Build your own CLI

Last updated 5 years ago