frankendeploy exec
frankendeploy exec
Execute a command in the application container
Synopsis
Executes a command inside the deployed application container.
Example: frankendeploy exec production php bin/console cache:clear frankendeploy exec production composer install
frankendeploy exec <server> <command> [flags]
Options
-h, --help help for exec
-u, --user string User to run command as
Options inherited from parent commands
--config string Config file (default: frankendeploy.yaml)
-v, --verbose Show detailed logs
-y, --yes Skip confirmations (CI/CD mode)
SEE ALSO
- frankendeploy - Deploy Symfony applications with FrankenPHP