Loading...
Loading...
Guides developers through Enonic CLI commands for sandbox management, project scaffolding, local development, app deployment, and CI/CD pipeline generation. Use when creating Enonic XP sandboxes, starting or stopping local instances, scaffolding projects from starters, running dev mode with hot-reload, deploying apps, or generating CI/CD workflows for Enonic apps. Don't use for writing XP application code (controllers, content types), querying via Guillotine or lib-content APIs, configuring non-Enonic environments, or Docker/Kubernetes deployment of XP.
npx skill4agent add webmaxru/enonic-agent-skills enonic-sandbox-managernode scripts/find-enonic-targets.mjs.enonicbuild.gradlecom.enonic.xpgradle.propertiesxpVersionenonic --versionreferences/cli-reference.mdnpm install -g @enonic/clibrew tap enonic/cli && brew install --no-quarantine enonicwget -qO- https://repo.enonic.com/public/com/enonic/cli/installer/cli-linux/1.0.0/cli-linux-1.0.0.sh | shscoop bucket add enonic https://github.com/enonic/cli-scoop.git && scoop install enonicenonic --versionreferences/cli-reference.mdenonic sandbox create <name> [-v <version>] [-t <template>] [--skip-template] [-f]enonic sandbox lsenonic sandbox start <name> [--detach] [--prod] [--debug]enonic sandbox stopenonic sandbox upgrade <name> -v <version>enonic sandbox delete <name> -fenonic sandbox copy <source> <target>-f-t <template>--skip-templateenonic create <name> [-r <starter>] [-s <sandbox>] [-f]starter-vanillastarter-headlessstarter-nextjsreferences/cli-reference.mdenonic project sandbox <name>build.gradle.enonicenonic devenonic project buildenonic project deploy [sandbox-name] [-c]-cenonic project installenonic project testenonic project cleanenonic project gradle <tasks>enonic sandbox start <name> -dCtrl-Creferences/cli-reference.mdenonic app install --url <jar-url>enonic app install --file <path-to-jar>enonic app start <app-key>enonic app stop <app-key>--cred-file <path>ENONIC_CLI_REMOTE_USERENONIC_CLI_REMOTE_PASSassets/enonic-ci.template.yml.github/workflows/enonic-ci.ymlreferences/troubleshooting.mdenonic sandbox lsenonic system info80805005references/compatibility.mdscripts/find-enonic-targets.mjsenonic --versionreferences/compatibility.mdreferences/troubleshooting.mdenonic devdev