slingx v1.0.1
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 copySee code: src/commands/copy.js
slingx create
Create new Node(s) in a Sling repository
USAGE
$ slingx createSee code: src/commands/create.js
slingx delete
Deletes Node(s) in a Sling repository
USAGE
$ slingx deleteSee 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 CLISee code: @oclif/plugin-help
slingx import
Import Asset(s) with metadata
USAGE
$ slingx importSee code: src/commands/import.js
slingx move
Moves Node(s) in a Sling repository
USAGE
$ slingx moveSee code: src/commands/move.js
slingx query
Execute Search Query on an AEM repository
USAGE
$ slingx querySee 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.