configure
The configure command is the first step to using Workstate. It links your local environment to your AWS account.
workstate configure [OPTIONS]Options
Section titled “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).
Examples
Section titled “Examples”# Interactive setup (Recommended)workstate configure
# Setup with specific profile and bucketworkstate configure --profile dev-user --bucket my-work-backups