Forrest logo
back to context overview

spark

List of commands for spark:

  • spark:tldr:314fe spark: Create a new Spark project with Braintree stubs.
    $ spark new ${project_name} --braintree
    try on your machine
    explain this command
  • spark:tldr:4111b spark: Display the currently registered API token.
    $ spark token
    try on your machine
    explain this command
  • spark:tldr:8f1f0 spark: Register your API token.
    $ spark register ${token}
    try on your machine
    explain this command
  • spark:tldr:aa8cb spark: Create a new Spark project with team-based billing stubs.
    $ spark new ${project_name} --team-billing
    try on your machine
    explain this command
  • spark:tldr:fbba2 spark: Create a new Spark project.
    $ spark new ${project_name}
    try on your machine
    explain this command
back to context overview