bitwarden-decrypt-cli

(★ 24)

Bitwarden CLI ported to Python to decrypt secrets

File Explorer

  • .bumpversion.cfg
  • .coveragerc
  • .gitignore
  • .travis.yml
  • LICENSE
  • main.py
  • README.md
  • requirements.txt
  • setup.py

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

pip3

View Details ▼

This command is an alias of `pip`.

tldr pip

View documentation for the original command:

🔍

pytest

View Details ▼

Run Python tests.

pytest {{path/to/test_file1.py path/to/test_file2.py ...}}

Run tests from specific files:

pytest -k {{expression}}

Run tests with names matching a specific [k]eyword expression:

pytest {{[-x|--exitfirst]}}

Exit as soon as a test fails or encounters an error:

# Project Badges

// repository documentation