← 返回命令列表

Linux command

fin 命令

文本

复制后可按需替换文件名、目录或参数。

常用示例

List projects

fin project list

Start project

fin project start

Stop project

fin project stop

SSH into container

fin bash

Run drush command

fin drush [status]

说明

fin is the Docksal command-line tool for managing Docker-based development environments. It simplifies container orchestration for web development projects, particularly Drupal, WordPress, and other PHP applications. The tool handles project creation, starting/stopping containers, running commands inside containers, and managing development services like databases and mail catchers. fin abstracts Docker complexity, providing developers with simple commands for common tasks.

参数

project _ACTION_
Manage Docksal projects.
bash
SSH into CLI container.
drush _CMD_
Run Drush command.
exec _CMD_
Execute command in container.
up
Start project containers.
stop
Stop project containers.
--help
Display help information.

FAQ

What is the fin command used for?

fin is the Docksal command-line tool for managing Docker-based development environments. It simplifies container orchestration for web development projects, particularly Drupal, WordPress, and other PHP applications. The tool handles project creation, starting/stopping containers, running commands inside containers, and managing development services like databases and mail catchers. fin abstracts Docker complexity, providing developers with simple commands for common tasks.

How do I run a basic fin example?

Run `fin project list` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does project _ACTION_ do in fin?

Manage Docksal projects.