Spacer CLI

Want to test our Spacer CLI? Then follow this guide!

This guide will walk you through the Spacer CLI commands in order.

Spacer CLI

Main flow through the CLI

  1. Install Spacer CLI:
npm i -g spacer-cli

Next you need to navigate through your terminal to the folder application you want to use.

  1. Login to Spacer:
spacer-cli login

Once you are logged in you need to select your Space (instance). For the beta there is only one space available.

  1. Select the space available:
spacer-cli select-space
  1. Initiate the spacer-config.json file in your own application:
spacer-cli init
  1. Packing your own app build:
spacer-cli pack
  1. Deploying your application on the Space:
spacer-cli deploy

Other useful CLI commands:

Spacer CLI update:

npm i -g spacer-cli

View Spacer CLI version:

npm view spacer-cli version

Logging out:

spacer-cli logout

We hope this guide has provided you with the information you need to start using product. If you have any further questions or need more assistance, don't hesitate to reach out to our us through our Discord channel.