This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
byom
/
deployment
Vigiar
3
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
1
Pull Requests
0
Wiki
Árvore:
af5150a02c
Ramos
Etiquetas
main
v0.0.1
deployment
/
scripts
/
bash
/
getImageDetails
getImageDetails
101 B
Histórico
Em bruto
1
2
3
4
5
6
7
#!/bin/bash
SRV="${1:?Need a fqdn}"
./ovh-bash get "vps/${SRV}/images/current" | jq -r '.'
exit $?