## 1. Include Program Support - [x] 1.1 Register include as sub-type in types.py - [x] 1.2 Reuse report ADT endpoints for include operations - [x] 1.3 Handle include-specific template in create command ## 2. Object Listing - [x] 2.1 Implement list command with type parameter - [x] 2.2 Support prefix/wildcard filtering via ADT search API - [x] 2.3 Display results in tabular format ## 3. Multi-Profile Configuration - [x] 3.1 Enhance config.py to support multiple INI sections - [x] 3.2 Add --profile/-p global option - [x] 3.3 Default to [SAP] section when no profile specified ## 4. Secure Password Storage - [x] 4.1 Create auth.py module with keyring integration - [x] 4.2 Support saving password to system keyring - [x] 4.3 Support loading password from keyring as fallback - [x] 4.4 Implement config show/set/list subcommands