|
123456789101112131415161718192021222324 |
- ---
- id: docs_cli_generate_lock_entry
- guide: docs_cli
- layout: guide
- ---
-
- <p class="lead">Generates a lock file entry.</p>
-
- ##### `yarn generate-lock-entry` <a class="toc" id="toc-yarn-generate-lock-entry" href="#toc-yarn-generate-lock-entry"></a>
-
- _Note: This command is considered for advanced use-cases and tooling only. It generates a lock file entry given the current `package.json` manifest file._
-
- ```sh
- $ yarn generate-lock-entry
- # THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
- # yarn lockfile v1
- yarnpkg@0.14.0:
- version "0.14.0"
- dependencies:
- babel-plugin-transform-inline-imports-commonjs "^1.0.0"
- babel-runtime "^6.0.0"
- bytes "^2.4.0"
- [...]
- ```
|