File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[project ]
22name = " awdx"
3- version = " 0.0.5 "
3+ version = " 0.0.8 "
44description = " AWS DevOps X: Human-friendly, interactive AWS DevSecOps CLI tool."
55authors = [
66 { name = " Partha Sarathi Kundu" , email = " pxkundu2@shockers.wichita.edu" }
Original file line number Diff line number Diff line change 22from awdx .profilyze .profile_commands import profile_app
33from awdx .costlyzer .cost_commands import cost_app
44from awdx .iamply .iam_commands import iam_app
5+ from awdx .s3ntry .s3_commands import s3_app
6+ from awdx .secrex .secret_commands import secret_app
7+ from awdx .secutide .security_commands import security_app
58
69app = typer .Typer (help = "awdx: AWS DevOps X - Human-friendly AWS DevSecOps CLI tool." )
710
811# Add subcommands
912app .add_typer (profile_app , name = "profile" )
1013app .add_typer (cost_app , name = "cost" )
1114app .add_typer (iam_app , name = "iam" )
15+ app .add_typer (s3_app , name = "s3" )
16+ app .add_typer (secret_app , name = "secret" )
17+ app .add_typer (security_app , name = "security" )
1218
1319ASCII_ART = r"""
1420 █████╗ ██╗ ██╗█████╗ ██╗ ██╗
You can’t perform that action at this time.
0 commit comments