Creating an app with ShardCloud CLI
Make sure you are authenticated before proceeding. First, in your app directory, create the .shardcloud file.- After creating the .shardcloud file, use the command
shardcloud create - Done
- Use
shardcloud committo commit your current changes to the app whenever you want to update
Commands available
| Command | Description |
|---|---|
| me | Print the current logged-in user |
| backup | Manage app backups |
| commit | Create a commit in the current application |
| create | Create an application with the current .shardcloud file |
| login | Log in to Shard Cloud |
| logout | Log out |
| logs | View the logs of your applications |
| status | View the status of your applications |
| delete | Delete your applications |
| start | Start a stopped app |
| stop | Stop a running app |
| restart | Restart a running app |
| restore | Restore a backup |
