https://github.com/samlet/sagas
abc sagas startup
https://github.com/samlet/sagas
Last synced: 12 months ago
JSON representation
abc sagas startup
- Host: GitHub
- URL: https://github.com/samlet/sagas
- Owner: samlet
- License: mit
- Created: 2018-06-20T01:05:10.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-20T02:36:30.000Z (about 8 years ago)
- Last Synced: 2025-04-09T06:13:51.101Z (about 1 year ago)
- Language: Shell
- Size: 6.84 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sagas
abc sagas IaC startup scripts
## startup
```sh
curl -fsSL https://raw.githubusercontent.com/samlet/sagas/master/sagas.sh | bash
```
## cleanup
```sh
rm -rf ~/.sagas
sudo rm /usr/local/bin/sagas
# or
sagas destroy
```
## upgrade
```sh
sagas upgrade
```