-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
New command line arguments:
-
--cwd=DIR-- changes the current process directory to another one before other command line arguments have been processed -
--dir=DIR-- Use this directory as a default for detecting configuration files. Defaults to CWD. -
--options=FILE-- loads CLI configuration from this file, and the configuration properties are same as command line options- If the FILE is a directory and
DIR/norjs.jsonexists, use it.
- If the FILE is a directory and
-
--config=FILE-- loads app configuration from this file- If the FILE is a directory and
DIR/app.jsonexists, use it.
- If the FILE is a directory and
-
norjs run ./path/to/appshould also work and initialize it with--dir=FILEinstead of--config=FILE
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels