Skip to content

feat(samples): add CLI sample using picocli (issue #22)#130

Open
saksham869 wants to merge 2 commits into
hiero-ledger:mainfrom
saksham869:main
Open

feat(samples): add CLI sample using picocli (issue #22)#130
saksham869 wants to merge 2 commits into
hiero-ledger:mainfrom
saksham869:main

Conversation

@saksham869

@saksham869 saksham869 commented May 4, 2026

Copy link
Copy Markdown

Adds a CLI sample for hiero-enterprise-java using picocli, as requested in #22.

What's included

  • create-account — creates a new Hiero account
  • create-topic — creates a topic with optional memo
  • send-message — submits a message to an existing topic

Structure

Follows the same pattern as hiero-enterprise-spring-sample and
hiero-enterprise-microprofile-sample, built on hiero-enterprise-base
with no framework dependency.

Closes #22

@hendrikebbers

Signed-off-by: satyam mishra <mishrasatyam3456@gmail.com>
@saksham869

Copy link
Copy Markdown
Author

Hi @hendrikebbers — I've submitted PR #130 adding the CLI sample using picocli:
#130
Happy to make any changes you'd like!

…ider (issue hiero-ledger#131)

Signed-off-by: satyam mishra <mishrasatyam3456@gmail.com>
@amkr6207

amkr6207 commented May 5, 2026

Copy link
Copy Markdown
Contributor

Thanks for working on this.

I think PR-3 should wait for maintainer feedback on PR-1 (#127) and PR-2 (#126), so the CLI sample follows the same agreed direction.

A couple of concerns here:

  1. The CLI flows are not aligned with the flow direction being established in PR-1 and PR-2.
  2. This PR also includes an unrelated MicroProfile change, so it is not scoped only to the CLI sample.

It may be better to revisit PR-3 after feedback on the first two PRs.

@Ndacyayisenga-droid, @manishdait, @hendrikebbers PTAL. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Provide concrete samples

2 participants