This repository was archived by the owner on May 11, 2026. It is now read-only.
docs: Remove AWS deployment and update CLI documentation#8
Merged
Conversation
Comment on lines
+9
to
+21
| runs-on: ubuntu-latest | ||
| steps: | ||
| - uses: actions/checkout@v4 | ||
| - name: Publish GitHub Release | ||
| uses: softprops/action-gh-release@v2 | ||
| with: | ||
| tag_name: ${{ github.ref_name }} | ||
| name: ${{ github.ref_name }} | ||
| generate_release_notes: true | ||
| draft: false | ||
| prerelease: false | ||
| env: | ||
| GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} No newline at end of file |
Check warning
Code scanning / CodeQL
Workflow does not contain permissions Medium
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
This PR removes all AWS-specific deployment content and updates the documentation to focus on CLI-based installation as the primary method.
Changes Made
Priority 1: Critical Changes
docs/deploying/deploy-to-aws.md(188 lines of AWS-specific content)docs/getting-started/install/install-with-cli.md- New primary installation guidedocs/introduction.md- Removed AWS section, added CLI quick startdocs/quick-start.md- Complete rewrite focusing on CLI installationdocs/extensions/fleetbase-cli.md- Added all new commands and developer account guidesPriority 2: Important Changes
docs/deploying/deploy-cloud.md- Removed AWS section, reordered providers (DigitalOcean first)docs/deploying/deploy-on-premise.md- Added CLI as recommended methodPriority 3: Cleanup
New Features
CLI Installation Guide
Developer Account Documentation
Updated Commands
flb install-fleetbase- Install Fleetbase with Dockerflb register- Register developer accountflb verify- Verify email addressflb resend-verification- Resend verification codeflb generate-token- Generate/regenerate registry tokenflb set-auth- Set registry authentication tokenImpact
Testing
Related Issues
Closes #[issue-number] (if applicable)
Note: This PR makes CLI-based installation the default and recommended method for all users, while maintaining manual Docker and source installation options for advanced users.