An open API service indexing awesome lists of open source software.

https://github.com/karpeleslab/cloudinfo

Fetch info on current cloud environment
https://github.com/karpeleslab/cloudinfo

Last synced: 12 months ago
JSON representation

Fetch info on current cloud environment

Awesome Lists containing this project

README

          

# cloudinfo

Get information on the currently running cloud no matter the provider

## Adding a cloud provider

Submit the output of the following command in a [new issue](https://github.com/KarpelesLab/cloudinfo/issues/new):

for foo in /sys/class/dmi/id/*; do echo -n "$(basename $foo) = "; cat $foo; done