An open API service indexing awesome lists of open source software.

https://github.com/samlet/sagas

abc sagas startup
https://github.com/samlet/sagas

Last synced: 12 months ago
JSON representation

abc sagas startup

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
```