fin run-cli <command>
Run a command in a standalone cli container in the current directory (fin help run-cli)
Arguments
| Name | Description | 
|---|---|
| command | 
Options
| Name | Description | 
|---|---|
| --clean | Run command with a non-persistent $HOME directory | 
| --clenup | Clean the persistent $HOME directory and run command | 
| --debug | Print container debug output | 
| --image  <IMAGE> | 
 | 
| -e  <VAR=VALUE> | Pass environment variable(s) to the container | 
| -T | Disable pseudo-tty allocation (useful to get clean stdout) |