From a3da949ef67cc431588e884bf2c6544e5339410a Mon Sep 17 00:00:00 2001 From: mikeee Date: Thu, 17 Feb 2022 16:01:08 +0000 Subject: [PATCH] AU: 1 updated - civo-cli [skip ci] https://gist.github.com/17b5a042cba1bd9da2bf21615aab4f0f/583b03b515a41af142338d75145eb68aca6ca297 --- automatic/civo-cli/civo-cli.nuspec | 4 ++-- automatic/civo-cli/tools/chocolateyInstall.ps1 | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/automatic/civo-cli/civo-cli.nuspec b/automatic/civo-cli/civo-cli.nuspec index dcb15304..a3bffc50 100644 --- a/automatic/civo-cli/civo-cli.nuspec +++ b/automatic/civo-cli/civo-cli.nuspec @@ -22,7 +22,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe - 0.0.0 + 1.0.16 https://github.com/mikeee/ChocoPackages/tree/master/automatic/civo-cli mikeee @@ -44,7 +44,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe https://github.com/civo/cli/issues civo cli k3s kubernetes control client cluster A command-line interface for Civo. - `civo` is a command-line interface for interfacing with the Vultr platform. + `civo` is a command-line interface for interfacing with the Civo platform. Civo CLI is a tool to manage your Civo.com account from the terminal. The Civo web control panel has a user-friendly interface for managing your account, but in case you want to automate or run scripts on your account, or have multiple complex services, the command-line interface outlined here will be useful. This guide will cover the set-up and usage of the Civo CLI tool with examples. diff --git a/automatic/civo-cli/tools/chocolateyInstall.ps1 b/automatic/civo-cli/tools/chocolateyInstall.ps1 index 5175f1be..c22a250b 100644 --- a/automatic/civo-cli/tools/chocolateyInstall.ps1 +++ b/automatic/civo-cli/tools/chocolateyInstall.ps1 @@ -6,8 +6,8 @@ $packageArgs = @{ packageName = $env:ChocolateyPackageName unzipLocation = $toolsDir - url64 = 'https://github.com//civo/cli/releases/download/v0.6.32/civo-0.6.32-windows-amd64.zip' - checksum64 = '825da4467307f6b38a1da945b2227cb47512c6afbafe94b9586f5a8daed23de2' + url64 = 'https://github.com//civo/cli/releases/download/v1.0.16/civo-1.0.16-windows-amd64.zip' + checksum64 = '32ee783efa6fc3f4f896344b88bc380d22944f8fa9fd7313799198692fc1bcbe' checksumType64 = 'SHA256' }