33Pipeable OADA client CLI
44
55[ ![ oclif] ( https://img.shields.io/badge/cli-oclif-brightgreen.svg )] ( https://oclif.io )
6- [ ![ Version] ( https://img.shields.io/npm/v/clioada .svg )] ( https://npmjs.org/package/clioada )
7- [ ![ Downloads/week] ( https://img.shields.io/npm/dw/clioada .svg )] ( https://npmjs.org/package/clioada )
8- [ ![ License] ( https://img.shields.io/npm/l/clioada .svg )] ( https://github.com/awlayton/clioada /blob/master/package.json )
6+ [ ![ Version] ( https://img.shields.io/npm/v/@oada/cli .svg )] ( https://npmjs.org/package/@oada/cli )
7+ [ ![ Downloads/week] ( https://img.shields.io/npm/dw/@oada/cli .svg )] ( https://npmjs.org/package/@oada/cli )
8+ [ ![ License] ( https://img.shields.io/npm/l/@oada/cli .svg )] ( https://github.com/OADA/cli /blob/master/package.json )
99
1010<!-- toc -->
1111
@@ -55,11 +55,9 @@ and they will be expanded).
5555<!-- usage -->
5656
5757``` sh-session
58- $ npm install -g clioada
58+ $ yarn global add @oada/cli
5959$ oada COMMAND
6060running command...
61- $ oada (-v| --version| version)
62- clioada/1.1.0 linux-x64 node-v15.7.0
6361$ oada --help [COMMAND]
6462USAGE
6563 $ oada COMMAND
@@ -134,7 +132,7 @@ ALIASES
134132 $ oada config
135133```
136134
137- _ See code: [ src/commands/config/show.ts] ( https://github.com/awlayton/clioada /blob/v1.1.0/src/commands/config/show.ts ) _
135+ _ See code: [ src/commands/config/show.ts] ( https://github.com/OADA/cli /blob/v1.1.0/src/commands/config/show.ts ) _
138136
139137### ` oada delete PATHS... `
140138
@@ -164,7 +162,7 @@ EXAMPLES
164162 $ oada rm /bookmarks/foo /bookmarks/bar /bookmarks/baz*
165163```
166164
167- _ See code: [ src/commands/delete.ts] ( https://github.com/awlayton/clioada /blob/v1.1.0/src/commands/delete.ts ) _
165+ _ See code: [ src/commands/delete.ts] ( https://github.com/OADA/cli /blob/v1.1.0/src/commands/delete.ts ) _
168166
169167### ` oada fs:copy PATHS... PATH `
170168
@@ -192,7 +190,7 @@ EXAMPLES
192190 $ oada cp /resources/foo1 /resources/foo2 /bookmarks/foos/
193191```
194192
195- _ See code: [ src/commands/fs/copy.ts] ( https://github.com/awlayton/clioada /blob/v1.1.0/src/commands/fs/copy.ts ) _
193+ _ See code: [ src/commands/fs/copy.ts] ( https://github.com/OADA/cli /blob/v1.1.0/src/commands/fs/copy.ts ) _
196194
197195### ` oada fs:link PATHS... PATH `
198196
@@ -222,7 +220,7 @@ EXAMPLES
222220 $ oada ln /resources/thingy1 /resources/thingy2 /bookmarks/thingies/
223221```
224222
225- _ See code: [ src/commands/fs/link.ts] ( https://github.com/awlayton/clioada /blob/v1.1.0/src/commands/fs/link.ts ) _
223+ _ See code: [ src/commands/fs/link.ts] ( https://github.com/OADA/cli /blob/v1.1.0/src/commands/fs/link.ts ) _
226224
227225### ` oada fs:list PATHS... `
228226
@@ -246,7 +244,7 @@ ALIASES
246244 $ oada l
247245```
248246
249- _ See code: [ src/commands/fs/list.ts] ( https://github.com/awlayton/clioada /blob/v1.1.0/src/commands/fs/list.ts ) _
247+ _ See code: [ src/commands/fs/list.ts] ( https://github.com/OADA/cli /blob/v1.1.0/src/commands/fs/list.ts ) _
250248
251249### ` oada fs:move PATHS... PATH `
252250
@@ -274,7 +272,7 @@ EXAMPLES
274272 $ oada mv /resources/foo1 /resources/foo2 /bookmarks/foos/
275273```
276274
277- _ See code: [ src/commands/fs/move.ts] ( https://github.com/awlayton/clioada /blob/v1.1.0/src/commands/fs/move.ts ) _
275+ _ See code: [ src/commands/fs/move.ts] ( https://github.com/OADA/cli /blob/v1.1.0/src/commands/fs/move.ts ) _
278276
279277### ` oada fs:remove PATHS... `
280278
@@ -304,7 +302,7 @@ EXAMPLES
304302 $ oada rm /bookmarks/foo /bookmarks/bar /bookmarks/baz*
305303```
306304
307- _ See code: [ src/commands/fs/remove.ts] ( https://github.com/awlayton/clioada /blob/v1.1.0/src/commands/fs/remove.ts ) _
305+ _ See code: [ src/commands/fs/remove.ts] ( https://github.com/OADA/cli /blob/v1.1.0/src/commands/fs/remove.ts ) _
308306
309307### ` oada fs:touch PATHS... `
310308
@@ -330,7 +328,7 @@ EXAMPLE
330328 $ oada touch /bookmarks
331329```
332330
333- _ See code: [ src/commands/fs/touch.ts] ( https://github.com/awlayton/clioada /blob/v1.1.0/src/commands/fs/touch.ts ) _
331+ _ See code: [ src/commands/fs/touch.ts] ( https://github.com/OADA/cli /blob/v1.1.0/src/commands/fs/touch.ts ) _
334332
335333### ` oada get PATHS... `
336334
@@ -375,7 +373,7 @@ EXAMPLES
375373 700
376374```
377375
378- _ See code: [ src/commands/get.ts] ( https://github.com/awlayton/clioada /blob/v1.1.0/src/commands/get.ts ) _
376+ _ See code: [ src/commands/get.ts] ( https://github.com/OADA/cli /blob/v1.1.0/src/commands/get.ts ) _
379377
380378### ` oada head PATHS... `
381379
@@ -405,7 +403,7 @@ EXAMPLES
405403 1
406404```
407405
408- _ See code: [ src/commands/head.ts] ( https://github.com/awlayton/clioada /blob/v1.1.0/src/commands/head.ts ) _
406+ _ See code: [ src/commands/head.ts] ( https://github.com/OADA/cli /blob/v1.1.0/src/commands/head.ts ) _
409407
410408### ` oada help [COMMAND] `
411409
@@ -568,7 +566,7 @@ EXAMPLE
568566 $ oada post - /bookmarks/ <<< ' {"a": 1}{"b": true}'
569567` ` `
570568
571- _See code: [src/commands/post.ts](https://github.com/awlayton/clioada /blob/v1.1.0/src/commands/post.ts)_
569+ _See code: [src/commands/post.ts](https://github.com/OADA/cli /blob/v1.1.0/src/commands/post.ts)_
572570
573571# ## `oada put PATHS... PATH`
574572
@@ -597,7 +595,7 @@ EXAMPLE
597595 $ oada put - /bookmarks/ <<< ' {"a": 1}'
598596` ` `
599597
600- _See code: [src/commands/put.ts](https://github.com/awlayton/clioada /blob/v1.1.0/src/commands/put.ts)_
598+ _See code: [src/commands/put.ts](https://github.com/OADA/cli /blob/v1.1.0/src/commands/put.ts)_
601599
602600# ## `oada watch PATH`
603601
@@ -690,7 +688,7 @@ EXAMPLE
690688 ]
691689` ` `
692690
693- _See code: [src/commands/watch.ts](https://github.com/awlayton/clioada /blob/v1.1.0/src/commands/watch.ts)_
691+ _See code: [src/commands/watch.ts](https://github.com/OADA/cli /blob/v1.1.0/src/commands/watch.ts)_
694692
695693< ! -- commandsstop -->
696694
0 commit comments