mirror of
https://github.com/larksuite/cli.git
synced 2026-08-03 08:32:46 +08:00
docs(base): drop redundant block-get audit tip
The 'do not audit every block after creation' hint duplicates the create-then-suppress-get guidance already in lark-base-dashboard.md, so remove it from the +dashboard-block-get tips to keep them focused.
This commit is contained in:
@@ -27,7 +27,6 @@ var BaseDashboardBlockGet = common.Shortcut{
|
||||
Tips: []string{
|
||||
"lark-cli base +dashboard-block-get --base-token <base_token> --dashboard-id <dashboard_id> --block-id <block_id>",
|
||||
"Use this command for block metadata such as name, type, layout, and data_config.",
|
||||
"For new dashboard creation, do not use this command to audit every existing or newly created block; reserve it for a specific block you need to inspect or fix.",
|
||||
"Use +dashboard-block-get-data when you need the computed chart result instead of metadata.",
|
||||
},
|
||||
DryRun: func(ctx context.Context, runtime *common.RuntimeContext) *common.DryRunAPI {
|
||||
|
||||
Reference in New Issue
Block a user