AcyOrt has the following CLI commands, and supports custom CLI commands.
Built in basic commands, as well as some options
initialization
$ acyort init <folder>
Initialize a new website folder. You can initialize the current folder without entering the directory.
Version
$ acyort version
Display AcyOrt version, and current system information
Workflow Runing
$ acyort flow
Execute the registed scripts in order, see workflow for more detail
Cleanup
$ acyort clean
Clear generated static files, will not delete configuration files, like git
etc.
// Paths or files that will not be deleted
[
'templates',
'scripts',
'config.yml',
'CNAME',
'README.md',
'LICENSE',
'.gitignore',
'package.json',
'package-lock.json',
'node_modules',
'.git',
]
Support for custom CLI commands, see CLI for more detail
Contents