server
Sub-commands:
up
down
login
Usage: dx login <your-workspace-url>
logout
Usage: dx logout
new
Start new application from a starter framework.
Usage: dx new
init
Initialize app at a current working directory.
Usage: dx init
git
Sub-commands:
login
- login to your git provider
Usage:
dx git login
- Login to the git provider of current working directory, if there is no git providers detected, Github will be selected as default.dx git login --github
- Authenticate dx
CLI with Githubdx git login --bitbucket
- Authenticate dx
CLI with Bitbucketlogout
- logout from all git providers
pr
- create new pull request, alias pullrequest
Usage:
dx git pr
- create a pull request to main
branchdx git pr <destination-branch>
- create a pull request from current branch to destination branchdx git pr <from-branch> <to-branch>
- create a pull request from a branch to another