1.4.3 • Published 4 years ago

@apility/netflex-cli v1.4.3

Weekly downloads
13
License
MIT
Repository
github
Last release
4 years ago

Netflex CLI

LICENSE Version Downloads

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 -g

Prerequisite

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 serve

or you can specify the path as the first option

netflex serve path/to/your/site

You 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 --build

Logging

To output logs to stdout use the log flag

netflex serve path/to/your/site --log

Logs 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 --watch

To get a verbose output

netflex serve path/to/your/site --watch --verbose
1.4.3

4 years ago

1.4.2

4 years ago

1.4.1

4 years ago

1.4.0

4 years ago

1.3.7

5 years ago

1.3.6

5 years ago

1.3.5

5 years ago

1.3.4

5 years ago

1.3.2

5 years ago

1.3.1

5 years ago

1.3.0

5 years ago

1.2.9

5 years ago

1.2.8

5 years ago

1.2.7

5 years ago

1.2.6

5 years ago

1.2.5

5 years ago

1.2.4

5 years ago

1.2.3

5 years ago

1.2.2

5 years ago

1.2.1

5 years ago

1.2.0

5 years ago

1.1.0

5 years ago

1.0.10

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago