Project Commands

apex project <SUB_COMMAND> [OPTIONS]
Create and manage project. Unlike packages, a project is the full Apex installation including all installed packages, and optionally comes with a staging environemtn at https://PROJECT.USERNAME.apexpl.dev/

Available Commands

Command Description
checkout Checkout a previously created project, and put the local machine under version control.
close Close the existing project, and remove version control.
create Create a new project and optional staging environment.
info View basic information regarding the open project.
sql Execute a single SQL or connect to the staging environment database.
sync Activate / deactivate the SVN Sync feature, so this system will be automatically synced with all commits made to the project repository.