fin: add page (#3879)

client-spec/clarity
Pierre Rudloff 2020-03-02 20:16:11 +01:00 committed by GitHub
parent 6a93d4470a
commit d90bdb3ba1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 24 additions and 0 deletions

24
pages/common/fin.md Normal file
View File

@ -0,0 +1,24 @@
# fin
> Docksal command line utility.
> More information: <https://docs.docksal.io/fin/fin/>.
- Start the project in the current directory:
`fin project start`
- Stop the project in the current directory:
`fin project stop`
- Open a shell into a specific container:
`fin bash {{container_name}}`
- Display logs of a specific container:
`fin logs {{container_name}}`
- Display logs of a specific container and follow the log:
`fin logs -f {{container_name}}`