This website works better with JavaScript
Acasă
Explorează
Ajutor
Autentificare
byom
/
ovhcli
Urmărește
3
Stea
0
Bifurcare
0
Fisiere
Probleme
1
Trageți solicitările
0
Arbore:
c83d5dd22d
Ramuri
Etichete
main
v0.0.4
v0.0.3
v0.0.1
ovhcli
/
bin
/
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 $?