Skip to content

Commit

Permalink
fix(docs): update docs after --lockfile addition
Browse files Browse the repository at this point in the history
  • Loading branch information
zkat committed Apr 18, 2023
1 parent 3e6f9ce commit e1caff4
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 1 deletion.
6 changes: 6 additions & 0 deletions tests/snapshots/help__add.snap
Expand Up @@ -71,6 +71,12 @@ When this is true, orogene will verify all files extracted from the cache, as we
Whether to skip restoring packages into `node_modules` and just resolve the tree and write the lockfile
#### `--locked`
Make the resolver error if the newly-resolved tree would defer from an existing lockfile
\[aliases: frozen]
#### `--no-scripts`
Skip running install scripts
Expand Down
6 changes: 6 additions & 0 deletions tests/snapshots/help__apply.snap
Expand Up @@ -51,6 +51,12 @@ When this is true, orogene will verify all files extracted from the cache, as we

Whether to skip restoring packages into `node_modules` and just resolve the tree and write the lockfile

#### `--locked`

Make the resolver error if the newly-resolved tree would defer from an existing lockfile

\[aliases: frozen]

#### `--no-scripts`

Skip running install scripts
Expand Down
6 changes: 6 additions & 0 deletions tests/snapshots/help__reapply.snap
Expand Up @@ -47,6 +47,12 @@ When this is true, orogene will verify all files extracted from the cache, as we

Whether to skip restoring packages into `node_modules` and just resolve the tree and write the lockfile

#### `--locked`

Make the resolver error if the newly-resolved tree would defer from an existing lockfile

\[aliases: frozen]

#### `--no-scripts`

Skip running install scripts
Expand Down
8 changes: 7 additions & 1 deletion tests/snapshots/help__remove.snap
Expand Up @@ -7,7 +7,7 @@ stderr:
stdout:
# oro remove

Removes one or more dependencies to the target package
Removes one or more dependencies from the target package

### Usage:

Expand Down Expand Up @@ -55,6 +55,12 @@ When this is true, orogene will verify all files extracted from the cache, as we
Whether to skip restoring packages into `node_modules` and just resolve the tree and write the lockfile
#### `--locked`
Make the resolver error if the newly-resolved tree would defer from an existing lockfile
\[aliases: frozen]
#### `--no-scripts`
Skip running install scripts
Expand Down

0 comments on commit e1caff4

Please sign in to comment.