Files
dkl/test
Mikaël Cluseau 3256f7dbe4 initial commit
2025-06-29 18:28:01 +02:00

21 lines
349 B
Bash
Executable File

#! /bin/bash
dls=target/debug/dls
export RUST_LOG=debug
set -ex
$dls clusters
$dls hosts
$dls cluster cluster | jq '{Name}'
$dls cluster cluster ca-cert
$dls cluster cluster token
$dls cluster cluster addons | head
$dls cluster cluster ssh-sign ~/.ssh/id_ed25519.pub
$dls host m1 | jq '{Name, ClusterName, IPs}'
$dls host m1 bootstrap-config