gram
is a cli to help automate common repository tasks.
gram
supports diffing current repository settings with expected settings
defined in a toml file.
``` $ gram -h gram 0.1.0 Supported commands and options.
gram
supports diffing known settings defined in a settings toml file against the current repositorysettings.
USAGE:
gram --token
FLAGS: -h, --help Prints help information -V, --version Prints version information
OPTIONS:
-t, --token
SUBCOMMANDS: diff-settings Diff actual settings with expected settings defined in a settings toml file help Prints this message or the help of the given subcommand(s)
```