slang-cli

This is the cli form of slang from @mnlsn it will watch your files and then push them up to AEM

Usage no npm install needed!

<script type="module">
  import slangCli from 'https://cdn.skypack.dev/slang-cli';
</script>

README

slang-cli

CLI for aem-slang

Install

npm install -g slang-cli
Usage: slang-cli [options]

Options:
    -V, --version                  output the version number
    -p, --port [port]              Port to push files to default is publish 4503
    -pA, --portAuthor [port]       Port to push files to author
    -u, --user [username]          User name for auth
    -pass, --password [password]   Add the user password [admin]
    -b, --both                     Push files to both author and publish
    -i, --ignore [ignoreFiles]     A comma separated list of files or file types to ignore
    -pd, --pubDomain [localhost]   Specify a path to use for publish. Defaults to localhost
    -ad, --authDomain [localhost]  Specify a path to use for publish. Defaults to localhost
    -h, --help                     output usage information

Change Log

  • v1.1.9-v1.1.13 -- 02-01-2018 Fix for chokidar exiting early

  • v1.1.8 -- 02-01-2018 Added the ability to install this module locally to be used via npm run without being globally installed.