Skip to main content

Creating an app with ShardCloud CLI

Make sure you are authenticated before proceeding. First, in your app directory, create the .shardcloud file.
  1. After creating the .shardcloud file, use the command shardcloud create
  2. Done
  3. Use shardcloud commit to commit your current changes to the app whenever you want to update

Commands available

CommandDescription
mePrint the current logged-in user
backupManage app backups
commitCreate a commit in the current application
createCreate an application with the current .shardcloud file
loginLog in to Shard Cloud
logoutLog out
logsView the logs of your applications
statusView the status of your applications
deleteDelete your applications
startStart a stopped app
stopStop a running app
restartRestart a running app
restoreRestore a backup
I