Skip to content

Commit

Permalink
just: add verify target
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Meyer <[email protected]>
  • Loading branch information
katexochen committed Dec 21, 2023
1 parent 89d3d1c commit 99a9817
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,17 @@ set:
./{{worspace_dir}}/deployment/*.yml
kill $PID
verify:
#!/usr/bin/env bash
rm -rf ./{{worspace_dir}}/verify
kubectl port-forward pod/port-forwarder-coordinator 1313 &
PID=$!
sleep 1
nix run .#cli -- verify \
-c localhost:1313 \
-o ./{{worspace_dir}}/verify
kill $PID
# Load the kubeconfig from the running AKS cluster.
get-credentials:
nix run .#azure-cli -- aks get-credentials \
Expand Down

0 comments on commit 99a9817

Please sign in to comment.