Slicknode CLI tool
Utility to create serverless GraphQL backends with slicknode. Get your FREE Slicknode account
now to create production ready GraphQL Backends in minutes.
Features:
- Instant GraphQL API on managed cloud infrastructure
- Use with any API and database
- Powerful data modeling features with relations, interfaces, enum types etc.
- Automatic database migrations
- Multi-Stage development workflow
- Works with your favorite technologies (React, Angular, Vue, Javascript, iOS, Android etc.)
- Headless CMS
To learn keep up to date on recent updates and features, follow us on Twitter
and Facebook.
Installation
To install the slicknode CLI tool, run the following command
(you have to have npm installed):
npm install -g slicknode
Help
To get a list of all the available commands:
slicknode
Do get help for a certain command:
slicknode help <command>
Usage
Usage
slicknode <command> [options]
Commands
init [name] Initialize a new slicknode project
deploy Deploy the current project state to the slicknode servers
scale Scale the cloud infrastructure of the project
status Show information about the current project status (changes, warnings etc.)
module add [names...] Adds a module as a dependency to the project
module create <name> Creates a new module
pull Pull the latest changes from the server
login Login with a slicknode account / change user
configure Update local configuration of the slicknode CLI.
endpoint Return the GraphQL API endpoint
playground Open the GraphiQL API Playground
console Open the Slicknode console
delete Delete the current project deployment from the slicknode servers.
help <command> Display help for a specific command
Global Options
-h, --help Display help
-V, --version Display version
--no-color Disable colors
--quiet Quiet mode - only displays warn and error messages
-v, --verbose Verbose mode - will also output debug messages