@apility/netflex-cli v1.4.3
Netflex CLI
This is a cli tool to assist in local development of Netflex based projects. It allows you to run a project locally through Docker, while still being able to edit inside of Netflex.
Installation
npm install @apility/netflex-cli -gPrerequisite
You will have to have Docker installed on your device.
https://docs.docker.com/install/
See migration guide for existing sites.
Usage
Navigate to the working directory of a Netflex V3 based project
and execute the following command
netflex serveor you can specify the path as the first option
netflex serve path/to/your/siteYou will be prompted to configure the required settings
Build assets
If your Netflex project have a defined build step, you can invoke it by running
netflex serve path/to/your/site --buildLogging
To output logs to stdout use the log flag
netflex serve path/to/your/site --logLogs will also be outputted in verbose mode
Watch and build assets
If your Netflex project have a defined watcher you can invoke it by running
netflex serve path/to/your/site --watchTo get a verbose output
netflex serve path/to/your/site --watch --verbose6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago