fin
Docksal command line utility
Subcommands
Name | Description |
---|---|
help | Shows help |
addon | Addons management commands: install, remove (fin help addon) |
alias | Manage aliases that allow fin @alias execution (fin help alias). Create/update alias with <alias_name> that links to <path> |
db | Manage databases (fin help db) |
hosts | Hosts file commands: add, remove, list (fin help hosts) |
project | Manage project(s) (fin help project) |
ssh-key | Manage SSH keys (fin help ssh-key) |
system | Manage Docksal state (fin help system) |
vm | Manage Docksal VM (fin help vm) |
bash | Open shell into service's container. Defaults to cli |
config | Show or change configuration (fin help config) |
exec | Execute a command or a script in cli |
exec-url | Download script from URL and run it on host (URL should be public) |
init | Initialize a project (override it with your own automation, see fin help init) |
image | Image management commands: registry, save, load (fin help image) |
logs | Show service logs (e.g., Apache logs, MySQL logs) and Unison logs (fin help logs) |
run-cli, rc | Run a command in a standalone cli container in the current directory (fin help run-cli) |
share | Create temporary public url for current project using ngrok |
share-v2 | Create a temporary public URL for the project using Cloudflare Tunnel |
vhosts | List all virtual *.docksal hosts registered in Docksal proxy |
docker, d | Run Docker commands directly |
docker-compose, dc | Run Docker Compose commands directly |
docker-machine, dm | Run Docker Machine commands directly |
composer | Run Composer commands |
drush | Drush command (requires Drupal) |
drupal | Drupal Console command (requires Drupal 8) |
platform | Platform.sh's CLI (requires docksal/cli 2.3+) |
terminus | Pantheon's Terminus (requires docksal/cli 2.1+) |
wp | WordPress CLI command (requires WordPress) |
cleanup | Remove all unused Docker images, unused Docksal volumes and containers |
diagnose | Show diagnostic information for troubleshooting and bug reporting |
sysinfo | Show system information |
update | Update Docksal |
version, --version, v, -v | Print fin version. [v, -v] prints short version |