This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zaloguj się
byom
/
deployment
Obserwuj
3
Polub
0
Forkuj
0
Pliki
Problemy
1
Oczekujące zmiany
0
Wiki
Drzewo:
6dd86687e6
Gałęzie
Tagi
main
v0.0.1
deployment
/
scripts
/
bash
/
getImageDetails
getImageDetails
99 B
Historia
Czysty
1
2
3
4
5
6
7
#!/bin/bash
SRV="${1:?Need a fqdn}"
./ovhcli get "vps/${SRV}/images/current" | jq -r '.'
exit $?