kanban-ai 0.22.2 → 0.23.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/help.js +6 -0
  2. package/package.json +1 -1
package/dist/help.js CHANGED
@@ -17,6 +17,12 @@ function printHelp() {
17
17
  ' -v, --version Print the KanbanAI binary version that will be used and exit.',
18
18
  ' -h, --help Show this help message and exit.',
19
19
  '',
20
+ 'Binary options (forwarded to the KanbanAI server):',
21
+ ' --host <host> Set the host to bind to (default: 127.0.0.1).',
22
+ ' --port, -p <port> Set the port to listen on (default: 3000).',
23
+ ' --migrations-dir <path> Set the migrations directory.',
24
+ ' --no-auto-open Do not automatically open the browser.',
25
+ '',
20
26
  'Environment variables:',
21
27
  ' KANBANAI_BINARY_VERSION Pin a specific binary version.',
22
28
  ' KANBANAI_HOME Override the base directory for the binary cache.',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kanban-ai",
3
- "version": "0.22.2",
3
+ "version": "0.23.0",
4
4
  "description": "Thin CLI wrapper that downloads and runs the KanbanAI binary from GitHub releases.",
5
5
  "bin": {
6
6
  "kanban-ai": "dist/index.js"