This website works better with JavaScript
Acasă
Explorează
Ajutor
Autentificare
byom
/
deployment
Urmărește
3
Stea
0
Bifurcare
0
Fisiere
Probleme
1
Trageți solicitările
0
Wiki
Arbore:
6dd86687e6
Ramuri
Etichete
main
v0.0.1
deployment
/
scripts
/
bash
/
getImageDetails
getImageDetails
99 B
Istoric
Crud
1
2
3
4
5
6
7
#!/bin/bash
SRV="${1:?Need a fqdn}"
./ovhcli get "vps/${SRV}/images/current" | jq -r '.'
exit $?