Commands
jstory offers a number of commands to build on the Jamstory platform.
docs
- Open these docs in your default browserversion
- Show version information for jstoryinit
- Create a new projectpush
- Push a script to Jamstoryrun
- Run a scriptlogin
- Authorize jstory with your Jamstory accountlogout
- Remove jstory’s authorization for accessing your accountsignup
- Create a Jamstory account
docs
Open the Jamstory documentation in your browser.
version
Show version information for jstory.
init
Create a new Jamstory project.
PROJECT_NAME
string (required)- The name of the project
push
Push a script to Jamstory.
FILEPATH
string (required)- The path to the script file you want to push to Jamstory
run
Run a script on the Jamstory platform.
-
SCRIPT_ID
string (required)- The ID of the script you want to run
-
OPTIONS
:-i, --input VALUE ...
- Input parameters for the script
-d, --dry-run
- Simulate running the script without actually running it
login
Authorize jstory with your Jamstory account.
logout
Remove jstory’s authorization for your account.
signup
Create a Jamstory account. This will open your web browser.