Managing qBits

Add, remove, and list qBit modules

List Available qBits

Bash
qctl qbit list

Add a qBit

Bash
qctl qbit add <qbit-name>

Remove a qBit

Bash
qctl qbit remove <qbit-name>
  • auth-cognito - AWS Cognito authentication
  • filesystem-s3 - S3 file storage
  • payment-stripe - Stripe payment integration
  • email-ses - AWS SES email sending
  • Example

    Bash
    # Add S3 file storage
    qctl qbit add filesystem-s3
    
    # Check installed qBits
    qctl qbit list --installed
    Powered by qqq