@contextual-io/cli 0.1.2 → 0.1.3

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
@@ -20,7 +20,7 @@ $ npm install -g @contextual-io/cli
20
20
  $ ctxl COMMAND
21
21
  running command...
22
22
  $ ctxl (--version)
23
- @contextual-io/cli/0.1.2 linux-x64 node-v25.2.1
23
+ @contextual-io/cli/0.1.3 linux-x64 node-v25.2.1
24
24
  $ ctxl --help [COMMAND]
25
25
  USAGE
26
26
  $ ctxl COMMAND
@@ -67,7 +67,7 @@ GLOBAL FLAGS
67
67
  -C, --config-id=<value> Specify config id to use for call.
68
68
  ```
69
69
 
70
- _See code: [src/commands/base.ts](https://github.com/ContextualIO/contextual-cli/blob/v0.1.2/src/commands/base.ts)_
70
+ _See code: [src/commands/base.ts](https://github.com/ContextualIO/contextual-cli/blob/v0.1.3/src/commands/base.ts)_
71
71
 
72
72
  ## `ctxl config add CONFIG-ID`
73
73
 
@@ -92,7 +92,7 @@ EXAMPLES
92
92
  $ ctxl config add some-config-id --tenant-id my-tenant
93
93
  ```
94
94
 
95
- _See code: [src/commands/config/add.ts](https://github.com/ContextualIO/contextual-cli/blob/v0.1.2/src/commands/config/add.ts)_
95
+ _See code: [src/commands/config/add.ts](https://github.com/ContextualIO/contextual-cli/blob/v0.1.3/src/commands/config/add.ts)_
96
96
 
97
97
  ## `ctxl config current`
98
98
 
@@ -112,7 +112,7 @@ EXAMPLES
112
112
  $ ctxl config current
113
113
  ```
114
114
 
115
- _See code: [src/commands/config/current.ts](https://github.com/ContextualIO/contextual-cli/blob/v0.1.2/src/commands/config/current.ts)_
115
+ _See code: [src/commands/config/current.ts](https://github.com/ContextualIO/contextual-cli/blob/v0.1.3/src/commands/config/current.ts)_
116
116
 
117
117
  ## `ctxl config delete CONFIG-ID`
118
118
 
@@ -132,7 +132,7 @@ EXAMPLES
132
132
  $ ctxl config delete some-config-id
133
133
  ```
134
134
 
135
- _See code: [src/commands/config/delete.ts](https://github.com/ContextualIO/contextual-cli/blob/v0.1.2/src/commands/config/delete.ts)_
135
+ _See code: [src/commands/config/delete.ts](https://github.com/ContextualIO/contextual-cli/blob/v0.1.3/src/commands/config/delete.ts)_
136
136
 
137
137
  ## `ctxl config get [CONFIG-ID]`
138
138
 
@@ -157,7 +157,7 @@ EXAMPLES
157
157
  $ ctxl config get some-config-id
158
158
  ```
159
159
 
160
- _See code: [src/commands/config/get.ts](https://github.com/ContextualIO/contextual-cli/blob/v0.1.2/src/commands/config/get.ts)_
160
+ _See code: [src/commands/config/get.ts](https://github.com/ContextualIO/contextual-cli/blob/v0.1.3/src/commands/config/get.ts)_
161
161
 
162
162
  ## `ctxl config list`
163
163
 
@@ -177,7 +177,7 @@ EXAMPLES
177
177
  $ ctxl config list
178
178
  ```
179
179
 
180
- _See code: [src/commands/config/list.ts](https://github.com/ContextualIO/contextual-cli/blob/v0.1.2/src/commands/config/list.ts)_
180
+ _See code: [src/commands/config/list.ts](https://github.com/ContextualIO/contextual-cli/blob/v0.1.3/src/commands/config/list.ts)_
181
181
 
182
182
  ## `ctxl config login`
183
183
 
@@ -194,7 +194,7 @@ EXAMPLES
194
194
  $ ctxl config login
195
195
  ```
196
196
 
197
- _See code: [src/commands/config/login.ts](https://github.com/ContextualIO/contextual-cli/blob/v0.1.2/src/commands/config/login.ts)_
197
+ _See code: [src/commands/config/login.ts](https://github.com/ContextualIO/contextual-cli/blob/v0.1.3/src/commands/config/login.ts)_
198
198
 
199
199
  ## `ctxl config use CONFIG-ID`
200
200
 
@@ -214,7 +214,7 @@ EXAMPLES
214
214
  $ ctxl config use some-config-id
215
215
  ```
216
216
 
217
- _See code: [src/commands/config/use.ts](https://github.com/ContextualIO/contextual-cli/blob/v0.1.2/src/commands/config/use.ts)_
217
+ _See code: [src/commands/config/use.ts](https://github.com/ContextualIO/contextual-cli/blob/v0.1.3/src/commands/config/use.ts)_
218
218
 
219
219
  ## `ctxl create [URI]`
220
220
 
@@ -619,7 +619,7 @@ EXAMPLES
619
619
  $ ctxl records add --type my-type --input-file records.json
620
620
  ```
621
621
 
622
- _See code: [src/commands/records/add.ts](https://github.com/ContextualIO/contextual-cli/blob/v0.1.2/src/commands/records/add.ts)_
622
+ _See code: [src/commands/records/add.ts](https://github.com/ContextualIO/contextual-cli/blob/v0.1.3/src/commands/records/add.ts)_
623
623
 
624
624
  ## `ctxl records delete [URI]`
625
625
 
@@ -654,7 +654,7 @@ EXAMPLES
654
654
  $ ctxl records delete --type my-type --id instance-1 --id instance-2
655
655
  ```
656
656
 
657
- _See code: [src/commands/records/delete.ts](https://github.com/ContextualIO/contextual-cli/blob/v0.1.2/src/commands/records/delete.ts)_
657
+ _See code: [src/commands/records/delete.ts](https://github.com/ContextualIO/contextual-cli/blob/v0.1.3/src/commands/records/delete.ts)_
658
658
 
659
659
  ## `ctxl records get [URI]`
660
660
 
@@ -689,7 +689,7 @@ EXAMPLES
689
689
  $ ctxl records get --type my-type --id instance-1 --id instance-2
690
690
  ```
691
691
 
692
- _See code: [src/commands/records/get.ts](https://github.com/ContextualIO/contextual-cli/blob/v0.1.2/src/commands/records/get.ts)_
692
+ _See code: [src/commands/records/get.ts](https://github.com/ContextualIO/contextual-cli/blob/v0.1.3/src/commands/records/get.ts)_
693
693
 
694
694
  ## `ctxl records list [URI]`
695
695
 
@@ -732,7 +732,7 @@ EXAMPLES
732
732
  $ ctxl records list --type my-type -s field1=value1 -s field2=value2 --include-total
733
733
  ```
734
734
 
735
- _See code: [src/commands/records/list.ts](https://github.com/ContextualIO/contextual-cli/blob/v0.1.2/src/commands/records/list.ts)_
735
+ _See code: [src/commands/records/list.ts](https://github.com/ContextualIO/contextual-cli/blob/v0.1.3/src/commands/records/list.ts)_
736
736
 
737
737
  ## `ctxl records query [URI]`
738
738
 
@@ -772,7 +772,7 @@ EXAMPLES
772
772
  $ ctxl records query --type my-type --include-total --query-file query.json
773
773
  ```
774
774
 
775
- _See code: [src/commands/records/query.ts](https://github.com/ContextualIO/contextual-cli/blob/v0.1.2/src/commands/records/query.ts)_
775
+ _See code: [src/commands/records/query.ts](https://github.com/ContextualIO/contextual-cli/blob/v0.1.3/src/commands/records/query.ts)_
776
776
 
777
777
  ## `ctxl records replace [URI]`
778
778
 
@@ -804,5 +804,5 @@ EXAMPLES
804
804
  $ ctxl records replace --type my-type --id instance-1 --input-file record.json
805
805
  ```
806
806
 
807
- _See code: [src/commands/records/replace.ts](https://github.com/ContextualIO/contextual-cli/blob/v0.1.2/src/commands/records/replace.ts)_
807
+ _See code: [src/commands/records/replace.ts](https://github.com/ContextualIO/contextual-cli/blob/v0.1.3/src/commands/records/replace.ts)_
808
808
  <!-- commandsstop -->
@@ -738,5 +738,5 @@
738
738
  ]
739
739
  }
740
740
  },
741
- "version": "0.1.2"
741
+ "version": "0.1.3"
742
742
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@contextual-io/cli",
3
3
  "description": "Contextual CLI",
4
- "version": "0.1.2",
4
+ "version": "0.1.3",
5
5
  "author": "Nasser Oloumi",
6
6
  "bin": {
7
7
  "ctxl": "./bin/run.js"