aws-samples / aws-samples/sample-streamlit-deployment-automation-toolkit

streamctl -h does not work

Open
#3 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
1
Forks
1
PR merge metrics
No merged PRs in 30d

Description

When I try to create the Python virtual environment required and install AWS CDK and required libraries with
streamctl -h

I got:
Unknown command: -h
streamctl v1.4.0: Controller for building and deploying Streamlit applications on AWS

Usage:
Bootstrap CDK environment:
streamctl bootstrap [--region REGION] [--profile PROFILE]

Build application:
Initialize build infrastructure:
streamctl build --init --environment ENV [--bucket-name BUCKET] [--repo-name REPO] [--region REGION] [--profile PROFILE]

Build application image:
streamctl build --application APP.py --url /app_path --environment ENV [--version VER] [--region REGION] [--profile PROFILE]

Deploy application:
Initialize deployment infrastructure:
streamctl deploy --init --environment ENV [--region REGION] [--profile PROFILE]

Deploy application stack:
streamctl deploy --app-name APP --environment ENV [--region REGION] [--profile PROFILE] [--size {small,medium,large}] [--scaling {small,medium,large}] [--iam-config config.yaml]

Contributor guide

Open the contributing guide

Research direction

No source file or test is identified in the issue. First reproduce the behavior with `streamctl -h` and inspect the CLI entry point that handles the documented commands. Done means the command displays the usage information instead of reporting `Unknown command: -h`.

Written by the indexing model from the issue text.

Assessment

Tech stack
aws, python, streamlit
Domain
cli
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Quiet
Clarity
Needs clarification
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.