Message of the day
# This file is located in /etc/motd
Welcome to adev03, the home of innovation.
| Azalea Health has custom commands that you can run to make your day a little easier.
|
| composer run create-branch - Create a new Git branch using a JIRA ticket
| composer run create-if-branch - Create a new Git branch for the interfaces repo using a JIRA ticket
| make_pr - Create a pull request
| make_if_pr - Create a pull request for an interfaces repo branch
| make_if_folder - Make a new folder in the intf_branches directory, and install a
| fresh copy of the interfaces repo in it
| make_tl {-a} - Build a testing branch from a git branch (in bamboo), then link
| relevant tickets (in Jira). **This should rarely be ran manually
as pushing to remote should trigger this for you.
| composer run fpo - Fix a PHP file according to the repo's coding standards
| composer run fjo - Fix a JavaScript file according to the repo's coding standards
| gpo - git push origin {current_branch}
| gs - git status
| gd - git diff (no whitespace)
| gl - list all local branches (excluding dev, prod, and current branch)
| ga - git add (works with part of filename only)
| Ex. ga AppointmentModel =>
| git add -- awa/resources/apps/js/scheduler/AppointmentModel.js
| gcp - grep for part of a local branch name, check out any matches, then
| pull that branch from the remote repo
| gfo - update a branch without checking it out
| - gfo development
|
| Wiki: https://simplifymd.atlassian.net/wiki/display/DEV/Development
| Documentation: https://adev03.azaleahealth.com/docs/
|
| Utilities: /var/utilities/
| utilities are booted to the command line from /etc/profile.d/000-utilities.sh
|
| Apache root: /srv/
| Branches root is now /srv/
|
| Scripts in the repo:
| ./azaleacli
|
| Crons should be modified in the following file:
| /etc/adev03_cron/adev03_crontab
|