|
1 | 1 | Invalid option `--subpackage'
|
2 | 2 |
|
3 |
| -Usage: index.dev.js (COMMAND | (-v|--version)) |
4 |
| - PureScript package manager and build tool |
| 3 | +Usage: index.dev.js init [--migrate] [--monochrome|--no-color] [--offline] [-q|--quiet] [-v|--verbose] ([--subpackage ARG] | [--name ARG]) [--package-set ARG] [--use-solver] |
| 4 | + Initialise a new project |
5 | 5 |
|
6 | 6 | Available options:
|
| 7 | + --migrate Migrate the spago.yaml file to the latest format |
| 8 | + --monochrome,--no-color Force logging without ANSI color escape sequences |
| 9 | + --offline Do not attempt to use the network. Warning: this will |
| 10 | + fail if you don't have the necessary dependencies |
| 11 | + already cached |
| 12 | + -q,--quiet Suppress all spago logging |
| 13 | + -v,--verbose Enable additional debug logging, e.g. printing `purs` |
| 14 | + commands |
| 15 | + --subpackage ARG Name of a subpackage to initialize within the current |
| 16 | + workspace |
| 17 | + --name ARG Optional package name to be used for the new project |
| 18 | + --package-set ARG Optional package set version to be used instead of |
| 19 | + the latest one |
| 20 | + --use-solver Use the solver instead of package sets |
7 | 21 | -h,--help Show this help text
|
8 |
| - -v,--version Show the current version |
9 |
| - |
10 |
| -Available commands: |
11 |
| - init Initialise a new project |
12 |
| - fetch Downloads all of the project's dependencies |
13 |
| - install Compile the project's dependencies |
14 |
| - uninstall Remove dependencies from a package |
15 |
| - build Compile the project |
16 |
| - run Run the project |
17 |
| - test Test the project |
18 |
| - bundle Bundle the project in a single file |
19 |
| - sources List all the source paths (globs) for the |
20 |
| - dependencies of the project |
21 |
| - repl Start a REPL |
22 |
| - publish Publish a package |
23 |
| - upgrade Upgrade to the latest package set, or to the latest |
24 |
| - versions of Registry packages |
25 |
| - docs Generate docs for the project and its dependencies |
26 |
| - registry Commands to interact with the Registry |
27 |
| - ls List packages or dependencies |
28 |
| - graph Generate a graph of modules or dependencies |
0 commit comments