@chris.troutner/temporal
v1.0.1
Published
Prototype CLI for interacting with temporal.cloud REST API.
Downloads
7
Maintainers
Readme
@chris.troutner/temporal
Prototype CLI for interacting with Temporal.cloud REST API.
Usage
$ npm install -g @chris.troutner/temporal
$ temporal COMMAND
running command...
$ temporal (-v|--version|version)
@chris.troutner/temporal/1.0.1 linux-x64 node-v12.16.2
$ temporal --help [COMMAND]
USAGE
$ temporal COMMAND
...
Commands
temporal goodbye
Describe the command here
USAGE
$ temporal goodbye
OPTIONS
-n, --name=name name to print
DESCRIPTION
...
Extra documentation goes here
See code: src/commands/goodbye.js
temporal hello
Describe the command here
USAGE
$ temporal hello
OPTIONS
-n, --name=name name to print
DESCRIPTION
...
Extra documentation goes here
See code: src/commands/hello.js
temporal help [COMMAND]
display help for temporal
USAGE
$ temporal help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help
temporal login
Login and get a JWT token.
USAGE
$ temporal login
OPTIONS
-p, --pass=pass Password
-u, --user=user User name
DESCRIPTION
...
Log into the Temporal UI with a user name and password to retrieve a JWT token
for issuing additional commands.
See code: src/commands/login.js
temporal upload
Upload a file to IPFS
USAGE
$ temporal upload
OPTIONS
-f, --file=file File name
-p, --pass=pass Password
-t, --time=time Number of months to pin the file.
-u, --user=user User name
DESCRIPTION
...
Uploads a file to Temporal servers to be served over IPFS.
See code: src/commands/upload.js