1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-07 03:25:59 +02:00

octo: add page (#3456)

This commit is contained in:
Plai 2019-10-23 12:46:11 +07:00 committed by Owen Voke
parent 22ad2cbc3d
commit 091189817d

20
pages/windows/octo.md Normal file
View file

@ -0,0 +1,20 @@
# octo
> Command line tools for Octopus Deploy.
> More information: <https://octopus.com/docs/octopus-rest-api/octo.exe-command-line>.
- Create a package:
`octo pack --id={{package_name}}`
- Push a package to a repository on the Octopus server:
`octo push --package={{package_name}}`
- Create a release:
`octo create-release --project={{project_name}} --packageversion={{version}}`
- Deploy a release:
`octo deploy-release --project={{project_name}} --packageversion={{version}} --deployto={{environment_name}} --tenant={{deployment_target}}`