Socket
Socket
Sign inDemoInstall

8base

Package Overview
Dependencies
Maintainers
1
Versions
73
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

8base

8base CLI


Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

8base CLI Build Status

A Command Line Interface (CLI) that simplifies the deployment of serverless functions to your 8base workspace

forthebadge

Getting Started

$ npm install -g 8base

$ 8base help
Usage: 8base <command> [OPTIONS]

Commands:
  8base config        Select workspace
  8base deploy        Deploy project
  8base describe      Describe project functions and their types
  8base export        Export current workspace data schema
  8base generate      Generate React templates 
  8base import        Import schema file to the current workspace
  8base init          Initialize project
  8base invoke        Invoke deployed function remotely
  8base invoke-local  Invoke function locally
  8base login         Login via browser
  8base logout        Clears local login credentials and invalidates
                      API session
  8base logs          View function logs
  8base package       Package application without deploying

Options:
  -h, --help     Show help                                 [boolean]
  -v, --version  Show version number                       [boolean]

Development

Use this when you need to update the library in NPM. The following command will automatically set the version, create a tag for it, build the package and publish it to NPM

git add -A
git commit -m 'version update'
npm run upload

FAQs

Package last updated on 24 Apr 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc