Skip to content

What's the proper poetry add syntax with develop=true? #3962

@gc-ss

Description

@gc-ss
  • I have searched the issues of this repo and believe that this is not a duplicate.

Issue

Using poetry 1.1.4:

What's the proper poetry add syntax such that develop=true gets added in the TOML file?

For example, what do I type in addition to poetry add ../../my_lib so that develop=true gets added in the TOML file and I see:

[tool.poetry.dependencies]
my_lib = {path = "../../my_lib", develop = true}

Metadata

Metadata

Assignees

No one assigned

    Labels

    area/cliRelated to the command linekind/featureFeature requests/implementationsstatus/duplicateDuplicate issues

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions