You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To add the package push API key to the client machines you use for packaging, use the following:
choco apikey --source="http://myserver/chocolatey" --api-key={apikey}
before:
Use the command below to push packages to this repository:
choco push [{package file}] --source http://myserver/chocolatey [--api-key={apikey}]
as, if you've set the apikey, you don't need to specify it to push packages (follows a more logical order).
The text was updated successfully, but these errors were encountered:
gep13
changed the title
FEATURE REQUEST: Reorder some information on the Simple Chocolatey Package Repository webpage
Reorder some information on the Simple Chocolatey Package Repository webpage
Sep 29, 2021
Show how the apikey can be added to the system before the information
about the choco push command. This makes more logical sense, since
once added, it isn't required to be included in the push command.
(Lots of new good info added to 0.2.3)
RE: Adding/Pushing Packages
I believe it's more intuitive to show:
before:
as, if you've set the apikey, you don't need to specify it to push packages (follows a more logical order).
The text was updated successfully, but these errors were encountered: