Skip to content

configure

The configure command is the first step to using Workstate. It links your local environment to your AWS account.

Terminal window
workstate configure [OPTIONS]
  • --profile TEXT: Use a specific AWS profile from your ~/.aws/credentials.
  • --bucket TEXT: Specify a custom S3 bucket name.
  • --region TEXT: Specify the AWS region (e.g., us-east-1).
Terminal window
# Interactive setup (Recommended)
workstate configure
# Setup with specific profile and bucket
workstate configure --profile dev-user --bucket my-work-backups