mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-07 03:06:01 +02:00
octo: add page (#3456)
This commit is contained in:
parent
22ad2cbc3d
commit
091189817d
1 changed files with 20 additions and 0 deletions
20
pages/windows/octo.md
Normal file
20
pages/windows/octo.md
Normal 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}}`
|
Loading…
Add table
Reference in a new issue