mirror of
https://github.com/larksuite/cli.git
synced 2026-07-13 21:24:31 +08:00
Add docs +history-list, +history-revert, and +history-revert-status backed by docs_ai history OpenAPI endpoints. Document the safe history workflow and extend dry-run/live E2E coverage for the new shortcuts.
58 lines
568 B
Plaintext
58 lines
568 B
Plaintext
# Build output
|
|
/lark-cli*
|
|
.cache/
|
|
dist/
|
|
bin/
|
|
|
|
# Node
|
|
node_modules/
|
|
|
|
# Python (skill-bundled helper scripts)
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# Go
|
|
docs/ref
|
|
docs/
|
|
!tests/cli_e2e/docs/
|
|
!tests/cli_e2e/docs/*.go
|
|
!tests/cli_e2e/docs/*.md
|
|
vendor/
|
|
|
|
|
|
#test
|
|
test_scripts/
|
|
tests/mail/reports/
|
|
|
|
/log/
|
|
|
|
|
|
# Generated / test artifacts
|
|
.hammer/
|
|
.lark-slides/
|
|
/notes/
|
|
/minutes/
|
|
internal/registry/meta_data.json
|
|
cmd/api/download.bin
|
|
app.log
|
|
/sidecar-server-demo
|
|
/server-demo
|
|
.tmp/
|
|
cover*.out
|
|
|
|
lark-env.sh
|
|
/automations/
|