This guide will walk you through the Spacer CLI commands in order.
Spacer CLI
Main flow through the CLI
- Install Spacer CLI:
npm i -g spacer-cli
Next you need to navigate through your terminal to the folder application you want to use.
- 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.
- Select the space available:
spacer-cli select-space
- Initiate the spacer-config.json file in your own application:
spacer-cli init
- Packing your own app build:
spacer-cli pack
- 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.