infrastructure/justfile

14 lines
221 B
Makefile
Raw Normal View History

2024-07-21 10:27:40 +00:00
# Always use devbox environment to run commands.
set shell := ["devbox", "run"]
# Load dotenv
set dotenv-load
2024-08-31 17:48:38 +00:00
mod k8s 'k8s.tjo.cloud'
2024-08-02 20:10:21 +00:00
default:
@just --list
2024-07-25 15:42:08 +00:00
lint:
@tofu fmt -check -recursive .
@tflint --recursive