Skip to content

Version Packages#1049

Merged
yamcodes merged 1 commit into
mainfrom
changeset-release/main
May 21, 2026
Merged

Version Packages#1049
yamcodes merged 1 commit into
mainfrom
changeset-release/main

Conversation

@arkenv-bot
Copy link
Copy Markdown
Contributor

@arkenv-bot arkenv-bot Bot commented May 21, 2026

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@arkenv/cli@0.2.1

Patch Changes

  • Fix --help table alignment #1052 cf7bd02 @yamcodes

  • Support POSIX-style short-flag bundling in CLI parser #1047 b2e4865 @yamcodes

    Enables combining multiple short flags (e.g. -yq instead of -y -q or -yfq instead of -y -f -q) in CLI commands. Flag values starting with - (e.g. init -e -abc) are preserved without expansion.

  • Validate valued CLI flags and reject missing values #1051 dec2581 @yamcodes

    Add parser-level validation to reject flags that require a value (e.g. --example or -e) when they are passed without one. A validation error message is set, and the CLI exits with status code 1.

@github-actions github-actions Bot added docs Improvements or additions to documentation @arkenv/cli Issues or Pull Requests involving the ArkEnv CLI labels May 21, 2026
@pkg-pr-new
Copy link
Copy Markdown

pkg-pr-new Bot commented May 21, 2026

Open in StackBlitz

arkenv

npm i https://pkg.pr.new/arkenv@1049

@arkenv/bun-plugin

npm i https://pkg.pr.new/@arkenv/bun-plugin@1049

@arkenv/cli

npm i https://pkg.pr.new/@arkenv/cli@1049

@arkenv/fumadocs-ui

npm i https://pkg.pr.new/@arkenv/fumadocs-ui@1049

@arkenv/vite-plugin

npm i https://pkg.pr.new/@arkenv/vite-plugin@1049

commit: cf483a3

@arkenv-bot
Copy link
Copy Markdown
Contributor Author

arkenv-bot Bot commented May 21, 2026

📦 Bundle Size Report

Package Size Limit Diff Status
arkenv 1.73 kB 1.95 kB <0.1%
arkenv/standard 1.01 kB 1.07 kB -
arkenv/core 441 B 500 B -
@arkenv/vite-plugin 1.91 kB 2.93 kB <0.1%
@arkenv/bun-plugin 2.4 kB 2.44 kB <0.1%

All size limits passed!

@arkenv-bot arkenv-bot Bot force-pushed the changeset-release/main branch from cc148f2 to 1bb13fb Compare May 21, 2026 11:55
@arkenv-bot arkenv-bot Bot force-pushed the changeset-release/main branch from 1bb13fb to cf483a3 Compare May 21, 2026 11:58
@yamcodes yamcodes merged commit 71ea467 into main May 21, 2026
16 checks passed
@yamcodes yamcodes deleted the changeset-release/main branch May 21, 2026 12:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

@arkenv/cli Issues or Pull Requests involving the ArkEnv CLI docs Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant