|
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 |
Answered by
pauby
Jul 22, 2025
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.
|
6 replies
Answer selected by
fdcastel
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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-onlywill only return packages that have been approved, and not those that have been exempted.