Skip to main content
The Symfony CLI allows you to interact with your project from the command line. It wraps the Upsun CLI with added features related to Symfony. So when using Symfony, you can replace upsun <command> by symfony upsun:<command> in all of your commands.

Useful Symfony CLI commands

  • Open the web administration console:
  • Open the URL of the current environment:
  • Open an SSH connection to your environment:
  • Configure a project for Upsun:
  • Get a list of all the domains:
  • Create a new environment:
  • Get a list of all the environments:
  • Push code to the current environment:
  • Get a list of all the active projects:
  • Add a user to the project:
  • List variables:

Useful commands when using Symfony with a database

  • Create a local dump of the remote database:
  • Run an SQL query on the remote database:
  • Import a local SQL file into a remote database:
Last modified on March 12, 2026