Managing qBits
Add, remove, and list qBit modules
List Available qBits
Bash
qctl qbit listAdd a qBit
Bash
qctl qbit add <qbit-name>Remove a qBit
Bash
qctl qbit remove <qbit-name>Popular qBits
auth-cognito - AWS Cognito authenticationfilesystem-s3 - S3 file storagepayment-stripe - Stripe payment integrationemail-ses - AWS SES email sendingExample
Bash
# Add S3 file storage
qctl qbit add filesystem-s3
# Check installed qBits
qctl qbit list --installed