read. me.

This commit is contained in:
mbecker20
2024-05-28 01:35:49 -07:00
parent defbab5955
commit 669d5c81b4

View File

@@ -33,12 +33,15 @@ Docs for periphery setup script can be found in [scripts/readme.md](https://gith
- **User Groups**
- Admins can now create User Groups and assign permissions to them as if they were a user.
- Multiple users can then be added to the group, and a user can be added to multiple groups
- Multiple users can then be added to the group, and a user can be added to multiple groups.
- Users in the group inherit the group's permissions.
- **Monitor CLI + Sync**
- Introduces the [monitor cli](https://crates.io/crates/monitor_cli), which can sync resources declared across multiple toml files.
- Implements granular diffing of local and remote resources, producing detailed logs of the changes which will be made before user confirm.
- Resource files can be checked into git and managed via PR, enabling easy scaling even with large numbers of resources.
- All UI resources include button to export the resource to TOML for easy addition to your resource file. There is also a button to export all resources
to make the move to file managed resources.
- **Builds**
- Build log displays the **latest commit hash and message**.