0.1.1 • Published 5 years ago
@telety/telety v0.1.1
Telety.io Command Line
About
Refer to telety.io docs
Usage
npx @telety/teletytelety --help
Usage: <command> [options]
Options:
-h, --help output command usage information
-v, --version display command version number
Commands:
host Create TTY session piping stdin to a channel webhook
join Join a telety channel with a TTY interfaceAuthentication
Use a telety.io authentication token. The best way to do this is to set an environment variable with the token contents:
export TELETY_TOKEN=0000eeee-ddd4-aaa2-bbb1-cccccccfffffHost
Hosting from the terminal provides a means of securely
piping shell commands to telety.io, and simultaneously
executing the commands on your machine. Sensitive inputs
are redacted automatically
npx @telety/telety host https://api.telety.io/channel/xxxxx/webhookUsage: host [options] <webhookURL>
Create TTY session piping stdin to a channel webhook
Arguments:
<webhookURL> telety.io webhook URL
Options:
-h, --help output command usage information
-t, --auth-token <token> telety.io authentication token
-p, --prompt-text <text> customize host prompt text (default telety)Join
Users may also join a telety.io session from the terminal,
allowing a complete history of inputs to be retrieved as
history from the prompt. Any new commands will also be received
in real time.
NOTE: Only registered users may join from the CLI
npx @telety/telety join https://api.telety.io/channel/xxxxx/webhookUsage: join [options] <webhookURL>
Join a telety channel with a TTY interface
Arguments:
<webhookURL> telety.io webhook URL
Options:
-h, --help output command usage information
-t, --auth-token <token> telety.io authentication token
-p, --prompt-text <text> customize host prompt text (default telety)
-P, --print-history output all channel history0.1.1
5 years ago
0.1.0
6 years ago
0.0.2
6 years ago
0.0.1
6 years ago
0.0.1-beta.8
6 years ago
0.0.1-beta.7
6 years ago
0.0.1-beta.6
6 years ago
0.0.1-beta.5
6 years ago
0.0.1-beta4
6 years ago
0.0.1-beta3
6 years ago
0.0.1-beta2
6 years ago
0.0.1-beta
6 years ago