######################################################################
######################################################################
- Say Goodbye to Makefile - Use Taskfile to Manage Tasks in CI/CD Pipelines and Locally: https://youtu.be/Z7EnwBaJzCk
#########
#########
just cluster-create
just test-watch
just cluster-destroy
#########
#########
git clone https://github.com/vfarcic/crossplane-kubernetes
cd crossplane-kubernetes
git pull
git checkout just
Watch https://youtu.be/WiFLtcBvGMU if you are not familiar with Devbox. Alternatively, you can skip Devbox and install all the tools listed in devbox.json
yourself.
devbox shell
########################################
########################################
just cluster-create
just test-watch
just cluster-destroy
just
just --show cluster-create
cat Justfile
###########
###########
exit
git checkout main