To carry out certain tasks in any directory, these are the standard commands:
Commands | Purpose |
---|---|
make setup |
To setup the codebase for development |
make install |
install packages |
make upgrade |
upgrade packages |
make sync |
synchronize/generate local code e.g graphql queries, kubernetes configs etc |
make dev |
start cluster/app locally in live reloading mode |
make format |
format code |
make check |
check that code aligns with standard |
make test |
run automated tests |