Crates.io | gram-cli |
lib.rs | gram-cli |
version | 0.1.0 |
source | src |
created_at | 2020-03-18 21:01:55.548762 |
updated_at | 2020-03-18 21:01:55.548762 |
description | gram is a cli for automating github interactions. |
homepage | https://github.com/wayofthepie/gram-cli |
repository | https://github.com/wayofthepie/gram-cli |
max_upload_size | |
id | 220284 |
size | 52,584 |
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.
# Diff settings `gram` supports diffing known settings defined in a settings toml file against the current repository
settings.
USAGE:
gram --token <token> <SUBCOMMAND>
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
OPTIONS:
-t, --token <token> Github token to use [env: GITHUB_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)