What problem does it solve?
This Skill provides end-to-end management of BAP identity backups using bap-cli and bbackup. It enables creating, listing, extracting member identities, encrypting/decrypting JSON backups, and generating test fixtures for automated Playwright tests involving BAP identities. It reduces manual handling and errors when dealing with encrypted backups.
Core Features & Use Cases
- Identity Management: create, list, and extract identities from BAP backups.
- Backup Encryption/Decryption: encrypt and decrypt JSON payloads to .bep format.
- Test Fixtures: generate test data for automated testing of identity-driven apps.
Quick Start
Example:
- Create a new Type42 backup:
bap new --type type42 --password <password> --name "<name>" --output <file.bep>
- List identities:
bap list <backup.bep> --password <password>
- Extract a member identity:
bap member <backup.bep> --password <password> --index 0 --output member.bep