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:
zhouyue.z
2026-07-10 15:00:34 +08:00
parent a90173646a
commit 778da63a96

View File

@@ -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 {