Downloads:
2,646
Downloads of v 0.7.0:
326
Last Update:
06 Jun 2023
Package Maintainer(s):
Software Author(s):
- Manfred Wallner
Tags:
chocolatey local tool roco- Software Specific:
- Software Site
- Software License
- Package Specific:
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
ROCO(latey)
This is not the latest version of ROCO(latey) available.
- 1
- 2
- 3
0.7.0 | Updated: 06 Jun 2023
- Software Specific:
- Software Site
- Software License
- Package Specific:
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
2,646
Downloads of v 0.7.0:
326
Maintainer(s):
Software Author(s):
- Manfred Wallner
ROCO(latey) 0.7.0
This is not the latest version of ROCO(latey) available.
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Manfred Wallner. The inclusion of Manfred Wallner trademark(s), if any, upon this webpage is solely to identify Manfred Wallner goods or services and not for commercial purposes.
- 1
- 2
- 3
Some Checks Have Failed or Are Not Yet Complete
Not All Tests Have Passed
Deployment Method: Individual Install, Upgrade, & Uninstall
To install ROCO(latey), run the following command from the command line or from PowerShell:
To upgrade ROCO(latey), run the following command from the command line or from PowerShell:
To uninstall ROCO(latey), 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 rocolatey --internalize --version=0.7.0 --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 rocolatey -y --source="'INTERNAL REPO URL'" --version="'0.7.0'" [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 rocolatey -y --source="'INTERNAL REPO URL'" --version="'0.7.0'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install rocolatey
win_chocolatey:
name: rocolatey
version: '0.7.0'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'rocolatey' do
action :install
source 'INTERNAL REPO URL'
version '0.7.0'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller rocolatey
{
Name = "rocolatey"
Version = "0.7.0"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'rocolatey':
ensure => '0.7.0',
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 by moderator gep13 on 08 Jun 2023.
R(ocket-fast) Chocolatey queries.
- mimics output of Chocolatey commands (drop-in replacement)
- doesn't make use of Chocolatey or chocolatey.dll - just looks at the filesystem / does native ODATA calls.
- can be used to query Chocolatey status while choco.exe is running.
- it's supposed to be much faster for each command that has a Chocolatey counterpart.
What can roco do for me?
Take a look at the help (roco -h), basically roco allows you to list installed packages, list failed package installs, configured sources and check for updates. In addition to that, there may be some hidden gems that are only available in roco, but not in vanilla Chocolatey.
choco command | roco command |
---|---|
choco source list |
roco source |
choco list -lo |
roco list |
choco outdated |
roco outdated |
- | roco bad |
- | ... :wink: |
Normally you should not run multiple Chocolatey instances at the same time, however this may be required in certain scenarios. If you wanted to check if updates are available, or simply list all configured sources, roco is there to help you out without worrying of breaking something because you accidentally called choco in parallel.
How much faster is roco.exe compared to choco.exe?
It very much depends on the number of installed packages and configured feeds, generally speaking roco should always be much faster than choco, the difference becomes bigger when dealing with many packages and feeds.
MIT License
Copyright (c) 2023 Manfred Wallner
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.
md5: 2F7BC69F0640C5EC1416E61DE8B60A43 | sha1: A7ACF1D37C1BC423B0DD8B921C3EED050114AD33 | sha256: BDB1D1960120375B88A2DD8D05FED2F65CF34577EE765C1E450674EB5936DFF1 | sha512: D99A67CAF01039697D1500BBDDDE875175CD0140A22FC4B59FD4A552FBFFBBCAEFB4FDEF0F2BA054893E2D2A447E2C2A352D4647A0C7A03CCD5AAF4A2A684C8D
md5: 39808D1A18205901CDD162F0D8506E39 | sha1: 3ED38FAD42DE8C159CF771A257D9D75A6676899E | sha256: 9FC3D03DF8CD8254A8B20E472DCA0B58882B88B570F05A1E7EEB6A920E34FC89 | sha512: 26C6048439C2B6F1C65D4D43A7499D4F86B1D42E0741A65F465CE7AB7C1D5E594B956FBB5B35F2EDA5AC39DD718C54413BF0172475BAC4DD17E30EE304CA2C00
using namespace System.Management.Automation
using namespace System.Management.Automation.Language
Register-ArgumentCompleter -Native -CommandName 'roco' -ScriptBlock {
param($wordToComplete, $commandAst, $cursorPosition)
$commandElements = $commandAst.CommandElements
$command = @(
'roco'
for ($i = 1; $i -lt $commandElements.Count; $i++) {
$element = $commandElements[$i]
if ($element -isnot [StringConstantExpressionAst] -or
$element.StringConstantType -ne [StringConstantType]::BareWord -or
$element.Value.StartsWith('-') -or
$element.Value -eq $wordToComplete) {
break
}
$element.Value
}) -join ';'
$completions = @(switch ($command) {
'roco' {
[CompletionResult]::new('-h', 'h', [CompletionResultType]::ParameterName, 'Print help')
[CompletionResult]::new('--help', 'help', [CompletionResultType]::ParameterName, 'Print help')
[CompletionResult]::new('-V', 'V', [CompletionResultType]::ParameterName, 'Print version')
[CompletionResult]::new('--version', 'version', [CompletionResultType]::ParameterName, 'Print version')
[CompletionResult]::new('list', 'list', [CompletionResultType]::ParameterValue, 'list local installed packages')
[CompletionResult]::new('bad', 'bad', [CompletionResultType]::ParameterValue, 'list packages in lib-bad/')
[CompletionResult]::new('outdated', 'outdated', [CompletionResultType]::ParameterValue, 'Returns a list of outdated packages.')
[CompletionResult]::new('source', 'source', [CompletionResultType]::ParameterValue, 'list choco sources')
[CompletionResult]::new('help', 'help', [CompletionResultType]::ParameterValue, 'Print this message or the help of the given subcommand(s)')
break
}
'roco;list' {
[CompletionResult]::new('-r', 'r', [CompletionResultType]::ParameterName, 'limit the output to essential information')
[CompletionResult]::new('--limitoutput', 'limitoutput', [CompletionResultType]::ParameterName, 'limit the output to essential information')
[CompletionResult]::new('-v', 'v', [CompletionResultType]::ParameterName, 'be verbose')
[CompletionResult]::new('--verbose', 'verbose', [CompletionResultType]::ParameterName, 'be verbose')
[CompletionResult]::new('-h', 'h', [CompletionResultType]::ParameterName, 'Print help')
[CompletionResult]::new('--help', 'help', [CompletionResultType]::ParameterName, 'Print help')
break
}
'roco;bad' {
[CompletionResult]::new('-r', 'r', [CompletionResultType]::ParameterName, 'limit the output to essential information')
[CompletionResult]::new('--limitoutput', 'limitoutput', [CompletionResultType]::ParameterName, 'limit the output to essential information')
[CompletionResult]::new('-v', 'v', [CompletionResultType]::ParameterName, 'be verbose')
[CompletionResult]::new('--verbose', 'verbose', [CompletionResultType]::ParameterName, 'be verbose')
[CompletionResult]::new('-h', 'h', [CompletionResultType]::ParameterName, 'Print help')
[CompletionResult]::new('--help', 'help', [CompletionResultType]::ParameterName, 'Print help')
break
}
'roco;outdated' {
[CompletionResult]::new('--choco-mode', 'choco-mode', [CompletionResultType]::ParameterName, 'enables ''ignore-pinned'' and ''ignore-unfound''
(otherwise they are true by default, even if not set)')
[CompletionResult]::new('--ignore-pinned', 'ignore-pinned', [CompletionResultType]::ParameterName, 'ignore any pinned packages
(default, unless ''choco-mode'' is set)')
[CompletionResult]::new('--ignore-unfound', 'ignore-unfound', [CompletionResultType]::ParameterName, 'ignore any unfound packages
(default, unless ''choco-mode'' is set)')
[CompletionResult]::new('-p', 'p', [CompletionResultType]::ParameterName, 'include prerelease versions')
[CompletionResult]::new('--pre', 'pre', [CompletionResultType]::ParameterName, 'include prerelease versions')
[CompletionResult]::new('-r', 'r', [CompletionResultType]::ParameterName, 'limit the output to essential information')
[CompletionResult]::new('--limitoutput', 'limitoutput', [CompletionResultType]::ParameterName, 'limit the output to essential information')
[CompletionResult]::new('-v', 'v', [CompletionResultType]::ParameterName, 'be verbose')
[CompletionResult]::new('--verbose', 'verbose', [CompletionResultType]::ParameterName, 'be verbose')
[CompletionResult]::new('-h', 'h', [CompletionResultType]::ParameterName, 'Print help')
[CompletionResult]::new('--help', 'help', [CompletionResultType]::ParameterName, 'Print help')
break
}
'roco;source' {
[CompletionResult]::new('-r', 'r', [CompletionResultType]::ParameterName, 'limit the output to essential information')
[CompletionResult]::new('--limitoutput', 'limitoutput', [CompletionResultType]::ParameterName, 'limit the output to essential information')
[CompletionResult]::new('-v', 'v', [CompletionResultType]::ParameterName, 'be verbose')
[CompletionResult]::new('--verbose', 'verbose', [CompletionResultType]::ParameterName, 'be verbose')
[CompletionResult]::new('-h', 'h', [CompletionResultType]::ParameterName, 'Print help')
[CompletionResult]::new('--help', 'help', [CompletionResultType]::ParameterName, 'Print help')
break
}
'roco;help' {
[CompletionResult]::new('list', 'list', [CompletionResultType]::ParameterValue, 'list local installed packages')
[CompletionResult]::new('bad', 'bad', [CompletionResultType]::ParameterValue, 'list packages in lib-bad/')
[CompletionResult]::new('outdated', 'outdated', [CompletionResultType]::ParameterValue, 'Returns a list of outdated packages.')
[CompletionResult]::new('source', 'source', [CompletionResultType]::ParameterValue, 'list choco sources')
[CompletionResult]::new('help', 'help', [CompletionResultType]::ParameterValue, 'Print this message or the help of the given subcommand(s)')
break
}
'roco;help;list' {
break
}
'roco;help;bad' {
break
}
'roco;help;outdated' {
break
}
'roco;help;source' {
break
}
'roco;help;help' {
break
}
})
$completions.Where{ $_.CompletionText -like "$wordToComplete*" } |
Sort-Object -Property ListItemText
}
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
I am the author of this software.
The checksums of the files included should match the corresponding version on https://github.com/mwallner/rocolatey/releases
Log in or click on link to see number of positives.
- rocolatey.0.7.0.nupkg (5fcff35144d2) - ## / 65
- roco.exe (bdb1d1960120) - ## / 71
- rocolatey-server.exe (9fc3d03df8cd) - ## / 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 |
---|---|---|---|---|
ROCO(latey) 0.9.1 | 131 | Wednesday, September 18, 2024 | Approved | |
ROCO(latey) 0.9.0 | 192 | Friday, April 12, 2024 | Approved | |
ROCO(latey) 0.8.2 | 155 | Sunday, February 18, 2024 | Approved | |
ROCO(latey) 0.8.1 | 98 | Friday, February 9, 2024 | Approved | |
ROCO(latey) 0.8.0 | 275 | Thursday, November 16, 2023 | Approved | |
ROCO(latey) 0.7.0 | 326 | Tuesday, June 6, 2023 | Approved | |
ROCO(latey) 0.6.1 | 280 | Friday, February 3, 2023 | Approved | |
ROCO(latey) 0.5.4 | 548 | Tuesday, April 20, 2021 | Approved | |
ROCO(latey) 0.5.3 | 160 | Tuesday, March 23, 2021 | Approved | |
ROCO(latey) 0.5.2 | 138 | Tuesday, February 2, 2021 | Approved | |
ROCO(latey) 0.5.0-beta2 | 116 | Friday, January 8, 2021 | Exempted | |
ROCO(latey) 0.4.0 | 155 | Monday, January 4, 2021 | Approved |
Copyright (c) 2020-2023 Manfred Wallner
Ground Rules:
- This discussion is only about ROCO(latey) and the ROCO(latey) 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 ROCO(latey), 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.