0.2.1 • Published 11 years ago

crosstalk-cli v0.2.1

Weekly downloads
3
License
-
Repository
github
Last release
11 years ago

crosstalk-cli

crosstalk-cli is a command-line interface for interacting with Crosstalk Swarm.

Security Notice

While Crosstalk is in the current alpha development stage, it's messages are being heavily logged for debugging purposes. If you create an account, please DO NOT provide a password that you cannot afford to make known to me.

Naturally, this will not be the case as Crosstalk matures.

Aside from the above consideration, your passwords are being securely one-way hashed using thousands of iterations of cryptographic one-way hash with individual and application-wide salt components.

Installation

npm install crosstalk-cli

Usage

cd crosstalk-cli
./bin/crosstalk --help

Crosstalk CLI
Valid commands are:

crosstalk signup
crosstalk activate
crosstalk account *
crosstalk login [ACCOUNT_NAME]
crosstalk logout
crosstalk version
crosstalk worker *

The * indicates nested commands. Typing crosstalk account or crosstalk worker will display help for commands. Furthermore, typing any command with --help flag, will display help information for that command.

Sessions

After you login using crosstalk login [ACCOUNT_NAME] the Crosstalk session token will be saved in your configuration file config/config.json under field crosstalkToken. When you logout via crosstalk logout, the token will be deleted.

0.2.1

11 years ago

0.2.0

11 years ago

0.1.12

11 years ago

0.1.11

11 years ago

0.1.10

11 years ago

0.1.9

11 years ago

0.1.8

11 years ago

0.1.7

11 years ago

0.1.6

11 years ago

0.1.5

11 years ago

0.1.4

11 years ago

0.1.3

11 years ago