docs: add kintone-search tool to README#464
Open
chihiro-adachi wants to merge 1 commit into
Open
Conversation
nameless-mc
approved these changes
Jun 2, 2026
nameless-mc
left a comment
Contributor
There was a problem hiding this comment.
全体的に対応どちらでも良いかなという部分なのでApproveしておきます
|
|
||
| ### `kintone-search`ツールの注意点 | ||
|
|
||
| - `kintone-search`は[APIラボの検索API](https://github.com/kintone/js-sdk/blob/main/packages/rest-api-client/docs/search.md)を利用しています。そのため、ツールの挙動は予告なく変更される場合があります。 |
| - `--attachments-dir`または`KINTONE_ATTACHMENTS_DIR`を指定しない場合はツール実行時にエラーになります。 | ||
| - `--attachments-dir`または`KINTONE_ATTACHMENTS_DIR`に存在しないディレクトリを指定した場合は、ディレクトリを新規作成してからそこに保存されます。 | ||
|
|
||
| ### `kintone-search`ツールの注意点 |
Contributor
There was a problem hiding this comment.
見出しをkintone-searchにするよりも実験中の機能とかを見出しにした方が自然な気がしました
Contributor
There was a problem hiding this comment.
(別対応可)
kintone-get-apps / kintone-add-app / kintone-search に関してID/PW認証でしか使えないことをどこかに書いても良さそう
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why
kintone-searchツールが実装されているものの、README のツール一覧に記載がなかったため追加します。What
kintone-searchを追加kintone-searchツールの注意点(API ラボの検索 API を利用しているため挙動が変わりうる旨)を追加How to test
Checklist
pnpm lintandpnpm teston the root directory.