Skip to content

docs: fix installation guide flags#121

Merged
XXPermanentXX merged 1 commit into
mainfrom
fix/install-doc-non-interactive
Jul 24, 2026
Merged

docs: fix installation guide flags#121
XXPermanentXX merged 1 commit into
mainfrom
fix/install-doc-non-interactive

Conversation

@XXPermanentXX

Copy link
Copy Markdown
Collaborator

Summary

  • replace the removed --non-interactive guidance with supported non-TTY output options
  • add an installation-document contract test that validates documented bl commands, flags, and the published Node.js engine requirement
  • add a maintenance checklist covering the CLI source, static-resource copy, and deployed document

Root cause

--non-interactive was removed in 1.7.0, but the installation guide still referenced it. The CLI guide, static-resource copy, and deployed /cli/install.md then drifted independently.

User impact

CI and agent-driven installations no longer receive a verification command that fails immediately with Unknown flag. Future unsupported command or flag examples in INSTALL.md are caught by tests.

Validation

  • vp check
  • pnpm -F bailian-cli test -- tests/install-doc.test.ts (2 passed)
  • cmp -s INSTALL.md ../bailian-cli-static-resources/public/install.txt

Closes #120

@XXPermanentXX
XXPermanentXX merged commit fac2b2d into main Jul 24, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Documented --non-interactive flag does not exist on bl text chat (v1.10.1)

1 participant