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

Implement backend management CLI #894

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

kerthical
Copy link
Contributor

ICTSC Regaliaのバックエンドを触れるCLIを作成しました。実質的にcurlの薄いラッパーです。 #893

@kerthical kerthical self-assigned this Dec 25, 2024
Copy link
Contributor

The latest Buf updates on your PR. Results from workflow Proto CI Pipeline / lint (pull_request).

BuildFormatLintBreakingUpdated (UTC)
✅ passed✅ passed✅ passed✅ passedDec 25, 2024, 9:54 AM

@kerthical kerthical requested a review from tosuke December 25, 2024 09:54
@kerthical kerthical linked an issue Dec 25, 2024 that may be closed by this pull request
@kerthical kerthical added enhancement New feature or request backend Backend issues go Pull requests that update Go code labels Dec 25, 2024
@kerthical kerthical marked this pull request as ready for review January 6, 2025 17:45
Copy link
Collaborator

@tosuke tosuke left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lint は通る状態にしてからレビューに出してほしいです 🙇

},
}

func init() {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

初期化順序がわかりにくくなるので init は使わないでほしいです。func createCmd()を定義するなどがよさそう

@kerthical
Copy link
Contributor Author

lint は通る状態にしてからレビューに出してほしいです 🙇

lintは通ってませんか…?とはいえコンフリクトの解決とレビュー項目については時間がある時に修正しておきます。

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Backend issues enhancement New feature or request go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Admin API を操作する CLI
2 participants