Skip to content

Conversation

@stainless-app
Copy link
Contributor

@stainless-app stainless-app bot commented Nov 18, 2025

Automated Release PR

0.1.2 (2025-11-20)

Full Changelog: v0.1.1...v0.1.2

⚠ BREAKING CHANGES

  • new logic for parsing arguments

Features

  • new logic for parsing arguments (de05b62)

This pull request is managed by Stainless's GitHub App.

The semver version number is based on included commit messages. Alternatively, you can manually set the version number in the title of this pull request.

For a better experience, it is recommended to use either rebase-merge or squash-merge when merging this pull request.

🔗 Stainless website
📚 Read the docs
🙋 Reach out for help or questions

@mesa-dot-dev
Copy link

mesa-dot-dev bot commented Nov 18, 2025

Mesa Description

Automated Release PR

This release introduces a major refactoring of the command-line argument parsing logic. The primary change is the removal of the custom pkg/jsonflag library in favor of using standard cli flags. This simplifies the codebase by centralizing input processing into new utility functions that merge values from flags and stdin.

Key Changes:

  • Removed jsonflag Dependency: The entire custom library for handling JSON-based flags was removed, reducing complexity and external dependencies.
  • Standardized Flag Implementation: All commands (image, instance, volume, etc.) were updated to use native cli flag types.
  • Centralized Input Handling: A new unmarshalStdinWithFlags utility was introduced to consistently merge command-line flags with JSON bodies provided via stdin.
  • Simplified API Client Initialization: Replaced getAPICommandContext with a direct hypeman.NewClient call and a new debugMiddleware for streamlined and consistent API client setup.

0.1.2 (2025-11-20)

Full Changelog: v0.1.1...v0.1.2

⚠ BREAKING CHANGES

  • new logic for parsing arguments

Features

  • new logic for parsing arguments (de05b62)

This pull request is managed by Stainless's GitHub App.

The semver version number is based on included commit messages. Alternatively, you can manually set the version number in the title of this pull request.

For a better experience, it is recommended to use either rebase-merge or squash-merge when merging this pull request.

🔗 Stainless website
📚 Read the docs
🙋 Reach out for help or questions

Description generated by Mesa. Update settings

@rgarcia rgarcia changed the title release: 0.2.0 release: 0.1.2 Nov 20, 2025
@stainless-app
Copy link
Contributor Author

stainless-app bot commented Nov 20, 2025

Release version edited manually

The Pull Request version has been manually set to 0.1.2 and will be used for the release.

If you instead want to use the version number 0.2.0 generated from conventional commits, just remove the label autorelease: custom version from this Pull Request.

@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from b7f8c62 to 8775bff Compare November 20, 2025 16:29
@rgarcia rgarcia merged commit 80c65b8 into main Nov 20, 2025
4 checks passed
@stainless-app
Copy link
Contributor Author

stainless-app bot commented Nov 20, 2025

🤖 Release is at https://github.com/onkernel/hypeman-cli/releases/tag/v0.1.2 🌻

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants