AWS CLI Commands
Set up and diagnose your AWS credentials and permissions for Wraps.
Set up and diagnose your AWS credentials and permissions for Wraps.
Interactive wizard that detects and configures your AWS credentials. Guides you through setting up IAM users or SSO profiles for use with Wraps.
npx @wraps.dev/cli aws setup~/.aws/credentials, SSO profiles)GetCallerIdentityInteractive setup (recommended for first time):
npx @wraps.dev/cli aws setupDiagnostic tool that checks your AWS configuration and permissions. Run this when you encounter credential or permission errors.
npx @wraps.dev/cli aws doctor [options]--jsonOutput diagnostic results as JSON for scripting and automation
GetCallerIdentity)SendEmail, GetAccount)AWS Credential Check ✓ Credentials found via SSO profile "wraps-dev" ✓ STS identity validated (Account: 123456789012) ✓ Region: us-east-1SES Permission Check ✓ ses:SendEmail — allowed ✓ ses:GetAccount — allowed ✓ ses:GetSendQuota — allowedAll checks passed. Your AWS configuration is ready for Wraps.