Downloads:
53,927
Downloads of v 2024.11.1:
8
Last Update:
21 Nov 2024
Package Maintainer(s):
Software Author(s):
- Bitwarden Inc.
Tags:
bitwarden password manager cli- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Bitwarden CLI
- 1
- 2
- 3
2024.11.1 | Updated: 21 Nov 2024
- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
53,927
Downloads of v 2024.11.1:
8
Maintainer(s):
Software Author(s):
- Bitwarden Inc.
Bitwarden CLI 2024.11.1
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Bitwarden Inc. The inclusion of Bitwarden Inc. trademark(s), if any, upon this webpage is solely to identify Bitwarden Inc. 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 Bitwarden CLI, run the following command from the command line or from PowerShell:
To upgrade Bitwarden CLI, run the following command from the command line or from PowerShell:
To uninstall Bitwarden CLI, 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 bitwarden-cli --internalize --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 bitwarden-cli -y --source="'INTERNAL REPO URL'" [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 bitwarden-cli -y --source="'INTERNAL REPO URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install bitwarden-cli
win_chocolatey:
name: bitwarden-cli
version: '2024.11.1'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'bitwarden-cli' do
action :install
source 'INTERNAL REPO URL'
version '2024.11.1'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller bitwarden-cli
{
Name = "bitwarden-cli"
Version = "2024.11.1"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'bitwarden-cli':
ensure => '2024.11.1',
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 as a trusted package on 21 Nov 2024.
For CLI documentation, please visit https://help.bitwarden.com/article/cli/
-----------------
Bitwarden, Inc. is the parent company of 8bit Solutions LLC.
NAMED BEST PASSWORD MANAGER BY THE VERGE, U.S. NEWS & WORLD REPORT, CNET, AND MORE.
Manage, store, secure, and share unlimited passwords across unlimited devices from anywhere. Bitwarden delivers open source password management solutions to everyone, whether at home, at work, or on the go.
Generate strong, unique, and random passwords based on security requirements for every website you frequent.
Bitwarden Send quickly transmits encrypted information --- files and plaintext -- directly to anyone.
Bitwarden offers Teams and Enterprise plans for companies so you can securely share passwords with colleagues.
Why Choose Bitwarden:
World-Class Encryption
Passwords are protected with advanced end-to-end encryption (AES-256 bit, salted hashing, and PBKDF2 SHA-256) so your data stays secure and private.
Built-in Password Generator
Generate strong, unique, and random passwords based on security requirements for every website you frequent.
Global Translations
Bitwarden translations exist in 40 languages and are growing, thanks to our global community.
Cross-Platform Applications
Secure and share sensitive data within your Bitwarden Vault from any browser, mobile device, or desktop OS, and more.
md5: E5A3D038C57F95ADAC92A0423362718C | sha1: 25439ABD955CF8606E7BEF8BDA71FE30151966FE | sha256: B24C88FA93A5BB6264693C59EDED631E526F89CE21BF0E5246119D3DB44CB35F | sha512: 7558D442A2ABD68C46798BCE646216EF776D508C21C86436F9FF8096BB523E47F1156370FB04763A971C7D2021664B51D764937989518C432D816CA703BE7128
Source code in this repository is covered by one of two licenses: (i) the
GNU General Public License (GPL) v3.0 (ii) the Bitwarden License v1.0. The
default license throughout the repository is GPL v3.0 unless the header
specifies another license. Bitwarden Licensed code is found only in the
/bitwarden_license directory.
GPL v3.0:
https://github.com/bitwarden/web/blob/master/LICENSE_GPL.txt
Bitwarden License v1.0:
https://github.com/bitwarden/web/blob/master/LICENSE_BITWARDEN.txt
No grant of any rights in the trademarks, service marks, or logos of Bitwarden is
made (except as may be necessary to comply with the notice requirements as
applicable), and use of any Bitwarden trademarks must comply with Bitwarden
Trademark Guidelines
<https://github.com/bitwarden/server/blob/master/TRADEMARK_GUIDELINES.md>.
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
This package is published by the Bitwarden project itself. Any binaries will
be identical to other package types published by the project.
Log in or click on link to see number of positives.
- bitwarden-cli.2024.11.1.nupkg (0ede9bfe5f0e) - ## / 66
- bw.exe (b24c88fa93a5) - ## / 70
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 |
---|---|---|---|---|
Bitwarden CLI 2024.11.1 | 8 | Thursday, November 21, 2024 | Approved | |
Bitwarden CLI 2024.11.0 | 346 | Thursday, November 14, 2024 | Approved | |
Bitwarden CLI 2024.10.0 | 724 | Tuesday, October 22, 2024 | Approved | |
Bitwarden CLI 2024.9.0 | 904 | Thursday, September 19, 2024 | Approved | |
Bitwarden CLI 2024.8.2 | 638 | Thursday, September 5, 2024 | Approved | |
Bitwarden CLI 2024.8.1 | 518 | Monday, August 26, 2024 | Approved | |
Bitwarden CLI 2024.8.0 | 289 | Friday, August 23, 2024 | Approved | |
Bitwarden CLI 2024.7.2 | 839 | Wednesday, July 31, 2024 | Approved | |
Bitwarden CLI 2024.7.1 | 340 | Friday, July 26, 2024 | Approved | |
Bitwarden CLI 2024.6.1 | 729 | Tuesday, July 2, 2024 | Approved | |
Bitwarden CLI 2024.6.0 | 818 | Wednesday, June 12, 2024 | Approved | |
Bitwarden CLI 2024.4.1 | 1689 | Monday, May 13, 2024 | Approved | |
Bitwarden CLI 2024.4.0 | 23 | Monday, May 13, 2024 | Approved | |
Bitwarden CLI 2024.2.1 | 1470 | Thursday, March 7, 2024 | Approved | |
Bitwarden CLI 2024.2.0 | 892 | Wednesday, February 7, 2024 | Approved | |
Bitwarden CLI 2024.1.0 | 836 | Wednesday, January 10, 2024 | Approved | |
Bitwarden CLI 2023.12.1 | 712 | Wednesday, December 20, 2023 | Approved | |
Bitwarden CLI 2023.12.0 | 588 | Wednesday, December 6, 2023 | Approved | |
Bitwarden CLI 2023.10.0 | 1068 | Wednesday, November 1, 2023 | Approved | |
Bitwarden CLI 2023.9.1 | 872 | Wednesday, October 11, 2023 | Approved | |
Bitwarden CLI 2023.9.0 | 1363 | Wednesday, September 20, 2023 | Approved | |
Bitwarden CLI 2023.8.2 | 880 | Monday, August 28, 2023 | Approved | |
Bitwarden CLI 2023.7.0 | 1473 | Thursday, July 13, 2023 | Approved | |
Bitwarden CLI 2023.5.0 | 1067 | Wednesday, May 31, 2023 | Approved | |
Bitwarden CLI 2023.4.0 | 1025 | Wednesday, April 26, 2023 | Approved | |
Bitwarden CLI 2023.3.0 | 1044 | Wednesday, March 22, 2023 | Approved | |
Bitwarden CLI 2023.2.0 | 1014 | Thursday, February 16, 2023 | Approved | |
Bitwarden CLI 2023.1.0 | 979 | Wednesday, January 11, 2023 | Approved | |
Bitwarden CLI 2022.11.0 | 1293 | Thursday, December 1, 2022 | Approved | |
Bitwarden CLI 2022.10.0 | 1419 | Wednesday, October 12, 2022 | Approved | |
Bitwarden CLI 2022.9.0 | 1130 | Monday, September 12, 2022 | Approved | |
Bitwarden CLI 2022.8.0 | 1121 | Tuesday, August 9, 2022 | Approved | |
Bitwarden CLI 2022.6.2 | 1124 | Thursday, July 7, 2022 | Approved | |
Bitwarden CLI 2022.6.1 | 237 | Tuesday, July 5, 2022 | Approved | |
Bitwarden CLI 2022.6.0 | 115 | Tuesday, July 5, 2022 | Approved | |
Bitwarden CLI 1.22.1 | 1478 | Monday, April 25, 2022 | Approved | |
Bitwarden CLI 1.22.0 | 1059 | Wednesday, March 16, 2022 | Approved | |
Bitwarden CLI 1.21.1 | 853 | Monday, February 14, 2022 | Approved | |
Bitwarden CLI 1.21.0 | 260 | Thursday, February 10, 2022 | Approved | |
Bitwarden CLI 1.20.0 | 1235 | Wednesday, December 8, 2021 | Approved | |
Bitwarden CLI 1.19.1 | 1083 | Thursday, October 28, 2021 | Approved | |
Bitwarden CLI 1.19.0 | 244 | Wednesday, October 27, 2021 | Approved | |
Bitwarden CLI 1.18.1 | 1088 | Wednesday, September 22, 2021 | Approved | |
Bitwarden CLI 1.18.0 | 869 | Thursday, August 19, 2021 | Approved | |
Bitwarden CLI 1.17.0 | 1133 | Wednesday, June 30, 2021 | Approved | |
Bitwarden CLI 1.16.0 | 1190 | Tuesday, May 11, 2021 | Approved | |
Bitwarden CLI 1.15.1 | 1112 | Thursday, March 18, 2021 | Approved | |
Bitwarden CLI 1.15.0 | 462 | Thursday, March 11, 2021 | Approved | |
Bitwarden CLI 1.14.0 | 1005 | Wednesday, February 3, 2021 | Approved | |
Bitwarden CLI 1.13.3 | 794 | Wednesday, December 2, 2020 | Approved | |
Bitwarden CLI 1.13.2 | 472 | Sunday, November 15, 2020 | Approved | |
Bitwarden CLI 1.13.1 | 227 | Friday, November 13, 2020 | Approved | |
Bitwarden CLI 1.12.1 | 705 | Monday, September 28, 2020 | Approved | |
Bitwarden CLI 1.12.0 | 431 | Tuesday, September 15, 2020 | Approved | |
Bitwarden CLI 1.11.0 | 1798 | Monday, June 29, 2020 | Approved | |
Bitwarden CLI 1.10.0 | 552 | Friday, May 29, 2020 | Approved | |
Bitwarden CLI 1.9.1 | 831 | Friday, March 13, 2020 | Approved | |
Bitwarden CLI 1.9.0 | 314 | Wednesday, March 11, 2020 | Approved | |
Bitwarden CLI 1.8.0 | 957 | Wednesday, October 9, 2019 | Approved | |
Bitwarden CLI 1.7.4 | 662 | Monday, April 1, 2019 | Approved | |
Bitwarden CLI 1.7.1 | 342 | Wednesday, March 20, 2019 | Approved | |
Bitwarden CLI 1.7.0 | 429 | Monday, December 31, 2018 | Approved | |
Bitwarden CLI 1.6.0 | 380 | Monday, November 26, 2018 | Approved | |
Bitwarden CLI 1.5.0 | 325 | Wednesday, November 7, 2018 | Approved | |
Bitwarden CLI 1.4.0 | 319 | Tuesday, October 16, 2018 | Approved | |
Bitwarden CLI 1.3.0 | 349 | Friday, August 17, 2018 | Approved | |
Bitwarden CLI 1.2.0 | 339 | Thursday, August 9, 2018 | Approved | |
Bitwarden CLI 1.1.0 | 301 | Friday, July 27, 2018 | Approved | |
Bitwarden CLI 1.0.1 | 351 | Monday, May 28, 2018 | Approved | |
Bitwarden CLI 1.0.0 | 351 | Wednesday, May 23, 2018 | Approved |
Copyright © 2015-2024 Bitwarden Inc.
This package has no dependencies.
Ground Rules:
- This discussion is only about Bitwarden CLI and the Bitwarden CLI 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 Bitwarden CLI, 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.