LinuxCommandLibrary

spark

spark

TLDR

Register your API token

$ spark register [token]
copy


Display the currently registered API token
$ spark token
copy


Create a new Spark project
$ spark new [project_name]
copy


Create a new Spark project with Braintree stubs
$ spark new [project_name] --braintree
copy


Create a new Spark project with team-based billing stubs
$ spark new [project_name] --team-billing
copy

Copied to clipboard