Summary
Currently lark-cli minutes minutes get only supports fetching a single minute by minute_token. There is no way to list or search minutes via the CLI.
Use Case
As a user, I want to browse my minutes records from the CLI or through an AI agent, without needing to know the exact minute_token in advance.
For example:
# Desired: list my recent minutes
lark-cli minutes minutes list
# Desired: search minutes by keyword
lark-cli minutes minutes list --params '{"keyword": "周会"}'
Current Behavior
lark-cli minutes minutes only has get subcommand
get requires a minute_token parameter, which can only be obtained from the Feishu web UI
- No list/search command is available
Expected Behavior
Add a list command (or a + shortcut like +list) that returns the user's minutes, ideally with pagination and optional filters (date range, keyword, etc.).
Environment
- lark-cli installed via
npm install -g @larksuite/cli
- OS: Linux
Summary
Currently
lark-cli minutes minutes getonly supports fetching a single minute byminute_token. There is no way to list or search minutes via the CLI.Use Case
As a user, I want to browse my minutes records from the CLI or through an AI agent, without needing to know the exact
minute_tokenin advance.For example:
Current Behavior
lark-cli minutes minutesonly hasgetsubcommandgetrequires aminute_tokenparameter, which can only be obtained from the Feishu web UIExpected Behavior
Add a
listcommand (or a+shortcut like+list) that returns the user's minutes, ideally with pagination and optional filters (date range, keyword, etc.).Environment
npm install -g @larksuite/cli