Skip to content

Commit

Permalink
New version: Balena.BalenaCLI version 17.4.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Exorcism0666 committed Jan 6, 2024
1 parent 2cc70be commit 31e9908
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Created with Komac v1.11.0
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json

PackageIdentifier: Balena.BalenaCLI
PackageVersion: 17.4.11
Platform:
- Windows.Desktop
InstallerType: nullsoft
Scope: machine
InstallModes:
- interactive
- silent
UpgradeBehavior: install
Commands:
- balena
ProductCode: balena-cli
ReleaseDate: 2024-01-05
Installers:
- Architecture: x64
InstallerUrl: https://github.com/balena-io/balena-cli/releases/download/v17.4.11/balena-cli-v17.4.11-windows-x64-installer.exe
InstallerSha256: CA771DA30D7AF0A8F0791A3239DED88D62C26D09E294A684E9121BA243D1A371
ManifestType: installer
ManifestVersion: 1.5.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Created with Komac v1.11.0
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json

PackageIdentifier: Balena.BalenaCLI
PackageVersion: 17.4.11
PackageLocale: en-US
Publisher: Balena Inc. (https://balena.io/)
PublisherUrl: https://github.com/balena-io/balena-cli
PublisherSupportUrl: https://github.com/balena-io/balena-cli/issues
PrivacyUrl: https://www.balena.io/privacy-policy
Author: Juan Cruz Viotti
PackageName: balena-cli
PackageUrl: https://www.balena.io/docs/reference/balena-cli
License: APACHE-2.0
LicenseUrl: https://raw.githubusercontent.com/balena-io/balena-cli/master/LICENSE
Copyright: Copyright 2023 Balena
ShortDescription: The balena CLI is a Command Line Interface for balenaCloud or openBalena.
Description: |-
The balena CLI is a Command Line Interface for balenaCloud or openBalena.
It is a software tool available for Windows, macOS and Linux, used through a command prompt / terminal window.
It can be used interactively or invoked in scripts.
The balena CLI builds on the balena API and the balena SDK, and can also be directly imported in Node.js applications.
The balena CLI is an open-source project on GitHub, and your contribution is also welcome!
Tags:
- balena-io
- cli
- command-line-interface
- iot
ReleaseNotesUrl: https://github.com/balena-io/balena-cli/releases/tag/v17.4.11
ManifestType: defaultLocale
ManifestVersion: 1.5.0
8 changes: 8 additions & 0 deletions manifests/b/Balena/BalenaCLI/17.4.11/Balena.BalenaCLI.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Created with Komac v1.11.0
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json

PackageIdentifier: Balena.BalenaCLI
PackageVersion: 17.4.11
DefaultLocale: en-US
ManifestType: version
ManifestVersion: 1.5.0

1 comment on commit 31e9908

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@check-spelling-bot Report

🔴 Please review

See the 📜action log for details.

Unrecognized words (16)
aloneguid
alonguid
ALVR
appinstaller
beacause
craigloewen
Failback
FFXIV
issuetitle
msft
Pulovers
similarissues
similaritytolerance
submitters
suport
Teamcraft
Previously acknowledged words that are now absent admins Daa Esco fabricbot jedieaston Joakim Kad Karan Levvie mdanish quhxl redistribution russellbanks Tbot timezone Trenly :arrow_right:
To accept ✔️ these unrecognized words as correct and remove the previously acknowledged and now absent words, run the following commands

... in a clone of the [email protected]:Exorcism0666/winget-pkgs.git repository
on the Balena.BalenaCLI-17.4.11-EDC254A4CCD1F97AE5ABB8397B239DFB36160D5A branch (ℹ️ how do I use this?):

curl -s -S -L 'https://raw.githubusercontent.com/check-spelling/check-spelling/v0.0.21/apply.pl' |
perl - 'https://github.com/Exorcism0666/winget-pkgs/actions/runs/7428770576/attempts/1'
Errors (1)

See the 📜action log for details.

❌ Errors Count
❌ check-file-path 1

See ❌ Event descriptions for more information.

If the flagged items are 🤯 false positives

If items relate to a ...

  • binary file (or some other file you wouldn't want to check at all).

    Please add a file path to the excludes.txt file matching the containing file.

    File paths are Perl 5 Regular Expressions - you can test yours before committing to verify it will match your files.

    ^ refers to the file's path from the root of the repository, so ^README\.md$ would exclude README.md (on whichever branch you're using).

  • well-formed pattern.

    If you can write a pattern that would match it,
    try adding it to the patterns.txt file.

    Patterns are Perl 5 Regular Expressions - you can test yours before committing to verify it will match your lines.

    Note that patterns can't match multiline strings.

Please sign in to comment.