Downloads:
5,436
Downloads of v 1.6.2:
348
Last Update:
14 Sep 2023
Package Maintainer(s):
Software Author(s):
- Octopus Deploy
Tags:
automation deployment- Software Specific:
- Software Site
- Software License
- Package Specific:
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Octopus CLI
This is not the latest version of Octopus CLI available.
- 1
- 2
- 3
1.6.2 | Updated: 14 Sep 2023
- Software Specific:
- Software Site
- Software License
- Package Specific:
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
5,436
Downloads of v 1.6.2:
348
Maintainer(s):
Software Author(s):
- Octopus Deploy
Octopus CLI 1.6.2
This is not the latest version of Octopus CLI available.
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Octopus Deploy. The inclusion of Octopus Deploy trademark(s), if any, upon this webpage is solely to identify Octopus Deploy goods or services and not for commercial purposes.
- 1
- 2
- 3
All Checks are Passing
3 Passing Tests
Deployment Method: Individual Install, Upgrade, & Uninstall
To install Octopus CLI, run the following command from the command line or from PowerShell:
To upgrade Octopus CLI, run the following command from the command line or from PowerShell:
To uninstall Octopus CLI, run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download octopus-cli --internalize --version=1.6.2 --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade octopus-cli -y --source="'INTERNAL REPO URL'" --version="'1.6.2'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade octopus-cli -y --source="'INTERNAL REPO URL'" --version="'1.6.2'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install octopus-cli
win_chocolatey:
name: octopus-cli
version: '1.6.2'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'octopus-cli' do
action :install
source 'INTERNAL REPO URL'
version '1.6.2'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller octopus-cli
{
Name = "octopus-cli"
Version = "1.6.2"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'octopus-cli':
ensure => '1.6.2',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
This package was approved as a trusted package on 14 Sep 2023.
octopus is Octopus Deploy on the command line. It brings releases, deployments, and other Octopus Deploy concepts to the terminal next to where you are already working with projects and your continuous deployment processes.
Usage
octopus release [list, create, delete]
octopus account [aws|azure|gcp|ssh|token|username] [list, create]
octopus help
From: https://github.com/OctopusDeploy/cli/blob/main/LICENSE
LICENSE
Copyright (c) Octopus Deploy and contributors. All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
these files except in compliance with the License. You may obtain a copy of the
License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed
under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
CONDITIONS OF ANY KIND, either express or implied. See the License for the
specific language governing permissions and limitations under the License.
md5: 061E6F0E4E0839B7898D4F59C205A2D2 | sha1: B4C89B3D06251C07F16455A809DDAA00C3E58019 | sha256: D4B7D039E663D44E92B84851651621F39F3A314D515C1593C2A7D554A8248284 | sha512: 82F9D1B26E8345175A85FCDDEBDCCE9AEEE463811142BE40C19D6FBAB503EF064EB2F3F6D7987997D78A9186AD3397F312AF5C4F1357BC9334A50DD861CB18E0
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
This package is published by the Octopus Deploy team itself.
Log in or click on link to see number of positives.
- octopus-cli.1.6.2.nupkg (cb2f821559d1) - ## / 63
- octopus_1.6.2_windows_amd64.msi (d4b7d039e663) - ## / 61
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
Octopus CLI 2.12.2 | 32 | Wednesday, November 20, 2024 | Approved | |
Octopus CLI 2.12.1 | 5 | Wednesday, November 20, 2024 | Approved | |
Octopus CLI 2.12.0 | 12 | Wednesday, November 20, 2024 | Approved | |
Octopus CLI 2.11.0 | 172 | Wednesday, October 30, 2024 | Approved | |
Octopus CLI 2.10.2 | 304 | Friday, September 20, 2024 | Approved | |
Octopus CLI 2.10.1 | 61 | Thursday, September 19, 2024 | Approved | |
Octopus CLI 2.10.0 | 30 | Wednesday, September 18, 2024 | Approved | |
Octopus CLI 2.9.1 | 10 | Wednesday, September 18, 2024 | Approved | |
Octopus CLI 2.9.0 | 24 | Tuesday, September 17, 2024 | Approved | |
Octopus CLI 2.8.1 | 22 | Monday, September 16, 2024 | Approved | |
Octopus CLI 2.8.0 | 16 | Monday, September 16, 2024 | Approved | |
Octopus CLI 2.7.0 | 229 | Tuesday, July 30, 2024 | Approved | |
Octopus CLI 2.6.0 | 104 | Monday, July 15, 2024 | Approved | |
Octopus CLI 2.5.0 | 25 | Thursday, July 11, 2024 | Approved | |
Octopus CLI 2.4.0 | 97 | Sunday, June 30, 2024 | Approved | |
Octopus CLI 2.3.0 | 144 | Monday, June 10, 2024 | Approved | |
Octopus CLI 2.2.1 | 143 | Tuesday, May 14, 2024 | Approved | |
Octopus CLI 2.1.0 | 772 | Tuesday, January 9, 2024 | Approved | |
Octopus CLI 2.0.0 | 661 | Thursday, January 4, 2024 | Approved | |
Octopus CLI 1.7.1 | 319 | Tuesday, October 31, 2023 | Approved | |
Octopus CLI 1.7.0 | 31 | Tuesday, October 31, 2023 | Approved | |
Octopus CLI 1.6.2 | 348 | Thursday, September 14, 2023 | Approved | |
Octopus CLI 1.6.1 | 311 | Thursday, September 14, 2023 | Approved | |
Octopus CLI 1.6.0 | 79 | Friday, September 8, 2023 | Approved | |
Octopus CLI 1.4.0 | 208 | Tuesday, June 13, 2023 | Approved | |
Octopus CLI 1.3.0 | 92 | Tuesday, May 23, 2023 | Approved | |
Octopus CLI 1.2.2 | 55 | Monday, May 22, 2023 | Approved | |
Octopus CLI 1.2.1 | 87 | Friday, May 12, 2023 | Approved | |
Octopus CLI 1.2.0 | 203 | Tuesday, January 31, 2023 | Approved | |
Octopus CLI 1.1.0 | 84 | Wednesday, January 25, 2023 | Approved | |
Octopus CLI 1.0.0 | 131 | Thursday, January 5, 2023 | Approved | |
Octopus CLI 0.10.2 | 97 | Friday, December 23, 2022 | Approved | |
Octopus CLI 0.10.1 | 54 | Friday, December 23, 2022 | Approved | |
Octopus CLI 0.9.0 | 53 | Thursday, December 22, 2022 | Approved | |
Octopus CLI 0.8.1 | 52 | Monday, December 19, 2022 | Approved | |
Octopus CLI 0.8.0 | 52 | Monday, December 19, 2022 | Approved | |
Octopus CLI 0.7.1 | 47 | Friday, December 16, 2022 | Approved | |
Octopus CLI 0.7.0 | 52 | Tuesday, December 13, 2022 | Approved | |
Octopus CLI 0.6.0 | 80 | Monday, November 28, 2022 | Approved | |
Octopus CLI 0.4.0 | 74 | Thursday, October 13, 2022 | Approved |
This package has no dependencies.
Ground Rules:
- This discussion is only about Octopus CLI and the Octopus CLI package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or Octopus CLI, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.