Hacker News new | ask | show | jobs
by krishadi 1018 days ago
Cool, could you point me a link to the API for deploying, starting, stopping the app?
1 comments

We don't have our API documented yet but here is the documentation for the CLI. https://docs.nullstone.io/getting-started/cli/docs.html

To launch your application you would use the `nullstone up` command. To tear it down you would use the `nullstone down` command. To deploy your code, you would use the `nullstone launch`.

Each of these command are just making API calls under the hood. If you want to hop on our Slack channel, I'd be glad to share the details.