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

Admin API を操作する CLI #893

Open
tosuke opened this issue Dec 25, 2024 · 0 comments · May be fixed by #894
Open

Admin API を操作する CLI #893

tosuke opened this issue Dec 25, 2024 · 0 comments · May be fixed by #894
Assignees

Comments

@tosuke
Copy link
Collaborator

tosuke commented Dec 25, 2024

全てが API であってほしいが、認証とかを考えると真面目に叩くのはちょっと面倒なので、薄いラッパーとしての CLI があるとよい

イメージ

# admin.v1.TeamService/CreateTeam を呼び出す
$ ictsctl team create-team '{ "team": { "code": 1, "name": "トラブルシューターズ", "organization": "ICTSC" }}' 
{ "team": {...}}
@kerthical kerthical linked a pull request Dec 25, 2024 that will close this issue
@kerthical kerthical linked a pull request Dec 25, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants