@kinotic-ai/kinotic-cli 1.0.0 → 1.0.1

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.
package/README.md CHANGED
@@ -12,7 +12,7 @@ $ npm install -g @kinotic-ai/kinotic-cli
12
12
  $ kinotic COMMAND
13
13
  running command...
14
14
  $ kinotic (--version)
15
- @kinotic-ai/kinotic-cli/1.0.0 darwin-arm64 node-v22.13.1
15
+ @kinotic-ai/kinotic-cli/1.0.1 darwin-arm64 node-v22.13.1
16
16
  $ kinotic --help [COMMAND]
17
17
  USAGE
18
18
  $ kinotic COMMAND
@@ -122,7 +122,7 @@ EXAMPLES
122
122
  $ kinotic gen -v
123
123
  ```
124
124
 
125
- _See code: [src/commands/generate.ts](https://github.com/kinotic-ai/kinotic/blob/v1.0.0/src/commands/generate.ts)_
125
+ _See code: [src/commands/generate.ts](https://github.com/kinotic-ai/kinotic/blob/v1.0.1/src/commands/generate.ts)_
126
126
 
127
127
  ## `kinotic help [COMMAND]`
128
128
 
@@ -198,7 +198,7 @@ EXAMPLES
198
198
  $ kinotic init -a my.app -e path/to/entities -g path/to/services
199
199
  ```
200
200
 
201
- _See code: [src/commands/initialize.ts](https://github.com/kinotic-ai/kinotic/blob/v1.0.0/src/commands/initialize.ts)_
201
+ _See code: [src/commands/initialize.ts](https://github.com/kinotic-ai/kinotic/blob/v1.0.1/src/commands/initialize.ts)_
202
202
 
203
203
  ## `kinotic plugins`
204
204
 
@@ -552,7 +552,7 @@ EXAMPLES
552
552
  $ kinotic sync -p -v -s http://localhost:9090
553
553
  ```
554
554
 
555
- _See code: [src/commands/synchronize.ts](https://github.com/kinotic-ai/kinotic/blob/v1.0.0/src/commands/synchronize.ts)_
555
+ _See code: [src/commands/synchronize.ts](https://github.com/kinotic-ai/kinotic/blob/v1.0.1/src/commands/synchronize.ts)_
556
556
 
557
557
  ## `kinotic update [CHANNEL]`
558
558
 
@@ -157,5 +157,5 @@
157
157
  ]
158
158
  }
159
159
  },
160
- "version": "1.0.0"
160
+ "version": "1.0.1"
161
161
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kinotic-ai/kinotic-cli",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Kinotic CLI provides the ability to interact with the Kinotic Server",
5
5
  "author": "Kinotic Developers",
6
6
  "bin": {