Comparing version 0.0.1 to 0.0.2
@@ -1,1 +0,1 @@ | ||
{"version":"0.0.1","commands":{"hello":{"id":"hello","description":"describe the command here","pluginName":"io-ops","pluginType":"core","aliases":[],"examples":["$ io-ops hello\nhello world from ./src/hello.ts!\n"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false},"name":{"name":"name","type":"option","char":"n","description":"name to print"},"force":{"name":"force","type":"boolean","char":"f","allowNo":false}},"args":[{"name":"file"}]},"messages:check":{"id":"messages:check","description":"Checks validity of messages","pluginName":"io-ops","pluginType":"core","aliases":[],"flags":{"columns":{"name":"columns","type":"option","description":"only show provided columns (comma-separated)"},"sort":{"name":"sort","type":"option","description":"property to sort by (prepend '-' for descending)"},"filter":{"name":"filter","type":"option","description":"filter property by partial string matching, ex: name=foo"},"csv":{"name":"csv","type":"boolean","description":"output is csv format","allowNo":false},"extended":{"name":"extended","type":"boolean","char":"x","description":"show extra columns","allowNo":false},"no-truncate":{"name":"no-truncate","type":"boolean","description":"do not truncate output to fit screen","allowNo":false},"no-header":{"name":"no-header","type":"boolean","description":"hide table header from output","allowNo":false}},"args":[{"name":"fiscalCode","required":true}]},"profiles:list":{"id":"profiles:list","description":"Lists all profiles","pluginName":"io-ops","pluginType":"core","aliases":[],"flags":{"columns":{"name":"columns","type":"option","description":"only show provided columns (comma-separated)"},"sort":{"name":"sort","type":"option","description":"property to sort by (prepend '-' for descending)"},"filter":{"name":"filter","type":"option","description":"filter property by partial string matching, ex: name=foo"},"csv":{"name":"csv","type":"boolean","description":"output is csv format","allowNo":false},"extended":{"name":"extended","type":"boolean","char":"x","description":"show extra columns","allowNo":false},"no-truncate":{"name":"no-truncate","type":"boolean","description":"do not truncate output to fit screen","allowNo":false},"no-header":{"name":"no-header","type":"boolean","description":"hide table header from output","allowNo":false}},"args":[]}}} | ||
{"version":"0.0.2","commands":{"hello":{"id":"hello","description":"describe the command here","pluginName":"io-ops","pluginType":"core","aliases":[],"examples":["$ io-ops hello\nhello world from ./src/hello.ts!\n"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false},"name":{"name":"name","type":"option","char":"n","description":"name to print"},"force":{"name":"force","type":"boolean","char":"f","allowNo":false}},"args":[{"name":"file"}]},"messages:attributes":{"id":"messages:attributes","description":"Update message attributes","pluginName":"io-ops","pluginType":"core","aliases":[],"flags":{"input":{"name":"input","type":"option","char":"i","description":"Input file (CSV, with path as first column)","required":true},"parallel":{"name":"parallel","type":"option","char":"p","description":"Number of parallel workers to run","default":1},"isPending":{"name":"isPending","type":"option","description":"Set 'isPending' flag","helpValue":"(true|false|undefined)","options":["true","false","undefined"]}},"args":[]},"messages:check-content":{"id":"messages:check-content","description":"Checks validity of messages","pluginName":"io-ops","pluginType":"core","aliases":[],"flags":{"input":{"name":"input","type":"option","char":"i","description":"Input file (CSV, with path as first column) - defaults to stdin"},"parallel":{"name":"parallel","type":"option","char":"p","description":"Number of parallel workers to run","default":1}},"args":[]},"messages:list":{"id":"messages:list","description":"List messages for a fiscalCode","pluginName":"io-ops","pluginType":"core","aliases":[],"flags":{"columns":{"name":"columns","type":"option","description":"only show provided columns (comma-separated)"},"sort":{"name":"sort","type":"option","description":"property to sort by (prepend '-' for descending)"},"filter":{"name":"filter","type":"option","description":"filter property by partial string matching, ex: name=foo"},"csv":{"name":"csv","type":"boolean","description":"output is csv format","allowNo":false},"extended":{"name":"extended","type":"boolean","char":"x","description":"show extra columns","allowNo":false},"no-truncate":{"name":"no-truncate","type":"boolean","description":"do not truncate output to fit screen","allowNo":false},"no-header":{"name":"no-header","type":"boolean","description":"hide table header from output","allowNo":false}},"args":[{"name":"fiscalCode","required":true}]},"profiles:list":{"id":"profiles:list","description":"Lists all profiles","pluginName":"io-ops","pluginType":"core","aliases":[],"flags":{"columns":{"name":"columns","type":"option","description":"only show provided columns (comma-separated)"},"sort":{"name":"sort","type":"option","description":"property to sort by (prepend '-' for descending)"},"filter":{"name":"filter","type":"option","description":"filter property by partial string matching, ex: name=foo"},"csv":{"name":"csv","type":"boolean","description":"output is csv format","allowNo":false},"extended":{"name":"extended","type":"boolean","char":"x","description":"show extra columns","allowNo":false},"no-truncate":{"name":"no-truncate","type":"boolean","description":"do not truncate output to fit screen","allowNo":false},"no-header":{"name":"no-header","type":"boolean","description":"hide table header from output","allowNo":false}},"args":[]}}} |
{ | ||
"name": "io-ops", | ||
"description": "IO operations tool", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"author": "Federico Feroldi @cloudify", | ||
@@ -17,4 +17,7 @@ "bin": { | ||
"cli-ux": "^5.2.1", | ||
"csv-parse": "^4.4.1", | ||
"execa": "sindresorhus/execa#0d39fdffeb053215a56a631db8d2cf32ea119a95", | ||
"io-ts": "^1.8.6", | ||
"italia-ts-commons": "^5.1.3", | ||
"stream-transform": "^2.0.0", | ||
"tslib": "^1" | ||
@@ -21,0 +24,0 @@ }, |
@@ -24,3 +24,3 @@ io-ops | ||
$ io-ops (-v|--version|version) | ||
io-ops/0.0.1 darwin-x64 node-v10.13.0 | ||
io-ops/0.0.2 darwin-x64 node-v10.13.0 | ||
$ io-ops --help [COMMAND] | ||
@@ -36,3 +36,5 @@ USAGE | ||
* [`io-ops help [COMMAND]`](#io-ops-help-command) | ||
* [`io-ops messages:check FISCALCODE`](#io-ops-messagescheck-fiscalcode) | ||
* [`io-ops messages:attributes`](#io-ops-messagesattributes) | ||
* [`io-ops messages:check-content`](#io-ops-messagescheck-content) | ||
* [`io-ops messages:list FISCALCODE`](#io-ops-messageslist-fiscalcode) | ||
* [`io-ops profiles:list`](#io-ops-profileslist) | ||
@@ -58,3 +60,3 @@ | ||
_See code: [src/commands/hello.ts](https://github.com/teamdigitale/io-ops/blob/v0.0.1/src/commands/hello.ts)_ | ||
_See code: [src/commands/hello.ts](https://github.com/teamdigitale/io-ops/blob/v0.0.2/src/commands/hello.ts)_ | ||
@@ -78,4 +80,20 @@ ## `io-ops help [COMMAND]` | ||
## `io-ops messages:check FISCALCODE` | ||
## `io-ops messages:attributes` | ||
Update message attributes | ||
``` | ||
USAGE | ||
$ io-ops messages:attributes | ||
OPTIONS | ||
-i, --input=input (required) Input file (CSV, with path as first column) | ||
-p, --parallel=parallel [default: 1] Number of parallel workers to run | ||
--isPending=(true|false|undefined) Set 'isPending' flag | ||
``` | ||
_See code: [src/commands/messages/attributes.ts](https://github.com/teamdigitale/io-ops/blob/v0.0.2/src/commands/messages/attributes.ts)_ | ||
## `io-ops messages:check-content` | ||
Checks validity of messages | ||
@@ -85,5 +103,20 @@ | ||
USAGE | ||
$ io-ops messages:check FISCALCODE | ||
$ io-ops messages:check-content | ||
OPTIONS | ||
-i, --input=input Input file (CSV, with path as first column) - defaults to stdin | ||
-p, --parallel=parallel [default: 1] Number of parallel workers to run | ||
``` | ||
_See code: [src/commands/messages/check-content.ts](https://github.com/teamdigitale/io-ops/blob/v0.0.2/src/commands/messages/check-content.ts)_ | ||
## `io-ops messages:list FISCALCODE` | ||
List messages for a fiscalCode | ||
``` | ||
USAGE | ||
$ io-ops messages:list FISCALCODE | ||
OPTIONS | ||
-x, --extended show extra columns | ||
@@ -98,3 +131,3 @@ --columns=columns only show provided columns (comma-separated) | ||
_See code: [src/commands/messages/check.ts](https://github.com/teamdigitale/io-ops/blob/v0.0.1/src/commands/messages/check.ts)_ | ||
_See code: [src/commands/messages/list.ts](https://github.com/teamdigitale/io-ops/blob/v0.0.2/src/commands/messages/list.ts)_ | ||
@@ -119,3 +152,3 @@ ## `io-ops profiles:list` | ||
_See code: [src/commands/profiles/list.ts](https://github.com/teamdigitale/io-ops/blob/v0.0.1/src/commands/profiles/list.ts)_ | ||
_See code: [src/commands/profiles/list.ts](https://github.com/teamdigitale/io-ops/blob/v0.0.2/src/commands/profiles/list.ts)_ | ||
<!-- commandsstop --> |
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
148
9621
12
5
0
3
+ Addedcsv-parse@^4.4.1
+ Addedio-ts@^1.8.6
+ Addedstream-transform@^2.0.0
+ Addedcsv-parse@4.16.3(transitive)
+ Addedfp-ts@1.19.5(transitive)
+ Addedio-ts@1.10.4(transitive)
+ Addedmixme@0.5.10(transitive)
+ Addedstream-transform@2.1.3(transitive)