This website works better with JavaScript
Home
Explore
Help
Sign In
byom
/
ovhcli
Watch
3
Star
0
Fork
0
Files
Issues
1
Pull Requests
0
Tree:
c83d5dd22d
Branches
Tags
main
v0.0.4
v0.0.3
v0.0.1
ovhcli
/
bin
/
getImageDetails
getImageDetails
99 B
History
Raw
1
2
3
4
5
6
7
#!/bin/bash
SRV="${1:?Need a fqdn}"
./ovhcli get "vps/${SRV}/images/current" | jq -r '.'
exit $?