LinuxCommandLibrary

fin

Docksal command line utility.

TLDR

Start the project in the current directory

$ fin project start
copy


Stop the project in the current directory
$ fin project stop
copy


Open a shell into a specific container
$ fin bash [container_name]
copy


Display logs of a specific container
$ fin logs [container_name]
copy


Display logs of a specific container and follow the log
$ fin logs -f [container_name]
copy

Copied to clipboard