Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

flk cmd

Manage custom shell commands for your flk environment.

flk cmd add dev "npm run dev"
flk cmd add test "cargo test --all"
flk cmd list
flk cmd remove dev

Subcommands

  • add <NAME> <COMMAND> [--file <PATH>]: add a command (inline or from file)
  • remove <NAME>: delete a command
  • list: list all custom commands

Options

  • -p, --profile <PROFILE>: target a specific profile instead of the default

Notes

  • Command names: letters, numbers, hyphens, underscores; cannot start with hyphen.