@contextual-io/cli 0.1.7 → 0.1.8

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
@@ -5,8 +5,8 @@ Contextual CLI
5
5
 
6
6
 
7
7
  [![oclif](https://img.shields.io/badge/cli-oclif-brightgreen.svg)](https://oclif.io)
8
- [![Version](https://img.shields.io/npm/v/contextual-cli.svg)](https://npmjs.org/package/contextual-cli)
9
- [![Downloads/week](https://img.shields.io/npm/dw/contextual-cli.svg)](https://npmjs.org/package/contextual-cli)
8
+ [![Version](https://img.shields.io/npm/v/@contextual-io/cli.svg)](https://npmjs.org/package/@contextual-io/cli)
9
+ [![Downloads/week](https://img.shields.io/npm/dw/@contextual-io/cli.svg)](https://npmjs.org/package/@contextual-io/cli)
10
10
 
11
11
 
12
12
  <!-- toc -->
@@ -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.7 linux-x64 node-v25.2.1
23
+ @contextual-io/cli/0.1.8 linux-x64 node-v25.2.1
24
24
  $ ctxl --help [COMMAND]
25
25
  USAGE
26
26
  $ ctxl COMMAND
@@ -70,7 +70,7 @@ DESCRIPTION
70
70
  manage configs
71
71
  ```
72
72
 
73
- _See code: [src/commands/config/index.ts](https://github.com/ContextualIO/contextual-cli/blob/v0.1.7/src/commands/config/index.ts)_
73
+ _See code: [src/commands/config/index.ts](https://github.com/ContextualIO/contextual-cli/blob/v0.1.8/src/commands/config/index.ts)_
74
74
 
75
75
  ## `ctxl config add CONFIG-ID`
76
76
 
@@ -95,7 +95,7 @@ EXAMPLES
95
95
  $ ctxl config add some-config-id --tenant-id my-tenant
96
96
  ```
97
97
 
98
- _See code: [src/commands/config/add.ts](https://github.com/ContextualIO/contextual-cli/blob/v0.1.7/src/commands/config/add.ts)_
98
+ _See code: [src/commands/config/add.ts](https://github.com/ContextualIO/contextual-cli/blob/v0.1.8/src/commands/config/add.ts)_
99
99
 
100
100
  ## `ctxl config current`
101
101
 
@@ -115,7 +115,7 @@ EXAMPLES
115
115
  $ ctxl config current
116
116
  ```
117
117
 
118
- _See code: [src/commands/config/current.ts](https://github.com/ContextualIO/contextual-cli/blob/v0.1.7/src/commands/config/current.ts)_
118
+ _See code: [src/commands/config/current.ts](https://github.com/ContextualIO/contextual-cli/blob/v0.1.8/src/commands/config/current.ts)_
119
119
 
120
120
  ## `ctxl config delete CONFIG-ID`
121
121
 
@@ -135,7 +135,7 @@ EXAMPLES
135
135
  $ ctxl config delete some-config-id
136
136
  ```
137
137
 
138
- _See code: [src/commands/config/delete.ts](https://github.com/ContextualIO/contextual-cli/blob/v0.1.7/src/commands/config/delete.ts)_
138
+ _See code: [src/commands/config/delete.ts](https://github.com/ContextualIO/contextual-cli/blob/v0.1.8/src/commands/config/delete.ts)_
139
139
 
140
140
  ## `ctxl config get [CONFIG-ID]`
141
141
 
@@ -160,7 +160,7 @@ EXAMPLES
160
160
  $ ctxl config get some-config-id
161
161
  ```
162
162
 
163
- _See code: [src/commands/config/get.ts](https://github.com/ContextualIO/contextual-cli/blob/v0.1.7/src/commands/config/get.ts)_
163
+ _See code: [src/commands/config/get.ts](https://github.com/ContextualIO/contextual-cli/blob/v0.1.8/src/commands/config/get.ts)_
164
164
 
165
165
  ## `ctxl config list`
166
166
 
@@ -180,7 +180,7 @@ EXAMPLES
180
180
  $ ctxl config list
181
181
  ```
182
182
 
183
- _See code: [src/commands/config/list.ts](https://github.com/ContextualIO/contextual-cli/blob/v0.1.7/src/commands/config/list.ts)_
183
+ _See code: [src/commands/config/list.ts](https://github.com/ContextualIO/contextual-cli/blob/v0.1.8/src/commands/config/list.ts)_
184
184
 
185
185
  ## `ctxl config login`
186
186
 
@@ -197,7 +197,7 @@ EXAMPLES
197
197
  $ ctxl config login
198
198
  ```
199
199
 
200
- _See code: [src/commands/config/login.ts](https://github.com/ContextualIO/contextual-cli/blob/v0.1.7/src/commands/config/login.ts)_
200
+ _See code: [src/commands/config/login.ts](https://github.com/ContextualIO/contextual-cli/blob/v0.1.8/src/commands/config/login.ts)_
201
201
 
202
202
  ## `ctxl config use CONFIG-ID`
203
203
 
@@ -217,7 +217,7 @@ EXAMPLES
217
217
  $ ctxl config use some-config-id
218
218
  ```
219
219
 
220
- _See code: [src/commands/config/use.ts](https://github.com/ContextualIO/contextual-cli/blob/v0.1.7/src/commands/config/use.ts)_
220
+ _See code: [src/commands/config/use.ts](https://github.com/ContextualIO/contextual-cli/blob/v0.1.8/src/commands/config/use.ts)_
221
221
 
222
222
  ## `ctxl help [COMMAND]`
223
223
 
@@ -541,7 +541,7 @@ DESCRIPTION
541
541
  manage records
542
542
  ```
543
543
 
544
- _See code: [src/commands/records/index.ts](https://github.com/ContextualIO/contextual-cli/blob/v0.1.7/src/commands/records/index.ts)_
544
+ _See code: [src/commands/records/index.ts](https://github.com/ContextualIO/contextual-cli/blob/v0.1.8/src/commands/records/index.ts)_
545
545
 
546
546
  ## `ctxl records add [URI]`
547
547
 
@@ -574,7 +574,7 @@ EXAMPLES
574
574
  $ ctxl records add --type my-type --input-file records.json
575
575
  ```
576
576
 
577
- _See code: [src/commands/records/add.ts](https://github.com/ContextualIO/contextual-cli/blob/v0.1.7/src/commands/records/add.ts)_
577
+ _See code: [src/commands/records/add.ts](https://github.com/ContextualIO/contextual-cli/blob/v0.1.8/src/commands/records/add.ts)_
578
578
 
579
579
  ## `ctxl records create [URI]`
580
580
 
@@ -640,7 +640,7 @@ EXAMPLES
640
640
  $ ctxl records delete --type my-type --id instance-1 --id instance-2
641
641
  ```
642
642
 
643
- _See code: [src/commands/records/delete.ts](https://github.com/ContextualIO/contextual-cli/blob/v0.1.7/src/commands/records/delete.ts)_
643
+ _See code: [src/commands/records/delete.ts](https://github.com/ContextualIO/contextual-cli/blob/v0.1.8/src/commands/records/delete.ts)_
644
644
 
645
645
  ## `ctxl records get [URI]`
646
646
 
@@ -675,7 +675,7 @@ EXAMPLES
675
675
  $ ctxl records get --type my-type --id instance-1 --id instance-2
676
676
  ```
677
677
 
678
- _See code: [src/commands/records/get.ts](https://github.com/ContextualIO/contextual-cli/blob/v0.1.7/src/commands/records/get.ts)_
678
+ _See code: [src/commands/records/get.ts](https://github.com/ContextualIO/contextual-cli/blob/v0.1.8/src/commands/records/get.ts)_
679
679
 
680
680
  ## `ctxl records import [URI]`
681
681
 
@@ -749,7 +749,7 @@ EXAMPLES
749
749
  $ ctxl records list --type my-type -s field1=value1 -s field2=value2 --include-total
750
750
  ```
751
751
 
752
- _See code: [src/commands/records/list.ts](https://github.com/ContextualIO/contextual-cli/blob/v0.1.7/src/commands/records/list.ts)_
752
+ _See code: [src/commands/records/list.ts](https://github.com/ContextualIO/contextual-cli/blob/v0.1.8/src/commands/records/list.ts)_
753
753
 
754
754
  ## `ctxl records query [URI]`
755
755
 
@@ -789,7 +789,7 @@ EXAMPLES
789
789
  $ ctxl records query --type my-type --include-total --query-file query.json
790
790
  ```
791
791
 
792
- _See code: [src/commands/records/query.ts](https://github.com/ContextualIO/contextual-cli/blob/v0.1.7/src/commands/records/query.ts)_
792
+ _See code: [src/commands/records/query.ts](https://github.com/ContextualIO/contextual-cli/blob/v0.1.8/src/commands/records/query.ts)_
793
793
 
794
794
  ## `ctxl records replace [URI]`
795
795
 
@@ -821,5 +821,5 @@ EXAMPLES
821
821
  $ ctxl records replace --type my-type --id instance-1 --input-file record.json
822
822
  ```
823
823
 
824
- _See code: [src/commands/records/replace.ts](https://github.com/ContextualIO/contextual-cli/blob/v0.1.7/src/commands/records/replace.ts)_
824
+ _See code: [src/commands/records/replace.ts](https://github.com/ContextualIO/contextual-cli/blob/v0.1.8/src/commands/records/replace.ts)_
825
825
  <!-- commandsstop -->
@@ -753,5 +753,5 @@
753
753
  ]
754
754
  }
755
755
  },
756
- "version": "0.1.7"
756
+ "version": "0.1.8"
757
757
  }
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.7",
4
+ "version": "0.1.8",
5
5
  "author": "Nasser Oloumi",
6
6
  "bin": {
7
7
  "ctxl": "./bin/run.js"