All Projects → OctopusDeploy → OctopusCLI

OctopusDeploy / OctopusCLI

Licence: other
| Public | Command line tool for Octopus Deploy

Programming Languages

C#
18002 projects
shell
77523 projects

Labels

Projects that are alternatives of or similar to OctopusCLI

latch-plugin-unix
No description or website provided.
Stars: ✭ 20 (-50%)
Mutual labels:  public
kneaddata
Quality control tool on metagenomic and metatranscriptomic sequencing data, especially data from microbiome experiments.
Stars: ✭ 52 (+30%)
Mutual labels:  public
babel-plugin-private-underscores
Make _classMembers 'private' using symbols
Stars: ✭ 39 (-2.5%)
Mutual labels:  public
push-package-action
| Public | GitHub Action to Push a Package to Octopus Deploy
Stars: ✭ 23 (-42.5%)
Mutual labels:  public
BitBruteForce-Wallet
No description or website provided.
Stars: ✭ 142 (+255%)
Mutual labels:  public
masader
The largest public catalogue for Arabic NLP and speech datasets. There are +250 datasets annotated with more than 25 attributes.
Stars: ✭ 66 (+65%)
Mutual labels:  public
humann
HUMAnN 3.0 is the next generation of HUMAnN 1.0 (HMP Unified Metabolic Analysis Network).
Stars: ✭ 95 (+137.5%)
Mutual labels:  public
Maaslin2
MaAsLin2: Microbiome Multivariate Association with Linear Models
Stars: ✭ 76 (+90%)
Mutual labels:  public
openfpc
A 2D CAD tool built on React, Three.js, and Immutable
Stars: ✭ 34 (-15%)
Mutual labels:  public
thomas
Another A/B test library
Stars: ✭ 20 (-50%)
Mutual labels:  public
soql
Models and query generator for Salesforce Object Query Language (SOQL)
Stars: ✭ 16 (-60%)
Mutual labels:  public
CloudHunter
Find unreferenced AWS S3 buckets which have CloudFront CNAME records pointing to them
Stars: ✭ 31 (-22.5%)
Mutual labels:  public
melonnpan
Model-based Genomically Informed High-dimensional Predictor of Microbial Community Metabolic Profiles
Stars: ✭ 20 (-50%)
Mutual labels:  public
OctopusTentacle
| Public | The secure, lightweight, cross-platform agent for Octopus Server which turns any computer into a worker or deployment target for automated deployments and operations runbooks.
Stars: ✭ 25 (-37.5%)
Mutual labels:  public
jitsi-box
A Raspberry Pi based box to automate holding hybrid conferences with Jitsi
Stars: ✭ 15 (-62.5%)
Mutual labels:  public
octopackjs
A nodejs tool for packaging and pushing projects to an Octopus Deploy instance.
Stars: ✭ 26 (-35%)
Mutual labels:  public
Public-Method-CardGame-NiuNiu
纸牌游戏牛牛的最优算法及Method
Stars: ✭ 21 (-47.5%)
Mutual labels:  public
googletranslate
Python Google Translate (using reverse-engineered public API, so free)
Stars: ✭ 67 (+67.5%)
Mutual labels:  public
Public Apis
A collective list of free APIs
Stars: ✭ 177,707 (+444167.5%)
Mutual labels:  public
ficus
Scala-friendly companion to Typesafe config
Stars: ✭ 321 (+702.5%)
Mutual labels:  public

Notice

Octopus CLI is no longer under feature development. All feature development of the Octopus CLI is being done in the updated cli. This tool will continue to be supported for security patches until July 2023.


This repository contains the Octopus CLI (octo) for Octopus, a user-friendly DevOps tool for developers that supports release management, deployment automation, and operations runbooks. You can use it to create and deploy releases, create and push packages, and manage environments.

octo can be downloaded from the Octopus downloads page.

Documentation

Issues

Please see Contributing

Development

Pre-requisites

You need the following items installed on your system:

  • Rider, VSCode or Visual Studio 15.3
  • .NET Core SDK 6.x

Build and Test

Run the build script to build, test and package the project.

Do this before pushing as it will run the surface area tests as well, which require approval on almost every change.

Unix-like systems

# on Unix-like systems we don't generate the OctopusTools NuGet package as it calls `nuget.exe` to create the package.
$ ./build.sh

Windows

> build.cmd

Publish a new version

To release a new version, tag main with the next <major>.<minor>.<patch> version, GitHub Actions will build, test and produce the required packages and Octopus Deploy will do publish the packages to the appropriate locations.

Every successful GitHub Actions build for all branches will be pushed to Feedz.io.

Compatibility

See the Compatibility page in our docs

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].