Socket
Socket
Sign inDemoInstall

@e2e-tech/cli

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@e2e-tech/cli

Secure content management with end-to-end encryption


Version published
Weekly downloads
9
decreased by-50%
Maintainers
1
Weekly downloads
 
Created
Source

@e2e-tech/cli

Secure content management with end-to-end encryption

oclif Version Downloads/week License

Usage

$ npm install -g @e2e-tech/cli
$ e2e COMMAND
running command...
$ e2e (-v|--version|version)
@e2e-tech/cli/0.0.10 linux-x64 node-v12.22.1
$ e2e --help [COMMAND]
USAGE
  $ e2e COMMAND
...

Commands

e2e about

learn more about e2e

USAGE
  $ e2e about

See code: src/commands/about.js

e2e create

create end-to-end encrypted message

USAGE
  $ e2e create

OPTIONS
  -f, --from-file=from-file        path to file
  -n, --display-name=display-name  message display name
  --profile=profile                (required) [default: default] account profile to use

See code: src/commands/create.js

e2e create-account

create an account

USAGE
  $ e2e create-account

OPTIONS
  -e, --email=email            (required) email associated with the account
  -n, --name=name              (required) [default: fv-az190-16] name associated with the account
  -p, --passphrase=passphrase  passphrase associated with the account key ring
  --profile=profile            (required) [default: default] namespace to associate this account configuration with

EXAMPLES
  $ e2e create-account -e bob@example.com
  $ e2e create-account -e bob@example.com -n Bob --passphrase StrongestPasswordEver
  $ e2e create-account -e bob@example.com -n Bob --profile personal

See code: src/commands/create-account.js

e2e grants

list access grants for account

USAGE
  $ e2e grants

OPTIONS
  -x, --extended          show extra columns
  --columns=columns       only show provided columns (comma-separated)
  --csv                   output is csv format [alias: --output=csv]
  --filter=filter         filter property by partial string matching, ex: name=foo
  --no-header             hide table header from output
  --no-truncate           do not truncate output to fit screen
  --output=csv|json|yaml  output in a more machine friendly format
  --profile=profile       (required) [default: default] account profile to use
  --sort=sort             property to sort by (prepend '-' for descending)

See code: src/commands/grants.js

e2e help [COMMAND]

display help for e2e

USAGE
  $ e2e help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

e2e messages

list messages for account

USAGE
  $ e2e messages

OPTIONS
  -x, --extended          show extra columns
  --columns=columns       only show provided columns (comma-separated)
  --csv                   output is csv format [alias: --output=csv]
  --filter=filter         filter property by partial string matching, ex: name=foo
  --no-header             hide table header from output
  --no-truncate           do not truncate output to fit screen
  --output=csv|json|yaml  output in a more machine friendly format
  --profile=profile       (required) [default: default] account profile to use
  --sort=sort             property to sort by (prepend '-' for descending)

See code: src/commands/messages.js

e2e read ID

fetch and decrypt end-to-end encrypted message

USAGE
  $ e2e read ID

ARGUMENTS
  ID  unique message id

OPTIONS
  -g, --grant-id=grant-id      message grant id
  -p, --passphrase=passphrase  passphrase associated with account keychain, if any
  --profile=profile            (required) [default: default] account profile to use

EXAMPLES
  $ e2e read qOWlubPK5p
  $ e2e read qOWlubPK5p -p StrongestPasswordEver
  $ e2e read qOWlubPK5p -a iNR3Rm1GYJ

See code: src/commands/read.js

e2e share ID

share an end-to-end encrypted message with another account

USAGE
  $ e2e share ID

ARGUMENTS
  ID  unique message id

OPTIONS
  -e, --email=email            (required) account email to share message with
  -p, --passphrase=passphrase  passphrase associated with account keychain, if any
  --profile=profile            (required) [default: default] account profile to use

See code: src/commands/share.js

Keywords

FAQs

Package last updated on 16 Apr 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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