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