Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ironthree/bodhi-cli
cli client for bodhi based on bodhi-rs
https://github.com/ironthree/bodhi-cli
Last synced: 3 months ago
JSON representation
cli client for bodhi based on bodhi-rs
- Host: GitHub
- URL: https://github.com/ironthree/bodhi-cli
- Owner: ironthree
- License: apache-2.0
- Created: 2019-12-30T13:36:41.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-04-07T18:58:50.000Z (10 months ago)
- Last Synced: 2024-09-30T05:05:40.799Z (4 months ago)
- Language: Rust
- Size: 145 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE-APACHE
Awesome Lists containing this project
README
## bodhi CLI client based on bodhi-rs
This CLI client for `bodhi-rs` exposes almost all functionality of the official
`bodhi` python client, and almost all features of the `bodhi-rs` rust bindings.By default, `bodhi-cli` will store the FAS password in the session keyring, when
the user is first prompted to enter it. To disable this, pass the
`--no-store-password` / `-n` CLI switch. To ignore any previously saved
passwords, pass the `--ignore-keyring` / `-k` CLI switch (for example, if you've
changed your password).