
Product
Introducing Webhook Events for Alert Changes
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.
webiny-cli
Advanced tools
A tool to bootstrap a blank Webiny project. Visit https://www.webiny.com to find out more about Webiny.
A tool to bootstrap a blank Webiny project. Visit https://www.webiny.com to find out more about Webiny.
Create a folder for your project and install webiny-cli as a regular dev dependency.
// Create an empty project folder
mkdir my-project
cd my-project
// Initialize your project to create package.json
yarn init -y
// For per-project installation (recommended)
yarn add webiny-cli --dev
npx webiny init
// For global installations
yarn global add webiny-cli
webiny init
This will setup the entire project in form of a monorepo for easier project maintenance.
Each app requires its own build process (just like any create-react-app project).
Open a terminal window, navigate to your app root and run yarn start:
// To start development build of your admin app
cd packages/admin
yarn start
// To start development build of your site app
cd packages/site
yarn start
// To start development build of your API
cd packages/api
yarn start
From the root of your project:
// To deploy everything
webiny deploy
// To deploy a particular app/api
webiny deploy packages/admin
FAQs
A tool to bootstrap, develop and deploy a Webiny project.
The npm package webiny-cli receives a total of 2 weekly downloads. As such, webiny-cli popularity was classified as not popular.
We found that webiny-cli demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?

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.

Product
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.

Security News
ENISA has become a CVE Program Root, giving the EU a central authority for coordinating vulnerability reporting, disclosure, and cross-border response.

Product
Socket now scans OpenVSX extensions, giving teams early detection of risky behaviors, hidden capabilities, and supply chain threats in developer tools.