Downloads:
11,220
Downloads of v 0.10.7:
62
Last Update:
03 Feb 2022
Package Maintainer(s):
Software Author(s):
- The just team
Tags:
just justfile command runnerjust (Install)
This is not the latest version of just (Install) available.
- 1
- 2
- 3
0.10.7 | Updated: 03 Feb 2022
Downloads:
11,220
Downloads of v 0.10.7:
62
Maintainer(s):
Software Author(s):
- The just team
just (Install) 0.10.7
This is not the latest version of just (Install) available.
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by The just team. The inclusion of The just team trademark(s), if any, upon this webpage is solely to identify The just team 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 just (Install), run the following command from the command line or from PowerShell:
To upgrade just (Install), run the following command from the command line or from PowerShell:
To uninstall just (Install), 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 just --internalize --version=0.10.7 --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 just -y --source="'INTERNAL REPO URL'" --version="'0.10.7'" [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 just -y --source="'INTERNAL REPO URL'" --version="'0.10.7'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install just
win_chocolatey:
name: just
version: '0.10.7'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'just' do
action :install
source 'INTERNAL REPO URL'
version '0.10.7'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller just
{
Name = "just"
Version = "0.10.7"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'just':
ensure => '0.10.7',
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.
Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...
This package was approved by moderator TheCakeIsNaOH on 14 Feb 2022.
just is a handy way to save and run project-specific commands.
Log in or click on link to see number of positives.
- just.0.10.7.nupkg (6d015836e903) - ## / 59
- just-0.10.7-x86_64-pc-windows-msvc.zip (47c353f7925e) - ## / 59
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 |
---|---|---|---|---|
just (Install) 1.36.0 | 903 | Tuesday, October 1, 2024 | Approved | |
just (Install) 1.35.0 | 856 | Thursday, August 29, 2024 | Approved | |
just (Install) 1.34.0 | 618 | Saturday, August 3, 2024 | Approved | |
just (Install) 1.33.0 | 87 | Wednesday, July 31, 2024 | Approved | |
just (Install) 1.32.0 | 254 | Thursday, July 18, 2024 | Approved | |
just (Install) 1.31.0 | 94 | Monday, July 15, 2024 | Approved | |
just (Install) 1.30.1 | 215 | Sunday, July 7, 2024 | Approved | |
just (Install) 1.30.0 | 23 | Sunday, July 7, 2024 | Approved | |
just (Install) 1.29.1 | 397 | Saturday, June 15, 2024 | Approved | |
just (Install) 1.29.0 | 35 | Friday, June 14, 2024 | Approved | |
just (Install) 1.28.0 | 210 | Thursday, June 6, 2024 | Approved | |
just (Install) 1.27.0 | 175 | Saturday, May 25, 2024 | Approved | |
just (Install) 1.26.0 | 244 | Tuesday, May 14, 2024 | Approved | |
just (Install) 1.25.2 | 991 | Monday, March 11, 2024 | Approved | |
just (Install) 1.25.0 | 43 | Saturday, March 9, 2024 | Approved | |
just (Install) 1.24.0 | 439 | Monday, February 12, 2024 | Approved | |
just (Install) 1.23.0 | 507 | Saturday, January 13, 2024 | Approved | |
just (Install) 1.22.1 | 272 | Tuesday, January 9, 2024 | Approved | |
just (Install) 1.22.0 | 178 | Friday, January 5, 2024 | Approved | |
just (Install) 1.21.0 | 86 | Saturday, December 30, 2023 | Approved | |
just (Install) 1.20.0 | 30 | Friday, December 29, 2023 | Approved | |
just (Install) 1.19.0 | 39 | Thursday, December 28, 2023 | Approved | |
just (Install) 1.18.1 | 53 | Monday, December 25, 2023 | Approved | |
just (Install) 1.17.0 | 74 | Wednesday, December 20, 2023 | Approved | |
just (Install) 1.16.0 | 374 | Thursday, November 9, 2023 | Approved | |
just (Install) 1.15.0 | 250 | Friday, October 13, 2023 | Approved | |
just (Install) 1.14.0 | 733 | Saturday, June 3, 2023 | Approved | |
just (Install) 1.13.0 | 715 | Wednesday, January 25, 2023 | Approved | |
just (Install) 1.12.0 | 98 | Friday, January 20, 2023 | Approved | |
just (Install) 1.11.0 | 216 | Wednesday, January 4, 2023 | Approved | |
just (Install) 1.10.0 | 59 | Monday, January 2, 2023 | Approved | |
just (Install) 1.9.0 | 164 | Saturday, November 26, 2022 | Approved | |
just (Install) 1.8.0 | 61 | Wednesday, November 23, 2022 | Approved | |
just (Install) 1.7.0 | 181 | Thursday, October 27, 2022 | Approved | |
just (Install) 1.6.0 | 179 | Thursday, October 20, 2022 | Approved | |
just (Install) 1.5.0 | 162 | Monday, September 12, 2022 | Approved | |
just (Install) 1.4.0 | 141 | Tuesday, August 9, 2022 | Approved | |
just (Install) 1.3.0 | 318 | Monday, July 25, 2022 | Approved | |
just (Install) 1.2.0 | 354 | Wednesday, June 1, 2022 | Approved | |
just (Install) 1.1.3 | 81 | Tuesday, May 17, 2022 | Approved | |
just (Install) 0.11.2 | 173 | Thursday, February 17, 2022 | Approved | |
just (Install) 0.10.7 | 62 | Thursday, February 3, 2022 | Approved | |
just (Install) 0.10.5 | 76 | Saturday, December 18, 2021 | Approved |
This package has no dependencies.
Ground Rules:
- This discussion is only about just (Install) and the just (Install) 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 just (Install), 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.