Files
dkl/test-dls
2025-07-20 18:48:52 +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