mirror of
https://github.com/jakejarvis/stanza.git
synced 2026-07-16 18:05:58 -04:00
chore: release
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
co-authored by
github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
parent
da603bd1f8
commit
bd0a4cda1e
@@ -1,7 +0,0 @@
|
|||||||
---
|
|
||||||
"stanza-cli": minor
|
|
||||||
---
|
|
||||||
|
|
||||||
`stanza add <category>` no longer requires a module id. Omit it and, on a TTY, `add` opens an interactive picker of that category's modules — modules that aren't compatible yet (a peer isn't installed) or are already installed render disabled with the reason shown inline. Off a TTY (CI, piped input) it lists the available ids and exits instead of hanging. Typing an id that doesn't exist now drops a TTY user into the same picker rather than failing with an opaque "module not found".
|
|
||||||
|
|
||||||
`stanza remove <category>` mirrors this for multi-choice categories: omitting the id on a TTY opens a picker over the installed records (it still errors with the installed list off a TTY).
|
|
||||||
@@ -1,5 +1,13 @@
|
|||||||
# stanza-cli
|
# stanza-cli
|
||||||
|
|
||||||
|
## 0.3.0
|
||||||
|
|
||||||
|
### Minor Changes
|
||||||
|
|
||||||
|
- [#33](https://github.com/jakejarvis/stanza/pull/33) [`8d4a4ec`](https://github.com/jakejarvis/stanza/commit/8d4a4ec415108fca0ab7dd06a5a9e9c52565608f) - `stanza add <category>` no longer requires a module id. Omit it and, on a TTY, `add` opens an interactive picker of that category's modules — modules that aren't compatible yet (a peer isn't installed) or are already installed render disabled with the reason shown inline. Off a TTY (CI, piped input) it lists the available ids and exits instead of hanging. Typing an id that doesn't exist now drops a TTY user into the same picker rather than failing with an opaque "module not found".
|
||||||
|
|
||||||
|
`stanza remove <category>` mirrors this for multi-choice categories: omitting the id on a TTY opens a picker over the installed records (it still errors with the installed list off a TTY).
|
||||||
|
|
||||||
## 0.2.0
|
## 0.2.0
|
||||||
|
|
||||||
### Minor Changes
|
### Minor Changes
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "stanza-cli",
|
"name": "stanza-cli",
|
||||||
"version": "0.2.0",
|
"version": "0.3.0",
|
||||||
"description": "Modular monorepo template CLI — shadcn for stacks.",
|
"description": "Modular monorepo template CLI — shadcn for stacks.",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"boilerplate",
|
"boilerplate",
|
||||||
|
|||||||
@@ -1,5 +1,12 @@
|
|||||||
# create-stanza
|
# create-stanza
|
||||||
|
|
||||||
|
## 0.1.3
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies [[`8d4a4ec`](https://github.com/jakejarvis/stanza/commit/8d4a4ec415108fca0ab7dd06a5a9e9c52565608f)]:
|
||||||
|
- stanza-cli@0.3.0
|
||||||
|
|
||||||
## 0.1.2
|
## 0.1.2
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "create-stanza",
|
"name": "create-stanza",
|
||||||
"version": "0.1.2",
|
"version": "0.1.3",
|
||||||
"description": "`npm init stanza` — the canonical entry point to the stanza wizard.",
|
"description": "`npm init stanza` — the canonical entry point to the stanza wizard.",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"cli",
|
"cli",
|
||||||
|
|||||||
Reference in New Issue
Block a user