bedrock-cli is the command line interface to Bedrock.
npm install -g bedrock-cli
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.
Upgrade referencing Bedrock's develop
branch instead of master. Warning: for advanced users only.
Upgrade referencing Bedrock's canary
branch instead of master. For those who want to be on the cutting edge.
Initialize a new Bedrock project. You can initialize a Bedrock project from a base where base
can be either material
or bootstrap4
.
Use this command (point to the right location):
node ../bedrock-cli/src/cli.js upgrade --dev