This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
byom
/
ovhcli
Suivre
3
Voter
0
Fork
0
Fichiers
Tickets
1
Pull Requests
0
Aborescence:
v0.0.1
Branches
Tags
main
v0.0.4
v0.0.3
v0.0.1
ovhcli
/
bin
/
getImageDetails
getImageDetails
99 B
Lien permanent
Historique
Raw
1
2
3
4
5
6
7
#!/bin/bash
SRV="${1:?Need a fqdn}"
./ovhcli get "vps/${SRV}/images/current" | jq -r '.'
exit $?