https://github.com/dsully/released
CLI for fetching GitHub Released Artifacts
https://github.com/dsully/released
Last synced: 5 months ago
JSON representation
CLI for fetching GitHub Released Artifacts
- Host: GitHub
- URL: https://github.com/dsully/released
- Owner: dsully
- License: mit
- Created: 2023-10-15T02:54:24.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-31T03:05:40.000Z (over 1 year ago)
- Last Synced: 2025-01-31T04:18:12.202Z (over 1 year ago)
- Language: Rust
- Size: 194 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Released
CLI for installing and updating GitHub released Artifacts.
## Installation
```shell
brew install dsully/tap/released
```
## Getting Started
```shell
released --help
```
## Config and State
Configuration is in `$XDG_CONFIG_HOME/released/config.toml`
What is actually installed is at: `$XDG_STATE_HOME/released/installed.json`
### Inspired By
[gitrel](https://github.com/izirku/gitrel) and [vers](https://github.com/reynn/vers)