djeremiah / crossplane-kubernetes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Demo Manifests and Code Used in DevOps Toolkit Videos

From Makefile to Justfile (or Taskfile): Recipe Runner Replacement

Generate manifests

devbox shell

just package-generate

exit

Run Tests

devbox shell

just cluster-create

just test-watch

# Stop the watcher with `ctrl+c`

just cluster-destroy

exit

Publish To Upbound

devbox shell

# Replace `[...]` with the Upbound Cloud account
export UP_ACCOUNT=[...]

# Replace `[...]` with the Upbound Cloud token
export UP_TOKEN=[...]

# Replace `[...]` with the version of the package (e.g., `v0.5.0`)
export VERSION=[...]

just package-publish

exit

About


Languages

Language:Just 87.0%Language:Nix 13.0%