
Security News
PodRocket Podcast: Inside the Recent npm Supply Chain Attacks
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
@enonic/cli
Advanced tools
The official development and management CLI tool for Enonic XP.
Enonic offers an API-first content platform featuring structured content, powerful search, tree structures, preview and visual page composing. The platform uses a flexible schema system to support content type and components, combined with rich JavaScript and GraphQL APIs. Use your favorite front-end framework or build directly on the platform using the Enonic JS framework.
Install Enonic CLI with the following command:
npm install @enonic/cli -g
$ enonic
mysandbox
using the latest stable release of Enonic XP:$ enonic sandbox create mysandbox --skip-template -f
mysandbox
with the bare minimum of pre-installed applications using the latest stable release of Enonic XP:$ enonic sandbox create mysandbox -t essentials -f
myproject
and link it to the mysandbox
instance:$ enonic create com.example.myproject -s mysandbox
COMMANDS:
app [command] [options] Install, stop and start applications
auditlog [command] [options] Manage audit log repository
cms [command] [options] CMS commands
create <project name> [options] Create a new Enonic project
dev Start current project in dev mode
dump [command] [options] Dump and load complete repositories
export [options] Export data from a given repository
import [options] Import data from a named export
latest Check for latest version of Enonic CLI
repo [command] [options] Tune and manage repositories
snapshot [command] [options] Create and restore snapshots
system [command] [options] System commands
upgrade Upgrade to the latest version
uninstall Uninstall Enonic CLI
vacuum [options] Removes old version history and segments from content storage
help, h Shows a list of all commands or help for a specific command
CLOUD COMMANDS:
cloud [command] [options] Manage Enonic cloud
PROJECT COMMANDS:
project [command] [options] Manage Enonic projects
sandbox [command] [options] Manage Enonic instances
GLOBAL OPTIONS:
--help, -h Show help
--version, -v Print the version
For complete guide to Enonic CLI please check out this page.
Build your first Enonic project by following this hands-on introduction.
Need a quick advice? Ask us on Slack or Discuss.
Prefer Docker? Check out Enonic XP in the Docker Hub.
Test Enonic XP in a forever-free Cloud instance? Sign up for a Cloud Free Plan.
$ enonic upgrade
$ enonic uninstall
FAQs
Command-line interface for Enonic XP
The npm package @enonic/cli receives a total of 39 weekly downloads. As such, @enonic/cli popularity was classified as not popular.
We found that @enonic/cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 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.
Security News
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
Security News
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
Product
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.