Introduces roq-cli, a standalone CLI for Roq - #819
Merged
Conversation
|
🙈 The PR is closed and the preview is expired. |
Commands: start, serve, create, update, generate, and blog. The `roq blog` command fetches posts from an RSS feed with colored terminal output, spacebar paging, and clickable hyperlinks (OSC 8 with visible URL fallback). Includes lightweight TerminalUtils for ANSI styling and raw input without external dependencies. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
ia3andy
force-pushed
the
roq-cli-blog-command
branch
from
April 6, 2026 16:02
0ca168f to
e4217e5
Compare
Collaborator
Author
|
not all feature but a start to #727 |
- Publish thin JAR (main) + fat JAR (fatjar classifier) for library and CLI use respectively - Extract project creation logic into reusable RoqProjectCreator - Update jbang-catalog.json to point to fatjar on Maven Central - Add post-prepare-release.sh hook to set version on release Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Removes ~20 copied files from io.quarkus.cli.common and depends on the published io.quarkus:quarkus-cli-common artifact instead. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Use CreateProject.noDockerfiles() instead of cleaning up after. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.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
roq-cli, a standalone CLI for Roq with commands:start,serve,create,update,generate, andblogroq blogcommand fetches posts from an RSS feed with colored terminal output, spacebar paging (5 at a time), and clickable hyperlinks (OSC 8 with visible URL fallback)TerminalUtilsfor ANSI styling and raw input without external dependencies🤖 Generated with Claude Code