Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…kages into feature/anthonymastreon-repository-package-migration/gh-181
  • Loading branch information
dgalbraith committed Sep 6, 2020
2 parents f3d79ca + 0393e8f commit 99aebac
Show file tree
Hide file tree
Showing 86 changed files with 734 additions and 115 deletions.
2 changes: 1 addition & 1 deletion automatic/beekeeper-studio.install/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![GitHub license](https://img.shields.io/github/license/beekeeper-studio/beekeeper-studio)](https://github.com/beekeeper-studio/beekeeper-studio/blob/master/LICENSE.md)
[![Maintenance status](https://img.shields.io/badge/maintained%3F-yes-green.svg)](https://gitHub.com/dgalbraith/chocolatey-packages/graphs/commit-activity)
[![AppVeyor build](https://img.shields.io/appveyor/ci/dgalbraith/chocolatey-packages)](https://ci.appveyor.com/project/dgalbraith/chocolatey-packages)
[![Software version](https://img.shields.io/badge/Source-1.6.10-blue.svg)](https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v1.6.10)
[![Software version](https://img.shields.io/badge/Source-1.7.5-blue.svg)](https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v1.7.5)
[![Chocolatey package version](https://img.shields.io/chocolatey/v/beekeeper-studio.install?label=Chocolatey)](https://chocolatey.org/packages/beekeeper-studio.install)

[Beekeeper Studio is a free and open source SQL editor and database manager.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>beekeeper-studio.install</id>
<version>1.6.10</version>
<version>1.7.5</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/beekeeper-studio.install</packageSourceUrl>
<owners>dgalbraith</owners>
<title>Beekeeper Studio (Install) - SQL Editor and Database Manager</title>
Expand Down Expand Up @@ -38,7 +38,7 @@
If you find it is out of date by more than a day or two, please contact the maintainer(s) and let them know the package is no longer updating correctly.
]]></description>
<releaseNotes>https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v1.6.10</releaseNotes>
<releaseNotes>https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v1.7.5</releaseNotes>
</metadata>
<files>
<file src="legal\**" target="legal" />
Expand Down
12 changes: 6 additions & 6 deletions automatic/beekeeper-studio.install/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,19 @@ be verified by:

https://github.com/beekeeper-studio/beekeeper-studio/releases

and download the installer Beekeeper-Studio-Setup-1.6.10.exe using
and download the installer Beekeeper-Studio-Setup-1.7.5.exe using
the links in the relevant assets section of the page.

Alternatively the installer can be downloaded directly from

https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v1.6.10/Beekeeper-Studio-Setup-1.6.10.exe
https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v1.7.5/Beekeeper-Studio-Setup-1.7.5.exe

2. The installer can be validated by comparing checksums
- Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 Beekeeper-Studio-Setup-1.6.10.exe
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f Beekeeper-Studio-Setup-1.6.10.exe
- Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 Beekeeper-Studio-Setup-1.7.5.exe
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f Beekeeper-Studio-Setup-1.7.5.exe

File64: Beekeeper-Studio-Setup-1.6.10.exe
File64: Beekeeper-Studio-Setup-1.7.5.exe
Type64: sha256
Checksum64: B73211C3C1163E1BDC7473ADF625EFA092C4D99642FEE5E778251891C5892CBB
Checksum64: CE8ABF029972A8B23F46A33B1D6C9F2A9562DEFBA741A2EE75558A0B2C65CED9

Contents of file LICENSE.txt is obtained from https://github.com/beekeeper-studio/beekeeper-studio/blob/master/LICENSE.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ $packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
softwareName = 'Beekeeper Studio*'
file64 = "$toolsDir\Beekeeper-Studio-Setup-1.6.10.exe"
file64 = "$toolsDir\Beekeeper-Studio-Setup-1.7.5.exe"
checksumType64 = 'sha256'
silentArgs = @('/S')
validExitCodes = @(0, 1641, 3010)
Expand Down
2 changes: 1 addition & 1 deletion automatic/beekeeper-studio.portable/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![GitHub license](https://img.shields.io/github/license/beekeeper-studio/beekeeper-studio)](https://github.com/beekeeper-studio/beekeeper-studio/blob/master/LICENSE.md)
[![Maintenance status](https://img.shields.io/badge/maintained%3F-yes-green.svg)](https://gitHub.com/dgalbraith/chocolatey-packages/graphs/commit-activity)
[![AppVeyor build](https://img.shields.io/appveyor/ci/dgalbraith/chocolatey-packages)](https://ci.appveyor.com/project/dgalbraith/chocolatey-packages)
[![Software version](https://img.shields.io/badge/Source-1.6.11-blue.svg)](https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v1.6.11)
[![Software version](https://img.shields.io/badge/Source-1.7.5-blue.svg)](https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v1.7.5)
[![Chocolatey package version](https://img.shields.io/chocolatey/v/beekeeper-studio.portable?label=Chocolatey)](https://chocolatey.org/packages/beekeeper-studio.portable)

[Beekeeper Studio is a free and open source SQL editor and database manager.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>beekeeper-studio.portable</id>
<version>1.6.11</version>
<version>1.7.5</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/beekeeper-studio.portable</packageSourceUrl>
<owners>dgalbraith</owners>
<title>Beekeeper Studio (Portable) - SQL Editor and Database Manager</title>
Expand Down Expand Up @@ -38,7 +38,7 @@
If you find it is out of date by more than a day or two, please contact the maintainer(s) and let them know the package is no longer updating correctly.
]]></description>
<releaseNotes>https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v1.6.11</releaseNotes>
<releaseNotes>https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v1.7.5</releaseNotes>
</metadata>
<files>
<file src="legal\**" target="legal" />
Expand Down
12 changes: 6 additions & 6 deletions automatic/beekeeper-studio.portable/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,19 @@ be verified by:

https://github.com/beekeeper-studio/beekeeper-studio/releases

and download the application Beekeeper-Studio-1.6.11-portable.exe using
and download the application Beekeeper-Studio-1.7.5-portable.exe using
the links in the relevant assets section of the page.

Alternatively the application can be downloaded directly from

https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v1.6.11/Beekeeper-Studio-1.6.11-portable.exe
https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v1.7.5/Beekeeper-Studio-1.7.5-portable.exe

2. The application can be validated by comparing checksums
- Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 Beekeeper-Studio-1.6.11-portable.exe
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f Beekeeper-Studio-1.6.11-portable.exe
- Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 Beekeeper-Studio-1.7.5-portable.exe
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f Beekeeper-Studio-1.7.5-portable.exe

File64: Beekeeper-Studio-1.6.11-portable.exe
File64: Beekeeper-Studio-1.7.5-portable.exe
Type64: sha256
Checksum64: DA8327B6CDDA3A9707AE65CB116CD495891DDFF2F548DC3BF59B8FD42C2A52D1
Checksum64: F9D90495FDC635D698732DC76E2CE550617AF51E9FEDB63F45B7632686EA40E2

Contents of file LICENSE.txt is obtained from https://github.com/beekeeper-studio/beekeeper-studio/blob/master/LICENSE.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ foreach ($file in $files) {
New-Item "$file.ignore" -type file -force | Out-Null
}

$executable = Join-Path $toolsDir 'Beekeeper-Studio-1.6.11-portable.exe'
$executable = Join-Path $toolsDir 'Beekeeper-Studio-1.7.5-portable.exe'

Install-BinFile -UseStart -Name 'BeekeeperStudio' -Path "$executable"
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$ErrorActionPreference = 'Stop';

$executable = Join-Path $installDir 'Beekeeper-Studio-1.6.11-portable.exe'
$executable = Join-Path $installDir 'Beekeeper-Studio-1.7.5-portable.exe'

Uninstall-BinFile -Name 'BeekeeperStudio' -Path "$executable"
2 changes: 1 addition & 1 deletion automatic/beekeeper-studio/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![GitHub license](https://img.shields.io/github/license/beekeeper-studio/beekeeper-studio)](https://github.com/beekeeper-studio/beekeeper-studio/blob/master/LICENSE.md)
[![Maintenance status](https://img.shields.io/badge/maintained%3F-yes-green.svg)](https://gitHub.com/dgalbraith/chocolatey-packages/graphs/commit-activity)
[![AppVeyor build](https://img.shields.io/appveyor/ci/dgalbraith/chocolatey-packages)](https://ci.appveyor.com/project/dgalbraith/chocolatey-packages)
[![Software version](https://img.shields.io/badge/Source-1.6.11-blue.svg)](https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v1.6.11)
[![Software version](https://img.shields.io/badge/Source-1.7.5-blue.svg)](https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v1.7.5)
[![Chocolatey package version](https://img.shields.io/chocolatey/v/beekeeper-studio?label=Chocolatey)](https://chocolatey.org/packages/beekeeper-studio)

[Beekeeper Studio is a free and open source SQL editor and database manager.
Expand Down
6 changes: 3 additions & 3 deletions automatic/beekeeper-studio/beekeeper-studio.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>beekeeper-studio</id>
<version>1.6.11</version>
<version>1.7.5</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/beekeeper-studio</packageSourceUrl>
<owners>dgalbraith</owners>
<title>Beekeeper Studio - SQL Editor and Database Manager</title>
Expand Down Expand Up @@ -38,9 +38,9 @@
If you find it is out of date by more than a day or two, please contact the maintainer(s) and let them know the package is no longer updating correctly.
]]></description>
<releaseNotes>https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v1.6.11</releaseNotes>
<releaseNotes>https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v1.7.5</releaseNotes>
<dependencies>
<dependency id="beekeeper-studio.install" version="[1.6.11]" />
<dependency id="beekeeper-studio.install" version="[1.7.5]" />
</dependencies>
</metadata>
<files>
Expand Down
2 changes: 1 addition & 1 deletion automatic/keys/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![GitHub license](https://img.shields.io/github/license/keys-pub/keys)](https://github.com/keys-pub/keys/blob/master/LICENSE)
[![Maintenance status](https://img.shields.io/badge/maintained%3F-yes-green.svg)](https://github.com/dgalbraith/chocolatey-packages/graphs/commit-activity)
[![AppVeyor build](https://img.shields.io/appveyor/ci/dgalbraith/chocolatey-packages)](https://ci.appveyor.com/project/dgalbraith/chocolatey-packages)
[![Software version](https://img.shields.io/badge/version-0.1.13-blue)](https://github.com/keys-pub/app/releases/tag/v0.1.13)
[![Software version](https://img.shields.io/badge/version-0.1.14-blue)](https://github.com/keys-pub/app/releases/tag/v0.1.14)
[![Chocolatey package version](https://img.shields.io/chocolatey/v/keys?label=Chocolatey)](https://chocolatey.org/packages/keys)

Key management is hard. We need tools, libraries, apps and documentation to help us.
Expand Down
2 changes: 1 addition & 1 deletion automatic/keys/keys.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>keys</id>
<version>0.1.13</version>
<version>0.1.14</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/keys</packageSourceUrl>
<owners>dgalbraith</owners>
<title>Keys - Cryptographic Key Management</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/keys/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ in the Install section of the main page.

Alternatively the distribution can be downloaded directly from

https://github.com/keys-pub/app/releases/download/v0.1.13/Keys-0.1.13.msi
https://github.com/keys-pub/app/releases/download/v0.1.14/Keys-0.1.14.msi

2. The installer can be validated by comparing checksums
- Use powershell function 'Get-Filehash' - Get-Filehash Keys-0.1.7.msi
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f Keys-0.1.7.msi

Type: sha256
Checksum: D1C6A73FE82502ADD7814D8D158D167EBAB9FE0C01C95D7C251C34DAF223BB26
Checksum: 1FCBA2684ACDD51B80545133E5F4DE418DFF3D92EBC878B57556152A2307E838

Contents of file LICENSE.txt is obtained from https://github.com/keys-pub/keys/blob/master/LICENSE

2 changes: 1 addition & 1 deletion automatic/keys/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $toolsDir = (Split-Path -parent $MyInvocation.MyCommand.Definition)
$packageArgs = @{
PackageName = $env:ChocolateyPackageName
SoftwareName = 'Keys*'
File = Join-Path $toolsDir 'Keys-0.1.13.msi'
File = Join-Path $toolsDir 'Keys-0.1.14.msi'
FileType = 'msi'
SilentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($env:ChocolateyPackageName).$($env:ChocolateyPackageVersion).MsiInstall.log`""
ValidExitCodes = @(0, 3010, 1641)
Expand Down
2 changes: 1 addition & 1 deletion automatic/kyma-cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![GitHub license](https://img.shields.io/github/license/kyma-project/kyma-cli)](https://github.com/kyma-project/cli/blob/master/LICENCE/)
[![Maintenance status](https://img.shields.io/badge/maintained%3F-yes-green.svg)](https://github.com/dgalbraith/chocolatey-packages/graphs/commit-activity)
[![AppVeyor build](https://img.shields.io/appveyor/ci/dgalbraith/chocolatey-packages)](https://ci.appveyor.com/project/dgalbraith/chocolatey-packages)
[![Software version](https://img.shields.io/badge/version-1.14.0-blue)](https://github.com/kyma-project/cli/releases/tags/1.14.0)
[![Software version](https://img.shields.io/badge/version-1.15.1-blue)](https://github.com/kyma-project/cli/releases/tags/1.15.1)
[![Chocolatey package version](https://img.shields.io/chocolatey/v/kyma-cli?label=Chocolatey)](https://chocolatey.org/packages/kyma-cli)

Kyma CLI is a command line tool which supports Kyma developers. It provides a set of commands you can use to install, manage, and test Kyma.
Expand Down
2 changes: 1 addition & 1 deletion automatic/kyma-cli/kyma-cli.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>kyma-cli</id>
<version>1.14.0</version>
<version>1.15.1</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/kyma-cli</packageSourceUrl>
<owners>dgalbraith</owners>
<title>Kyma CLI - Install, Manage and Test Kyma</title>
Expand Down
8 changes: 4 additions & 4 deletions automatic/kyma-cli/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,19 @@ the links in the relevant assets section of the page.

Alternatively the distributions can be downloaded directly from

https://github.com/kyma-project/cli/releases/download/1.14.0/kyma_Windows_i386.zip
https://github.com/kyma-project/cli/releases/download/1.14.0/kyma_Windows_x86_64.zip
https://github.com/kyma-project/cli/releases/download/1.15.1/kyma_Windows_i386.zip
https://github.com/kyma-project/cli/releases/download/1.15.1/kyma_Windows_x86_64.zip

2. The installer can be validated by comparing checksums
- Use powershell function 'Get-Filehash' - Get-Filehash kyma_Windows_i386.zip
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f kyma_Windows_x86_64.zip

File32: kyma_Windows_i386.zip
ChecksumType32: sha256
Checksum32: DFF8A40A02E0402D777BE1459DE5680DAF5541A9E4F55139E6F4C26E9D09B192
Checksum32: FFDB541077F8B65479B1B8E10323B8139B77CC37D06FB0E8882E0E2C728D23A4

File64: kyma_Windows_x86_64.zip
ChecksumType64: sha256
Checksum64: 3DC168F7F3AB0EF9009E2E6F375ECED7AFB4740AA4B6468828F301F9F4C9432B
Checksum64: 3442C67208DFEE4C7BBC92D29B0F0EE2870834873651940B5151297991C292D2

Contents of file LICENSE.txt is obtained from https://github.com/kyma-project/cli/blob/master/LICENCE
8 changes: 8 additions & 0 deletions automatic/lsasecretsview/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@ The LSA secrets key is located under HKEY_LOCAL_MACHINE\Security\Policy\Secrets

![screenshot](https://cdn.jsdelivr.net/gh/dgalbraith/chocolatey-packages@48b2855247b0e422e994f50e85b9bf8c8ca98c79/automatic/lsasecretsview/screenshot.png)

## Virus Scan Results

There are a number of positives flagged in the [virus scans](https://www.chocolatey.org/packages/lsasecretsview/1.25#virus) for this package. While these are *extremely likely* to be due to the nature of the software (access/view protected storage used by the Local Security Authority) you should make your own decision on this before installing the software. The issue has been discussed by the software author Nir Sofer a number of times:

* [Antivirus companies cause a big headache to small developers](https://blog.nirsoft.net/2009/05/17/antivirus-companies-cause-a-big-headache-to-small-developers)
* [Amazing difference between Antivirus false alerts on 32-bit and 64-bit builds of exactly the same tool](https://blog.nirsoft.net/2012/10/10/amazing-difference-between-antivirus-false-alerts-on-32-bit-and-64-bit-builds-of-exactly-the-same-tool)
* [Antivirus statistics and scores according to false positives of NirSoft tools](https://blog.nirsoft.net/2015/10/18/antivirus-statistics-and-scores-according-to-false-positives-of-nirsoft-tools)

## Notes

* The 32-bit version of LSASecretsView will not run in a 64-bit environment and the installation will fail if forced with `--forceX86`
Expand Down
10 changes: 9 additions & 1 deletion automatic/lsasecretsview/lsasecretsview.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,17 @@ The LSA secrets key is located under HKEY_LOCAL_MACHINE\Security\Policy\Secrets
![screenshot](https://cdn.jsdelivr.net/gh/dgalbraith/chocolatey-packages@48b2855247b0e422e994f50e85b9bf8c8ca98c79/automatic/lsasecretsview/screenshot.png)
## Virus Scan Results
There are a number of positives flagged in the [virus scans](https://www.chocolatey.org/packages/lsasecretsview/1.25#virus) for this package. While these are *extremely likely* to be due to the nature of the software (access/view protected storage used by the Local Security Authority) you should make your own decision on this before installing the software. The issue has been discussed by the software author Nir Sofer a number of times:
* [Antivirus companies cause a big headache to small developers](https://blog.nirsoft.net/2009/05/17/antivirus-companies-cause-a-big-headache-to-small-developers)
* [Amazing difference between Antivirus false alerts on 32-bit and 64-bit builds of exactly the same tool](https://blog.nirsoft.net/2012/10/10/amazing-difference-between-antivirus-false-alerts-on-32-bit-and-64-bit-builds-of-exactly-the-same-tool)
* [Antivirus statistics and scores according to false positives of NirSoft tools](https://blog.nirsoft.net/2015/10/18/antivirus-statistics-and-scores-according-to-false-positives-of-nirsoft-tools)
## Notes
* The 32-bit version of GDIView will not run in a 64-bit environment and the installation will fail if forced with `--forceX86`
* The 32-bit version of LSASecretsView will not run in a 64-bit environment and the installation will fail if forced with `--forceX86`
* This package is automatically updated using the [Chocolatey Automatic Package Update Model (AU)](https://github.com/majkinetor/au/blob/master/README.md).
If you find it is out of date by more than a day or two, please contact the maintainer(s) and let them know the package is no longer updating correctly.
Expand Down
2 changes: 1 addition & 1 deletion automatic/mongodb-shell/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![GitHub license](https://img.shields.io/github/license/mongodb-js/mongosh)](https://github.com/mongodb-js/mongosh/blob/master/LICENSE)
[![Maintenance status](https://img.shields.io/badge/maintained%3F-yes-green.svg)](https://gitHub.com/dgalbraith/chocolatey-packages/graphs/commit-activity)
[![AppVeyor build](https://img.shields.io/appveyor/ci/dgalbraith/chocolatey-packages)](https://ci.appveyor.com/project/dgalbraith/chocolatey-packages)
[![Software version](https://img.shields.io/badge/version-0.1.0-blue)](https://github.com/mongodb-js/mongosh/releases/tag/v0.1.0)
[![Software version](https://img.shields.io/badge/version-0.2.2-blue)](https://github.com/mongodb-js/mongosh/releases/tag/v0.2.2)
[![Chocolatey package version](https://img.shields.io/chocolatey/v/mongodb-shell?label=Chocolatey)](https://chocolatey.org/packages/mongodb-shell)

The [MongoDB Shell](https://www.mongodb.com/products/shell) lets you connect to MongoDB to work with
Expand Down
Loading

0 comments on commit 99aebac

Please sign in to comment.