Downloads:
362
Downloads of v 1.7.47-dev:
13
Last Update:
15 Oct 2024
Package Maintainer(s):
Software Author(s):
- Buddy PSA
Tags:
buddy bdy cli- Software Specific:
- Software Site
- Package Specific:
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Bdy CLI (Portable)
This is a prerelease version of Bdy CLI (Portable).
- 1
- 2
- 3
1.7.47-dev | Updated: 15 Oct 2024
- Software Specific:
- Software Site
- Package Specific:
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
362
Downloads of v 1.7.47-dev:
13
Maintainer(s):
Software Author(s):
- Buddy PSA
Bdy CLI (Portable) 1.7.47-dev
This is a prerelease version of Bdy CLI (Portable).
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Buddy PSA. The inclusion of Buddy PSA trademark(s), if any, upon this webpage is solely to identify Buddy PSA 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 Bdy CLI (Portable), run the following command from the command line or from PowerShell:
To upgrade Bdy CLI (Portable), run the following command from the command line or from PowerShell:
To uninstall Bdy CLI (Portable), 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 bdy --internalize --version=1.7.47-dev --pre --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 bdy -y --source="'INTERNAL REPO URL'" --version="'1.7.47-dev'" --prerelease [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 bdy -y --source="'INTERNAL REPO URL'" --version="'1.7.47-dev'" --prerelease
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install bdy
win_chocolatey:
name: bdy
version: '1.7.47-dev'
source: INTERNAL REPO URL
state: present
allow_prerelease: yes
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'bdy' do
action :install
source 'INTERNAL REPO URL'
version '1.7.47-dev'
options '--prerelease'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller bdy
{
Name = "bdy"
Version = "1.7.47-dev"
Source = "INTERNAL REPO URL"
chocoParams = "--prerelease"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'bdy':
ensure => '1.7.47-dev',
install_options => ['--prerelease'],
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.
There are versions of this package awaiting moderation . See the Version History section below.
This package is exempt from moderation. While it is likely safe for you, there is more risk involved.
Tool to create TCP,TLS or HTTP tunnels
md5: D307B5E392C17B18DEC9AA14FEDA52C9 | sha1: 6929C0A236D374442B850C009551C562C183A2EB | sha256: E4F9B7504A3A56E8256288FB122D689AFAED6902467AB7CFD0703AA40053C298 | sha512: 0C053A64EDD3BA1E290F0052D0A949C65DCA59F39FEB2F99F914D7BC0E424B67EAC5C58FC48B8B708A4E6FA659354D63E953E1EA05CBB526D4AC2E33B4CC9731
MIT License
Copyright (c) 2022 Buddy
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
Generated by `Get-FileHash -Path bdy.exe`:
E4F9B7504A3A56E8256288FB122D689AFAED6902467AB7CFD0703AA40053C298
Log in or click on link to see number of positives.
- bdy.1.7.47-dev.nupkg (bce89bb9022c) - ## / 68
- bdy.exe (e4f9b7504a3a) - ## / 71
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 |
---|---|---|---|---|
Bdy CLI (Portable) 1.8.39-dev | 10 | Thursday, January 30, 2025 | Exempted | |
Bdy CLI (Portable) 1.8.38 | 5 | Wednesday, February 5, 2025 | Ready | |
Bdy CLI (Portable) 1.8.38-stage | 5 | Tuesday, February 4, 2025 | Exempted | |
Bdy CLI (Portable) 1.8.38-master | 5 | Wednesday, February 5, 2025 | Exempted | |
Bdy CLI (Portable) 1.8.38-beta | 5 | Tuesday, February 4, 2025 | Exempted | |
Bdy CLI (Portable) 1.8.13 | 54 | Thursday, January 9, 2025 | Approved | |
Bdy CLI (Portable) 1.8.12-stage | 18 | Friday, November 29, 2024 | Exempted | |
Bdy CLI (Portable) 1.8.12-master | 13 | Tuesday, December 3, 2024 | Exempted | |
Bdy CLI (Portable) 1.8.12-dev | 15 | Wednesday, November 20, 2024 | Exempted | |
Bdy CLI (Portable) 1.8.12-beta | 13 | Monday, December 2, 2024 | Exempted | |
Bdy CLI (Portable) 1.8.11-dev | 16 | Tuesday, November 19, 2024 | Exempted | |
Bdy CLI (Portable) 1.8.8-dev | 16 | Friday, November 8, 2024 | Exempted | |
Bdy CLI (Portable) 1.8.7-dev | 15 | Friday, November 8, 2024 | Exempted | |
Bdy CLI (Portable) 1.8.6-dev | 18 | Thursday, November 7, 2024 | Exempted | |
Bdy CLI (Portable) 1.8.3-dev | 15 | Wednesday, November 6, 2024 | Exempted | |
Bdy CLI (Portable) 1.7.60-dev | 14 | Wednesday, October 30, 2024 | Exempted | |
Bdy CLI (Portable) 1.7.59-dev | 13 | Friday, October 25, 2024 | Exempted | |
Bdy CLI (Portable) 1.7.58-dev | 13 | Thursday, October 24, 2024 | Exempted | |
Bdy CLI (Portable) 1.7.56-dev | 16 | Wednesday, October 23, 2024 | Exempted | |
Bdy CLI (Portable) 1.7.55-dev | 14 | Tuesday, October 22, 2024 | Exempted | |
Bdy CLI (Portable) 1.7.54-dev | 17 | Monday, October 21, 2024 | Exempted | |
Bdy CLI (Portable) 1.7.53-dev | 17 | Friday, October 18, 2024 | Exempted | |
Bdy CLI (Portable) 1.7.48-dev | 18 | Wednesday, October 16, 2024 | Exempted | |
Bdy CLI (Portable) 1.7.47-dev | 13 | Tuesday, October 15, 2024 | Exempted |
Buddy PSA
This package has no dependencies.
Ground Rules:
- This discussion is only about Bdy CLI (Portable) and the Bdy CLI (Portable) 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 Bdy CLI (Portable), 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.