Developer Commands
deploymentLog
Read the deployment log.
Use the dl
alias to call the command
q01sdk dl
developer "dv"
Working on a kubernetes pod using source code on your local machine.
Use the dv
alias to call the command
q01sdk dv
developer
command asks for the following parameters:
Tenant: (optional): The tenantId to work on.
Git Action: can be one of the following:
- Init Job: Drop and create git repos and local directories
- Continue Job: Continue to work on a issue.
- Stash local modification
- merge current sprint branch into feature branch
- checkout feature branch to local folder
- try to apply latest stash (resolve conflicts locally if any)
- Hotfix: Same as "Init job" but you can choose the source branch to checkout and the local folder will have a different name (dkcontainername will be hotfix-dkcontainername).
before execute Init Job, you should commit and push local modification or your job will be lost!
Microservice: choose a microservice.
Choose Container: choose one or more containers to work on. For each container a local folder will be created under microservice folder. Select "--- Stop choosing containers ---" when finished.
Issue: Insert the issue code to work on.
Choose Action for Database:
- Skip: to skip the database creation process.
- Build: to build the database.
Choose Protocol: Could be http or https. Usefull to develop PWA application.
Choose Action for [Git Provider]:
- ssh: if you access to your git server using public/private key system
- username & password: if you access using credentials.
hotfix
Build and deploy hotfix in a stage.
Use the hot
alias to call the command
q01sdk hot
review
Review the code.
Use the rv
alias to call the command
q01sdk rv