cli
cli copied to clipboard
Command-line tool for everything at Exoscale: compute, storage, dns.
This PR implements a `--reverse-dns` flag to `compute instance` and `compute elastic-ip` commands. Note: to delete a Reverse DNS entry, run update command with `--reverse-dns ""`. ``` $ go run...
This change adds a new `exo dbaas integration` commands group, enabling DBaaS Database Service integrations management.
Follow up to my comment https://aur.archlinux.org/packages/exoscale-cli/#comment-822237 Attached there are 3 pkgbuilds: exoscale-cli (from source), exoscale-cli-bin and exoscale-cli-git ready to go [exoscale-cli-pkgbuilds.tar.gz](https://github.com/exoscale/cli/files/7192282/exoscale-cli-pkgbuilds.tar.gz)
# Description ```shell ❯ exo config add [+] API Key [none]: asdf [+] Secret Key [none]: asdf [+] Name [none]: asdf ✔ at-vie-1 [+] Set [asdf] as default account? [yN]:...
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.19.0 to 0.23.0. Commits c48da13 http2: fix TestServerContinuationFlood flakes 762b58d http2: fix tipos in comment ba87210 http2: close connections when receiving too many headers ebc8168 all: fix...
### Your request I managed to get my exoscale.toml file like this, I'm not sure how. Note the empty defaultaccount. ``` defaultaccount = "" [[accounts]] account = "clusterF-play" defaultZone =...
### What feature would you like to have in the cli? The `compute instance create` command is missing an argument to set the reverse DNS domain. Such an argument is...
# Description ## Checklist (For exoscale contributors) * [ ] Changelog updated (under *Unreleased* block) * [ ] Testing ## Testing
# Description Compute Instance delete, remove multiple entities by their IDs/Names ## Checklist (For exoscale contributors) * [x] Changelog updated (under *Unreleased* block) * [x] Testing ## Testing Deleting a...