Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add conan editable add remote args #3345

Merged
merged 1 commit into from
Aug 29, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 8 additions & 5 deletions reference/commands/editable.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ conan editable add
.. code-block:: text

$ conan editable add -h
usage: conan editable add [-h] [-v [V]] [--name NAME]
[--version VERSION] [--user USER]
[--channel CHANNEL] [-of OUTPUT_FOLDER]
usage: conan editable add [-h] [-v [V]] [--name NAME] [--version VERSION]
[--user USER] [--channel CHANNEL]
[-of OUTPUT_FOLDER] [-r REMOTE | -nr]
path

Define the given <path> location as the package <reference>, so when this
Expand All @@ -23,7 +23,7 @@ conan editable add
positional arguments:
path Path to the package folder in the user workspace

optional arguments:
options:
-h, --help show this help message and exit
-v [V] Level of detail of the output. Valid options from less
verbose to more verbose: -vquiet, -verror, -vwarning,
Expand All @@ -36,6 +36,9 @@ conan editable add
--channel CHANNEL Provide a channel if not specified in conanfile
-of OUTPUT_FOLDER, --output-folder OUTPUT_FOLDER
The root output folder for generated and build files
-r REMOTE, --remote REMOTE
Look in the specified remote or remotes server
-nr, --no-remote Do not use remote, resolve exclusively in the cache

conan editable remove
---------------------
Expand Down Expand Up @@ -83,4 +86,4 @@ conan editable list

.. seealso::

- Read the tutorial about editable packages :ref:`editable package<editable_packages>`.
- Read the tutorial about editable packages :ref:`editable package<editable_packages>`.