-
How can I check the status of a submitted package? For example, version 5.0.3 of the Firebird package is still under moderation. However, I can't find a way to determine this status through the API. Is there a method to query this information? Running choco search firebird --all --exact --ignore-http-cache Returns
There is a
Otherwise, the results remain the same. It seems that Chocolatey v2 has made |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
Until a package is approved, or exempted, it won't return in a search as it's not "available". There is no supported way to return the status of a package.
|
Beta Was this translation helpful? Give feedback.
Until a package is approved, or exempted, it won't return in a search as it's not "available". There is no supported way to return the status of a package.
--approved-only
will only return packages that have been approved, and not those that have been exempted.