First Step

Quick Start

Core Concepts

Help / Debugging

FAQ

Contact Support

First Step - Introduction

Quick Start Guide : Deploy

# Deploy Feature to new project

Before deploying a feature, navigate to the main directory of your target project. Then run :

speedbuild deploy <feature_name> --<feature_framework>

Then just follow the prompt.

You will be prompted to deploy the feature as it is, or Adapt it to fit your project.

# Use the List command, to see the names of all extracted features

speedbuild list

# Undo the last deployment (if needed)

speedbuild undo

Your project is restored to its previous state.