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
- Host: GitHub
- URL: https://github.com/karpeleslab/cloudinfo
- Owner: KarpelesLab
- License: mit
- Created: 2024-06-18T20:01:45.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-29T15:01:59.000Z (almost 2 years ago)
- Last Synced: 2024-09-04T09:49:56.350Z (almost 2 years ago)
- Language: Go
- Size: 36.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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