Forrest logo
back to context overview

fin

List of commands for fin:

  • fin:tldr:1062a fin: Display logs of a specific container.
    $ fin logs ${container_name}
    try on your machine
    explain this command
  • fin:tldr:222c0 fin: Display logs of a specific container and follow the log.
    $ fin logs -f ${container_name}
    try on your machine
    explain this command
  • fin:tldr:66a40 fin: Start the project in the current directory.
    $ fin project start
    try on your machine
    explain this command
  • fin:tldr:8aa62 fin: Open a shell into a specific container.
    $ fin bash ${container_name}
    try on your machine
    explain this command
  • fin:tldr:e4ea6 fin: Stop the project in the current directory.
    $ fin project stop
    try on your machine
    explain this command
back to context overview