New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

io-ops

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

io-ops - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

2

oclif.manifest.json

@@ -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 -->
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc