Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

relay-group update #687

Closed
mpeck opened this issue May 12, 2016 · 1 comment · Fixed by #684
Closed

relay-group update #687

mpeck opened this issue May 12, 2016 · 1 comment · Fixed by #684
Assignees
Milestone

Comments

@mpeck
Copy link
Contributor

mpeck commented May 12, 2016

the relay group command is mostly how we want it. We just need to put member actions, adding and removing bundles and relays, under their own sub-subcommand. The usage info needs to be tweaked a bit as well.

@mpeck mpeck self-assigned this May 12, 2016
@mpeck mpeck added this to the Cog 0.6.0 milestone May 12, 2016
@mpeck
Copy link
Contributor Author

mpeck commented May 12, 2016

USAGE
    relay-group <SUBCOMMAND>
    relay-group info [FLAGS] [group_name ...]
    relay-group create [FLAGS] <group_name>
    relay-group rename [FLAGS] <old_relay_name> <new_relay_name>
    relay-group delete [FLAGS] <group_name>
    relay-group member <SUBCOMMAND>
    relay-group member add [FLAGS] <group_name> <relay_name ...>
    relay-group member remove [FLAGS] <group_name> <relay_name ...>
    relay-group member assign [FLAGS] <group_name> <bundle_name ...>
    relay-group member unassign [FLAGS] <group_name> <bundle_name ...>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants