polylith 2024-05-30

Hi! Is there a way to "disable" a project? I have a new project but for the moment, I don't want this project in the result of all poly result. Should I remove the project directory or is there an other way?

There is no way to disable it permanently, except from e.g. moving it out from the projects directory. One option is to make it "invisible" by renaming it to e.g. .myproject. Another option is to use the skip parameter, e.g. poly info skip:myproject . This is supported by all commands.

Just an FYI @tengstrand the poly shell auto-complete does not suggest skip (on any command) -- is that a bug or by design?

This is by design. When starting a shell with poly :all or clojure -M:poly :all then skip (and other rarely used arguments) will be included by the auto-complete.

Oh, that's good to know! Thank you!

👍 1