https://github.com/jercle/cloudini
Azure Tooling with enhanced reporting, data aggregation, and UX. Rewrite and improvement of https://github.com/jercle/azgo in Go
https://github.com/jercle/cloudini
Last synced: about 2 months ago
JSON representation
Azure Tooling with enhanced reporting, data aggregation, and UX. Rewrite and improvement of https://github.com/jercle/azgo in Go
- Host: GitHub
- URL: https://github.com/jercle/cloudini
- Owner: jercle
- License: other
- Created: 2024-03-04T01:48:29.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-16T06:44:14.000Z (11 months ago)
- Last Synced: 2024-05-17T00:38:39.054Z (11 months ago)
- Language: Go
- Size: 17.1 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Cloudini
This CLI has been created to add additional functionality to [Azure CLI](https://docs.microsoft.com/en-us/cli/azure/) such as data aggregation from multiple `az` commands, reporting, and pulling data from both Azure DevOps and Azure.
Some of the reporting functionality is around container vulnerability scanning with the ability to install a web portal as an Azure Web App in development
This CLI is still very much under development, and functions with the `test-` or `dev-` prefixes are considered mid-development
Any help with testing would be greatly appreciated, as that area is my biggest weakness.
- [Cloudini](#cloudini)
- [Getting started](#getting-started)
- [Functionality](#functionality)
- [Proxy settings (Windows only)](#proxy-settings-windows-only)## Getting started
Copy [cldConf.json](https://raw.githubusercontent.com/jercle/cloudini/develop/cldConf.json) to `$HOME\.config\cld\` on mac/linux `%userprofile%\.config\cld\` on Windows## Functionality
### Proxy settings (Windows only)
* Set default proxy configured in cloudini
* `cld.exe u win proxy -s`
* Get currently configured proxy in Windows
* `cld.exe u win proxy`
* Open 'Internet Options' control panel cmdlet
* `cld.exe u win proxy -o`
* Remove proxy configuration
* `cld.exe u win proxy -d`
* Set proxy configuration from a proxyConfig object in the cloudini config file
* `cld.exe u win proxy -s -n NAME`