Commit af3e2fa
Version Packages (#1486)
This PR was opened by the [Changesets
release](https://github.com/changesets/action) 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 dev, this PR will
be updated.
# Releases
## @arkenv/bun-plugin@0.1.12
### Patch Changes
- #### Align Bun missing-schema errors with other hosts
_[`#1482`](#1482)
[`9e37eaa`](9e37eaa)
[@yamcodes](https://github.com/yamcodes)_
Use the same short, actionable missing-schema style as Next, Nuxt, and
Vite: list the checked paths and point to `arkenv init`, without
embedding a starter `env.ts` module in the thrown error.
## @arkenv/cli@0.5.4
### Patch Changes
- #### Split `--help` options into Global and `init` sections
_[`#1483`](#1483)
[`a05a46f`](a05a46f)
[@yamcodes](https://github.com/yamcodes)_
List shared flags under **Global options** and scaffolding flags under
**init options**, matching the multi-command `/docs/cli` taxonomy.
```bash
npx @arkenv/cli@latest --help
```
```text
Usage:
arkenv init [project-name] ...
arkenv add host [provider] ...
Global options:
--yes, -y Skip prompts and use defaults ...
--quiet, -q Quiet mode ...
--json, -j Output structured JSON ...
--agent Enable non-interactive, machine-readable mode ...
--help, -h Show this help message
init options:
--example Specify an example name ...
--force, -f Bypass checks and force scaffolding
--no-codegen Disable automatic env.gen.ts code generation ...
--host-preset, -H <preset> Specify a hosting provider preset ...
```
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>1 parent a05a46f commit af3e2fa
6 files changed
Lines changed: 41 additions & 39 deletions
File tree
- .changeset
- packages
- bun-plugin
- cli
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
3 | 11 | | |
4 | 12 | | |
5 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
3 | 34 | | |
4 | 35 | | |
5 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
0 commit comments