
fin
List of commands for fin:
-
fin:tldr:1062a fin: Display logs of a specific container.$ fin logs ${container_name}try on your machineexplain this command
-
fin:tldr:222c0 fin: Display logs of a specific container and follow the log.$ fin logs -f ${container_name}try on your machineexplain this command
-
fin:tldr:66a40 fin: Start the project in the current directory.$ fin project starttry on your machineexplain this command
-
fin:tldr:8aa62 fin: Open a shell into a specific container.$ fin bash ${container_name}try on your machineexplain this command
-
fin:tldr:e4ea6 fin: Stop the project in the current directory.$ fin project stoptry on your machineexplain this command