🚀 DAY 5 OF LAUNCH WEEK:Introducing Webhook Events for Alert Changes.Learn more →
Socket
Book a DemoInstallSign in
Socket

bedrock-cli

Package Overview
Dependencies
Maintainers
3
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bedrock-cli

bedrock-cli is the command line interface to [Bedrock](https://bedrockapp.org/).

latest
Source
npmnpm
Version
3.1.0
Version published
Maintainers
3
Created
Source

bedrock-cli

bedrock-cli is the command line interface to Bedrock.

How to install

npm install -g bedrock-cli

Usage

bedrock upgrade

This command upgrades your current Bedrock project to the latest core Bedrock code. Everything in core/ will be replaced, along with some other files. Your files in content/ will not be changed.

bedrock upgrade --dev

Upgrade referencing Bedrock's develop branch instead of master. Warning: for advanced users only.

bedrock upgrade --canary

Upgrade referencing Bedrock's canary branch instead of master. For those who want to be on the cutting edge.

bedrock init [base]

Initialize a new Bedrock project. You can initialize a Bedrock project from a base where base can be either material or bootstrap4.

Developing the CLI

Test the CLI locally

Use this command (point to the right location):

node ../bedrock-cli/src/cli.js upgrade --dev

FAQs

Package last updated on 21 Jun 2021

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