Files
herolib/examples/threefold/tfgrid3deployer/vm_gw_caddy/delete.vsh
2025-01-31 15:39:44 +03:00

16 lines
432 B
GLSL
Executable File

#!/usr/bin/env -S v -gc none -cc tcc -d use_openssl -enable-globals -cg run
import freeflowuniverse.herolib.threefold.gridproxy
import freeflowuniverse.herolib.threefold.tfgrid3deployer
import freeflowuniverse.herolib.installers.threefold.griddriver
import os
import time
griddriver.install()!
v := tfgrid3deployer.get()!
println('cred: ${v}')
deployment_name := 'vm_caddy1'
tfgrid3deployer.delete_deployment(deployment_name)!