serverSub-commands:
updownloginUsage: dx login <your-workspace-url>
logoutUsage: dx logout
newStart new application from a starter framework.
Usage: dx new
initInitialize app at a current working directory.
Usage: dx init
gitSub-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