fin run-cli <command>

Run a command in a standalone cli container in the current directory (fin help run-cli)

Arguments

NameDescription
command

Options

NameDescription
--cleanRun command with a non-persistent $HOME directory
--clenupClean the persistent $HOME directory and run command
--debugPrint container debug output
--image <IMAGE>
  • Requires equal sign 🔁
-e <VAR=VALUE>Pass environment variable(s) to the container
-TDisable pseudo-tty allocation (useful to get clean stdout)