From 778da63a9634644136c2204c9b47ba725ffeb854 Mon Sep 17 00:00:00 2001 From: "zhouyue.z" Date: Fri, 10 Jul 2026 15:00:34 +0800 Subject: [PATCH] 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. --- shortcuts/base/dashboard_block_get.go | 1 - 1 file changed, 1 deletion(-) diff --git a/shortcuts/base/dashboard_block_get.go b/shortcuts/base/dashboard_block_get.go index e8fa094b1..5f6d62631 100644 --- a/shortcuts/base/dashboard_block_get.go +++ b/shortcuts/base/dashboard_block_get.go @@ -27,7 +27,6 @@ var BaseDashboardBlockGet = common.Shortcut{ Tips: []string{ "lark-cli base +dashboard-block-get --base-token --dashboard-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 {