0.0.24 • Published 3 years ago

dynodev v0.0.24

Weekly downloads
3
License
-
Repository
-
Last release
3 years ago

Dyno CLI

The Dyno CLI is used to manage and deploy your Dyno project from the command line. A Dyno project automatically deploys your database and provides APIs and basic API access control out of the box.

  • Generate Dyno config files for your Dyno project
  • Deploy your your Dyno project

Getting Started

  1. npm install -g dynodev
  2. dynodev login (authenticate using the web browser)
  3. dynodev init

Commands

Append --help to read detailed usage of each given command.

Configuration Commands

CommandDescription
loginAuthenticate to your Dyno account. Requires access to a web browser.
initInitialize an dyno file. The best place to get started.
linkLink an existing project to your current config file.
projectsGets a list of your current projects.

Generation and Deployment Commands

CommandDescription
pushPush your config file up and build your backend and database.
addAdd a model or add a property to a model.
routesGet available API routes.