regops 0.2.2

GitOps agent for localhost configuration management
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Release v0.2.2

- Adding token-based authentication for remote git repository (gitlab and github compatiblity using "oauth2" key)
- Fix configuration file path

## Update
Download the `.deb` and install it using:
```bash
sudo dpkg -i ./regops_<version>_amd64.deb
```

## Configuration
To add an authentication token, under the Git section of the configuration, add :
```toml
[Git.auth]
token = "XXXX"
```