docs: Enhance CLI documentation with new authentication, browser, and… #33
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.
TL;DR
Organized and expanded the CLI documentation, adding new, dedicated pages for
auth,apps, andbrowserscommands.Why we made these changes
To improve the clarity, organization, and completeness of the CLI reference documentation. Splitting the docs into logical sections makes it easier for users to find information on specific commands and their various flags.
What changed?
reference/cli.mdx: Converted the main CLI doc into a high-level overview and quick start guide, replacing detailed command tables with cards linking to the new, specific pages.reference/cli/auth.mdx: New documentation for authentication commands likekernel login,logout, andauth status.reference/cli/apps.mdx: New documentation for app management commands, includingdeploy,invoke,list, andlogs.reference/cli/browsers.mdx: New, comprehensive documentation for managing remote browsers and their filesystems.docs.json: Added the new pages to the CLI section of the site navigation.Description generated by Mesa. Update settings