docs: comprehensive atmn CLI documentation#16
Open
joejohnson123[bot] wants to merge 1 commit intomainfrom
Open
docs: comprehensive atmn CLI documentation#16joejohnson123[bot] wants to merge 1 commit intomainfrom
joejohnson123[bot] wants to merge 1 commit intomainfrom
Conversation
- Add 9 new CLI documentation pages: - getting-started.mdx: Installation, auth, first project setup - authentication.mdx: OAuth flow, API keys, environment management - push-pull.mdx: Config sync workflows and change analysis - data.mdx: Customer, plan, feature, and event data commands - templates.mdx: Built-in project templates and customization - sdk-types.mdx: TypeScript type generation for SDK integration - ci-cd.mdx: Automated deployment and environment setup - commands.mdx: Complete command reference with all options - workflows.mdx: Development patterns and best practices - Replace config.mdx with comprehensive API reference: - Complete feature() and plan() parameter documentation - All feature types: boolean, metered, credit_system - Plan feature configurations with pricing models - Examples for every billing scenario - Update docs.json navigation: - Add all new CLI pages to API Reference tab - Organize in logical order from getting started to advanced Key corrections applied: - API key prefixes: am_sk_test_* (sandbox), am_sk_live_* (production) - Feature types: boolean, metered (with consumable), credit_system - Reference-style documentation with ParamField components - Cross-referenced with actual CLI source code for accuracy
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.
Adds 10 new CLI documentation pages covering the full
atmnCLI (v2.1):autumn.config.tsreference with ParamField components (replaces old config page)4,200+ lines of new documentation. Cross-referenced against
feat/atmn-v2.1source code.Summary by cubic
Adds a full CLI docs set for atmn v2.1 with clear guides for setup, workflows, automation, and commands. Also organizes the CLI docs in navigation and replaces the config page with a complete autumn.config.ts reference.
New Documentation
Navigation
Written for commit 36f2b7e. Summary will update on new commits.