Convert a Bitwarden CSV export to import into 1password.
- MIT license.
- Use at your own risk - no warranty.
- Recommend to upload your Bitwarden export as a note in 1password in case of any mistakes in this script.
- Only supports logins and notes.
| query { | |
| user(login: "USER") { | |
| createdAt | |
| contributionsCollection(organizationID: "ORGANIZATION_ID", from: "YYYY-MM-DDTHH:MM:SSZ", to: "YYYY-MM-DDTHH:MM:SSZ") { | |
| totalIssueContributions | |
| totalPullRequestContributions | |
| totalCommitContributions | |
| } | |
| } |
| #cloud-config | |
| package_update: true | |
| package_upgrade: true | |
| package_reboot_if_required: true | |
| manage-resolv-conf: true | |
| resolv_conf: | |
| nameservers: | |
| - '8.8.8.8' |