@wireapp/cli-client
TypeScript icon, indicating that this package has built-in type declarations

12.0.115 • Public • Published

Wire

This repository is part of the source code of Wire. You can find more information at wire.com or by contacting opensource@wire.com.

You can find the published source code at github.com/wireapp.

For licensing information, see the attached LICENSE file and the list of third-party licenses at wire.com/legal/licenses/.

CLI Client

Command-line interface for Wire's secure messaging platform.

Installation

npm install -g @wireapp/cli-client

Usage

Type wire-cli --help for usage information.

Bash

#!/bin/bash

WIRE_LOGIN_EMAIL="yourname@email.com"
WIRE_LOGIN_PASSWORD="secret"
WIRE_CONVERSATION_ID="594f0908-b9b7-40f9-a06a-45612145e64e"

wire-cli -e "$WIRE_LOGIN_EMAIL" -p "$WIRE_LOGIN_PASSWORD" -c "$WIRE_CONVERSATION_ID"

Node.js

npx tsc && node dist/index.js -e "yourname@email.com" -p "secret" -c "594f0908-b9b7-40f9-a06a-45612145e64e"

Readme

Keywords

none

Package Sidebar

Install

npm i @wireapp/cli-client

Weekly Downloads

3

Version

12.0.115

License

GPL-3.0

Unpacked Size

45.3 kB

Total Files

8

Last publish

Collaborators

  • augustocdias_wire
  • beltram_wire
  • tlebon
  • typfel
  • wireapp-owner
  • wireapp-member