3.0.1 • Published 7 days ago

@enonic/cli v3.0.1

Weekly downloads
-
License
GPL-3.0
Repository
github
Last release
7 days ago

Enonic CLI

The official development and management CLI tool for Enonic XP.

About

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.

Installation

Install Enonic CLI with the following command:

npm install @enonic/cli -g

Usage

  • Get the list of available commands:
$ enonic
  • Create and start a new empty sandbox (local instance of Enonic XP) called mysandbox using the latest stable release of Enonic XP:
$ enonic sandbox create mysandbox --skip-template -f
  • Create and start a new sandbox called mysandbox with the bare minimum of pre-installed applications using the latest stable release of Enonic XP:
$ enonic sandbox create mysandbox -t essentials -f
  • Create a new project called myproject and link it to the mysandbox instance:
$ enonic create com.example.myproject -s mysandbox

Available Commands

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

Docs & Guides

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.

Upgrade

$ enonic upgrade

Uninstall

$ enonic uninstall
3.0.1

7 days ago

3.0.0

1 month ago

2.8.2

3 months ago

2.8.1

3 months ago

2.8.0

4 months ago

2.7.0

8 months ago

2.6.2

8 months ago

2.6.2-B2

9 months ago

2.6.2-B1

9 months ago

2.6.1

11 months ago

2.6.0

11 months ago

2.5.0

1 year ago

2.4.0

1 year ago

2.4.0-RC5

1 year ago

2.4.0-RC4

1 year ago

2.4.0-RC3

1 year ago

2.4.0-RC2

1 year ago

2.4.0-RC1

1 year ago

0.0.0

1 year ago

0.0.54

1 year ago