Conan export documentation missing --lockfile-out parameters
Open
- Dominant language
- C++
- Stars
- 125
- Forks
- 382
- Avg merge
- 22h 39m
- Merged PRs (30d)
- 21
Description
The CI docs at: https://docs.conan.io/en/latest/versioning/lockfiles/ci.html show:
```
$ conan export . libb/0.2@user/testing --lockfile=../locks/libb_deps_base.lock
--lockfile-out=../locks/libb_base.lock
```
but the docs at https://docs.conan.io/en/latest/reference/commands/creator/export.html have no mention of `--lockfile-out`:
```
$ conan export [-h] [-k] [-l [LOCKFILE]] [--ignore-dirty]
path [reference]
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.