This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
byom
/
deployment
Suivre
3
Voter
0
Fork
0
Fichiers
Tickets
1
Pull Requests
0
Wiki
Aborescence:
6dd86687e6
Branches
Tags
main
v0.0.1
deployment
/
scripts
/
bash
/
getImageDetails
getImageDetails
99 B
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 $?