feat: add hidden Fern Writer CLI documentation pages#5669
Open
fern-support wants to merge 3 commits into
Open
Conversation
Add three hidden pages under AI features > Fern Writer CLI: - Install and use: CLI installation, auth, and command reference - Automate with CI/CD: GitHub Actions workflows for auto-documenting PRs - Scheduled runs: Cron-based workflows for periodic doc reviews Pages are hidden from navigation but accessible via direct URL. Co-Authored-By: Chris McDonnell <chris@buildwithfern.com>
Contributor
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
Contributor
|
🌿 Preview your docs: https://fern-preview-devin-1780425122-fern-writer-cli-docs.docs.buildwithfern.com/learn Here are the markdown pages you've updated: |
- brew tap fern-api/tap + brew install fern-writer - npm install -g @fern-api/fern-writer - curl installer via cli.buildwithfern.com - Add pnpm tab - Add version verification step - Reference CLI generator docs Co-Authored-By: Chris McDonnell <chris@buildwithfern.com>
- Auth env var: FERN_WRITER_TOKEN (not FERN_TOKEN) - Commands: fern-writer scribe-api create-scribe-session (not sessions create) - npm package: @fern-api/fern-writer (not fern-writer) - Use --prompt/--github-repo flags instead of --json - Add environment variables reference table - All commands verified against actual generated CLI binary Co-Authored-By: Chris McDonnell <chris@buildwithfern.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Hidden docs pages for the Fern Writer CLI, updated with commands verified against the actual generated binary:
fern-api/tap), npm (@fern-api/fern-writer), pnpm, curl installer. Auth env var isFERN_WRITER_TOKEN.fern-writer scribe-api create-scribe-session --prompt ... --github-repo ...syntax.Key corrections from initial draft: env var is
FERN_WRITER_TOKEN(notFERN_TOKEN), commands live underscribe-apisubcommand, flags are--prompt/--github-repo(not--json), npm package is@fern-api/fern-writer.Link to Devin session: https://app.devin.ai/sessions/073d5dd5383547f4931722fe34e551d8
Requested by: @cdonel707