slingx
v1.0.1
Published
A comprehensive toolkit AEM Administrators for Sling CRUD Operations
Downloads
4
Readme
slingx
A comprehensive toolkit AEM Administrators for Sling CRUD Operations
Usage
$ npm install -g slingx
$ slingx COMMAND
running command...
$ slingx (-v|--version|version)
slingx/1.0.0 darwin-x64 node-v10.13.0
$ slingx --help [COMMAND]
USAGE
$ slingx COMMAND
...
Commands
slingx copy
Copy Node(s) in a Sling repository
USAGE
$ slingx copy
See code: src/commands/copy.js
slingx create
Create new Node(s) in a Sling repository
USAGE
$ slingx create
See code: src/commands/create.js
slingx delete
Deletes Node(s) in a Sling repository
USAGE
$ slingx delete
See code: src/commands/delete.js
slingx help [COMMAND]
display help for slingx
USAGE
$ slingx help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help
slingx import
Import Asset(s) with metadata
USAGE
$ slingx import
See code: src/commands/import.js
slingx move
Moves Node(s) in a Sling repository
USAGE
$ slingx move
See code: src/commands/move.js
slingx query
Execute Search Query on an AEM repository
USAGE
$ slingx query
See code: src/commands/query.js
Contributing
You need node>=10.13.0 and npm>=6.4.1. Follow the typical npm install, npm test workflow. Contributions are welcomed! Read the Contributing Guide for more information.
Licensing
This project is licensed under the Apache V2 License. See LICENSE for more information.