bitwarden-decrypt-cli
Bitwarden CLI ported to Python to decrypt secrets
파일 탐색기
- __init__.py
- CipherType.py
- EncryptionType.py
- FieldType.py
- __init__.py
- ManagedException.py
- __init__.py
- FieldApi.py
- LoginApi.py
- __init__.py
- CipherData.py
- FieldData.py
- LoginData.py
- __init__.py
- Cipher.py
- Cipher_test.py
- CipherString.py
- DecryptParameters.py
- DomainBase.py
- Field.py
- Login.py
- LoginUri.py
- SymmetricCryptoKey.py
- SymmetricCryptoKey_test.py
- __init__.py
- BaseResponse.py
- BaseResponse_test.py
- CipherResponse.py
- CipherResponse_test.py
- __init__.py
- __init__.py
- CipherService.py
- CipherService_test.py
- ContainerService.py
- ContainerService_test.py
- CryptoService.py
- CryptoService_test.py
- SecureStorageService.py
- SecureStorageService_test.py
- StorageService.py
- StorageService_test.py
- Tools.py
- UserService.py
- UserService_test.py
- __init__.py
- data.json
- fixtures_common.py
- __init__.py
- __main__.py
- __version__.py
- Bitwarden.py
- CliSimple.py
- CliSimple_test.py
- common.txt
- dev.txt
- prod.txt
- .bumpversion.cfg
- .coveragerc
- .gitignore
- .travis.yml
- LICENSE
- main.py
- README.md
- requirements.txt
- setup.py
# CDN으로 사용하기
jsDelivrjsDelivr는 공개 GitHub 리포지토리를 별도 설정 없이 CDN으로 즉시 서빙합니다. 버전과 파일을 고르면 웹페이지에 바로 붙일 수 있는 링크와 예시 코드가 만들어집니다.
링크
예시
명령어 용어집
이 문서에서 사용된 명령어를 모아봤습니다. 낯선 명령어가 있다면 펼쳐서 확인해보세요.
pip3
설명 보기 ▼
pip3
이 명령은 `pip`의 별칭입니다.
tldr pip
자세한 내용은 원본 명령을 참고하세요:
pytest
설명 보기 ▼
pytest
Python 테스트 실행.
더 많은 정보: <https://docs.pytest.org/en/latest/how-to/usage.html>.
pytest {{path/to/test_file1.py path/to/test_file2.py ...}}
특정 파일에서 테스트 실행:
pytest -k {{expression}}
특정 [k]eyword 표현식과 일치하는 테스트 실행:
pytest {{[-x|--exitfirst]}}
테스트가 실패하거나 오류가 발생하면 즉시 종료:
# 프로젝트 배지
// repository documentation
Was this content helpful?
(0 ratings)
