octo: add page (#3456)
This commit is contained in:
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}}`
|
Reference in New Issue
Block a user