sohey-dr / chinviter

CLI tool to invite Slack channels of a workspace

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Slack Channel Inviter

Features

CLI tool to invite Slack channels of a workspace

How to install

git clone git@github.com:sohey-dr/chinviter.git
cd chinviter
cp .env.sample .env
cargo run -- -help

USAGE

USAGE:
    chinviter [OPTIONS] <TOKEN> <SUBCOMMAND>

ARGS:
    <TOKEN>
    <SUBCOMMAND>

OPTIONS:
    -f, --filter <filter>    [default: ]
    -h, --help                 Print help information
    -u, --user_id <USER_ID>    [default: ]
    -V, --version              Print version information

Author

License

  • MIT
    • see LICENSE

About

CLI tool to invite Slack channels of a workspace

License:MIT License


Languages

Language:Rust 100.0%