ic-code 1.1.6__tar.gz → 1.1.8__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (288) hide show
  1. {ic_code-1.1.6/src/ic_code.egg-info → ic_code-1.1.8}/PKG-INFO +122 -16
  2. {ic_code-1.1.6 → ic_code-1.1.8}/README.md +81 -2
  3. ic_code-1.1.8/pyproject.toml +163 -0
  4. {ic_code-1.1.6 → ic_code-1.1.8}/requirements.txt +1 -1
  5. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/oci/lb/info.py +47 -22
  6. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/oci/nsg/info.py +47 -21
  7. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/oci/obj/info.py +35 -18
  8. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/oci/vcn/info.py +44 -19
  9. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/oci/vm/info.py +79 -54
  10. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/oci/volume/info.py +33 -15
  11. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/ssh/server/info.py +2 -2
  12. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/ssh/server_info.py +38 -27
  13. {ic_code-1.1.6 → ic_code-1.1.8/src/ic_code.egg-info}/PKG-INFO +122 -16
  14. ic_code-1.1.8/src/ic_code.egg-info/requires.txt +53 -0
  15. ic_code-1.1.6/pyproject.toml +0 -121
  16. ic_code-1.1.6/src/ic_code.egg-info/requires.txt +0 -26
  17. {ic_code-1.1.6 → ic_code-1.1.8}/CHANGELOG.md +0 -0
  18. {ic_code-1.1.6 → ic_code-1.1.8}/LICENSE +0 -0
  19. {ic_code-1.1.6 → ic_code-1.1.8}/MANIFEST.in +0 -0
  20. {ic_code-1.1.6 → ic_code-1.1.8}/SECURITY.md +0 -0
  21. {ic_code-1.1.6 → ic_code-1.1.8}/docs/README.md +0 -0
  22. {ic_code-1.1.6 → ic_code-1.1.8}/docs/_templates/configuration.md +0 -0
  23. {ic_code-1.1.6 → ic_code-1.1.8}/docs/_templates/installation.md +0 -0
  24. {ic_code-1.1.6 → ic_code-1.1.8}/docs/_templates/troubleshooting.md +0 -0
  25. {ic_code-1.1.6 → ic_code-1.1.8}/docs/_templates/usage.md +0 -0
  26. {ic_code-1.1.6 → ic_code-1.1.8}/docs/aws/AWS_IMPLEMENTATION_SUMMARY.md +0 -0
  27. {ic_code-1.1.6 → ic_code-1.1.8}/docs/aws/README.md +0 -0
  28. {ic_code-1.1.6 → ic_code-1.1.8}/docs/aws/aws_cli_prd.md +0 -0
  29. {ic_code-1.1.6 → ic_code-1.1.8}/docs/aws/installation.md +0 -0
  30. {ic_code-1.1.6 → ic_code-1.1.8}/docs/azure/README.md +0 -0
  31. {ic_code-1.1.6 → ic_code-1.1.8}/docs/config_migration.md +0 -0
  32. {ic_code-1.1.6 → ic_code-1.1.8}/docs/deployment.md +0 -0
  33. {ic_code-1.1.6 → ic_code-1.1.8}/docs/development/README.md +0 -0
  34. {ic_code-1.1.6 → ic_code-1.1.8}/docs/development/cleanup_summary.md +0 -0
  35. {ic_code-1.1.6 → ic_code-1.1.8}/docs/development/development_guide.md +0 -0
  36. {ic_code-1.1.6 → ic_code-1.1.8}/docs/development/import_patterns.md +0 -0
  37. {ic_code-1.1.6 → ic_code-1.1.8}/docs/development/migration_guide.md +0 -0
  38. {ic_code-1.1.6 → ic_code-1.1.8}/docs/gcp/GCP_CONFIGURATION_GUIDE.md +0 -0
  39. {ic_code-1.1.6 → ic_code-1.1.8}/docs/gcp/GCP_SECURITY_BEST_PRACTICES.md +0 -0
  40. {ic_code-1.1.6 → ic_code-1.1.8}/docs/gcp/README.md +0 -0
  41. {ic_code-1.1.6 → ic_code-1.1.8}/docs/general/configuration.md +0 -0
  42. {ic_code-1.1.6 → ic_code-1.1.8}/docs/installation.md +0 -0
  43. {ic_code-1.1.6 → ic_code-1.1.8}/docs/mcp_integration.md +0 -0
  44. {ic_code-1.1.6 → ic_code-1.1.8}/docs/migration.md +0 -0
  45. {ic_code-1.1.6 → ic_code-1.1.8}/docs/migration_guide.md +0 -0
  46. {ic_code-1.1.6 → ic_code-1.1.8}/docs/ncp/README.md +0 -0
  47. {ic_code-1.1.6 → ic_code-1.1.8}/docs/ncp/configuration.md +0 -0
  48. {ic_code-1.1.6 → ic_code-1.1.8}/docs/ncp/installation.md +0 -0
  49. {ic_code-1.1.6 → ic_code-1.1.8}/docs/ncp/troubleshooting.md +0 -0
  50. {ic_code-1.1.6 → ic_code-1.1.8}/docs/ncp/usage.md +0 -0
  51. {ic_code-1.1.6 → ic_code-1.1.8}/docs/ncpgov/README.md +0 -0
  52. {ic_code-1.1.6 → ic_code-1.1.8}/docs/ncpgov/installation.md +0 -0
  53. {ic_code-1.1.6 → ic_code-1.1.8}/docs/oci/README.md +0 -0
  54. {ic_code-1.1.6 → ic_code-1.1.8}/docs/oci/installation.md +0 -0
  55. {ic_code-1.1.6 → ic_code-1.1.8}/docs/security.md +0 -0
  56. {ic_code-1.1.6 → ic_code-1.1.8}/docs/ssh/configuration.md +0 -0
  57. {ic_code-1.1.6 → ic_code-1.1.8}/docs/troubleshooting.md +0 -0
  58. {ic_code-1.1.6 → ic_code-1.1.8}/docs/user_guide.md +0 -0
  59. {ic_code-1.1.6 → ic_code-1.1.8}/scripts/analysis_summary.py +0 -0
  60. {ic_code-1.1.6 → ic_code-1.1.8}/scripts/bump-version.sh +0 -0
  61. {ic_code-1.1.6 → ic_code-1.1.8}/scripts/cf_edge_nsg_make/cf_edge_nsg_make.py +0 -0
  62. {ic_code-1.1.6 → ic_code-1.1.8}/scripts/cli_usage_analysis.py +0 -0
  63. {ic_code-1.1.6 → ic_code-1.1.8}/scripts/dependency_mapper.py +0 -0
  64. {ic_code-1.1.6 → ic_code-1.1.8}/scripts/deploy.sh +0 -0
  65. {ic_code-1.1.6 → ic_code-1.1.8}/scripts/final_validation_and_documentation.py +0 -0
  66. {ic_code-1.1.6 → ic_code-1.1.8}/scripts/fix_consolidated_imports.py +0 -0
  67. {ic_code-1.1.6 → ic_code-1.1.8}/scripts/migration_execution_and_validation.py +0 -0
  68. {ic_code-1.1.6 → ic_code-1.1.8}/scripts/ncp_security_scanner.py +0 -0
  69. {ic_code-1.1.6 → ic_code-1.1.8}/scripts/oracle-policy/user_policy.py +0 -0
  70. {ic_code-1.1.6 → ic_code-1.1.8}/scripts/performance_optimization.py +0 -0
  71. {ic_code-1.1.6 → ic_code-1.1.8}/scripts/setup_venv.py +0 -0
  72. {ic_code-1.1.6 → ic_code-1.1.8}/scripts/unset_env.sh +0 -0
  73. {ic_code-1.1.6 → ic_code-1.1.8}/scripts/validate_config.py +0 -0
  74. {ic_code-1.1.6 → ic_code-1.1.8}/scripts/validate_dependencies.py +0 -0
  75. {ic_code-1.1.6 → ic_code-1.1.8}/scripts/validate_ncp_security.py +0 -0
  76. {ic_code-1.1.6 → ic_code-1.1.8}/setup.cfg +0 -0
  77. {ic_code-1.1.6 → ic_code-1.1.8}/setup.py +0 -0
  78. {ic_code-1.1.6 → ic_code-1.1.8}/src/common/__init__.py +0 -0
  79. {ic_code-1.1.6 → ic_code-1.1.8}/src/common/azure_utils.py +0 -0
  80. {ic_code-1.1.6 → ic_code-1.1.8}/src/common/gather_env.py +0 -0
  81. {ic_code-1.1.6 → ic_code-1.1.8}/src/common/gcp_config_validator.py +0 -0
  82. {ic_code-1.1.6 → ic_code-1.1.8}/src/common/gcp_monitoring.py +0 -0
  83. {ic_code-1.1.6 → ic_code-1.1.8}/src/common/gcp_utils.py +0 -0
  84. {ic_code-1.1.6 → ic_code-1.1.8}/src/common/log.py +0 -0
  85. {ic_code-1.1.6 → ic_code-1.1.8}/src/common/ncp_security_utils.py +0 -0
  86. {ic_code-1.1.6 → ic_code-1.1.8}/src/common/ncp_utils.py +0 -0
  87. {ic_code-1.1.6 → ic_code-1.1.8}/src/common/ncpgov_utils.py +0 -0
  88. {ic_code-1.1.6 → ic_code-1.1.8}/src/common/progress_decorator.py +0 -0
  89. {ic_code-1.1.6 → ic_code-1.1.8}/src/common/slack.py +0 -0
  90. {ic_code-1.1.6 → ic_code-1.1.8}/src/common/utils.py +0 -0
  91. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/__init__.py +0 -0
  92. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/cli.py +0 -0
  93. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/cli_backup.py +0 -0
  94. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/commands/__init__.py +0 -0
  95. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/commands/config.py +0 -0
  96. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/commands/migration.py +0 -0
  97. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/commands/security.py +0 -0
  98. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/compat/__init__.py +0 -0
  99. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/compat/cli.py +0 -0
  100. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/compat/common.py +0 -0
  101. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/config/__init__.py +0 -0
  102. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/config/cleanup.py +0 -0
  103. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/config/docs_organizer.py +0 -0
  104. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/config/external.py +0 -0
  105. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/config/installer.py +0 -0
  106. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/config/manager.py +0 -0
  107. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/config/migration.py +0 -0
  108. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/config/migration_utils.py +0 -0
  109. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/config/path_manager.py +0 -0
  110. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/config/schema.py +0 -0
  111. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/config/secrets.py +0 -0
  112. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/config/security.py +0 -0
  113. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/core/__init__.py +0 -0
  114. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/core/dependency_validator.py +0 -0
  115. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/core/logging.py +0 -0
  116. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/core/mcp_manager.py +0 -0
  117. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/core/platform_discovery.py +0 -0
  118. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/core/session.py +0 -0
  119. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/core/silence_logging.py +0 -0
  120. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/migration/__init__.py +0 -0
  121. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/migration/manager.py +0 -0
  122. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/migration/post_validation.py +0 -0
  123. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/migration/rollback.py +0 -0
  124. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/migration/validation.py +0 -0
  125. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/__init__.py +0 -0
  126. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/aws/__init__.py +0 -0
  127. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/aws/cloudfront/__init__.py +0 -0
  128. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/aws/cloudfront/info.py +0 -0
  129. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/aws/codepipeline/__init__.py +0 -0
  130. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/aws/codepipeline/build.py +0 -0
  131. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/aws/codepipeline/deploy.py +0 -0
  132. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/aws/ec2/__init__.py +0 -0
  133. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/aws/ec2/info.py +0 -0
  134. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/aws/ec2/list_tags.py +0 -0
  135. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/aws/ec2/tag_check.py +0 -0
  136. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/aws/ecs/__init__.py +0 -0
  137. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/aws/ecs/info.py +0 -0
  138. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/aws/ecs/service.py +0 -0
  139. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/aws/ecs/task.py +0 -0
  140. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/aws/eks/__init__.py +0 -0
  141. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/aws/eks/addons.py +0 -0
  142. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/aws/eks/fargate.py +0 -0
  143. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/aws/eks/info.py +0 -0
  144. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/aws/eks/nodes.py +0 -0
  145. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/aws/eks/pods.py +0 -0
  146. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/aws/eks/update_config.py +0 -0
  147. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/aws/fargate/__init__.py +0 -0
  148. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/aws/fargate/info.py +0 -0
  149. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/aws/lb/__init__.py +0 -0
  150. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/aws/lb/info.py +0 -0
  151. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/aws/lb/list_tags.py +0 -0
  152. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/aws/lb/tag_check.py +0 -0
  153. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/aws/msk/__init__.py +0 -0
  154. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/aws/msk/broker.py +0 -0
  155. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/aws/msk/info.py +0 -0
  156. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/aws/nat/__init__.py +0 -0
  157. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/aws/nat/list_tags.py +0 -0
  158. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/aws/nat/tag_check.py +0 -0
  159. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/aws/profile/__init__.py +0 -0
  160. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/aws/profile/info.py +0 -0
  161. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/aws/rds/__init__.py +0 -0
  162. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/aws/rds/info.py +0 -0
  163. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/aws/rds/list_tags.py +0 -0
  164. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/aws/rds/tag_check.py +0 -0
  165. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/aws/s3/__init__.py +0 -0
  166. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/aws/s3/info.py +0 -0
  167. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/aws/s3/list_tags.py +0 -0
  168. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/aws/s3/tag_check.py +0 -0
  169. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/aws/sg/__init__.py +0 -0
  170. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/aws/sg/info.py +0 -0
  171. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/aws/vpc/__init__.py +0 -0
  172. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/aws/vpc/info.py +0 -0
  173. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/aws/vpc/list_tags.py +0 -0
  174. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/aws/vpc/tag_check.py +0 -0
  175. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/aws/vpn/__init__.py +0 -0
  176. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/aws/vpn/info.py +0 -0
  177. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/azure/README.md +0 -0
  178. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/azure/__init__.py +0 -0
  179. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/azure/aci/__init__.py +0 -0
  180. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/azure/aci/info.py +0 -0
  181. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/azure/aks/__init__.py +0 -0
  182. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/azure/aks/info.py +0 -0
  183. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/azure/lb/__init__.py +0 -0
  184. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/azure/lb/info.py +0 -0
  185. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/azure/nsg/__init__.py +0 -0
  186. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/azure/nsg/info.py +0 -0
  187. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/azure/storage/__init__.py +0 -0
  188. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/azure/storage/info.py +0 -0
  189. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/azure/vm/__init__.py +0 -0
  190. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/azure/vm/info.py +0 -0
  191. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/azure/vm/mock_data.json +0 -0
  192. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/azure/vnet/__init__.py +0 -0
  193. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/azure/vnet/info.py +0 -0
  194. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/azure/vnet/mock_data.json +0 -0
  195. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/cloudflare/README.md +0 -0
  196. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/cloudflare/__init__.py +0 -0
  197. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/cloudflare/dns/__init__.py +0 -0
  198. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/cloudflare/dns/list_info.py +0 -0
  199. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/gcp/README.md +0 -0
  200. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/gcp/__init__.py +0 -0
  201. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/gcp/billing/__init__.py +0 -0
  202. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/gcp/billing/info.py +0 -0
  203. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/gcp/billing/mock_data.json +0 -0
  204. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/gcp/compute/__init__.py +0 -0
  205. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/gcp/compute/info.py +0 -0
  206. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/gcp/compute/mock_data.json +0 -0
  207. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/gcp/firewall/__init__.py +0 -0
  208. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/gcp/firewall/info.py +0 -0
  209. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/gcp/functions/__init__.py +0 -0
  210. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/gcp/functions/info.py +0 -0
  211. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/gcp/gke/__init__.py +0 -0
  212. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/gcp/gke/info.py +0 -0
  213. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/gcp/gke/mock_data.json +0 -0
  214. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/gcp/lb/__init__.py +0 -0
  215. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/gcp/lb/info.py +0 -0
  216. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/gcp/run/__init__.py +0 -0
  217. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/gcp/run/info.py +0 -0
  218. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/gcp/sql/__init__.py +0 -0
  219. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/gcp/sql/info.py +0 -0
  220. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/gcp/storage/__init__.py +0 -0
  221. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/gcp/storage/info.py +0 -0
  222. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/gcp/vpc/__init__.py +0 -0
  223. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/gcp/vpc/info.py +0 -0
  224. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/gcp/vpc/mock_data.json +0 -0
  225. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/ncp/__init__.py +0 -0
  226. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/ncp/client.py +0 -0
  227. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/ncp/ec2/__init__.py +0 -0
  228. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/ncp/ec2/info.py +0 -0
  229. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/ncp/rds/__init__.py +0 -0
  230. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/ncp/rds/info.py +0 -0
  231. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/ncp/s3/__init__.py +0 -0
  232. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/ncp/s3/info.py +0 -0
  233. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/ncp/sg/__init__.py +0 -0
  234. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/ncp/sg/info.py +0 -0
  235. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/ncp/vpc/__init__.py +0 -0
  236. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/ncp/vpc/info.py +0 -0
  237. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/ncpgov/__init__.py +0 -0
  238. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/ncpgov/client.py +0 -0
  239. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/ncpgov/ec2/__init__.py +0 -0
  240. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/ncpgov/ec2/info.py +0 -0
  241. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/ncpgov/rds/__init__.py +0 -0
  242. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/ncpgov/rds/info.py +0 -0
  243. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/ncpgov/s3/__init__.py +0 -0
  244. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/ncpgov/s3/info.py +0 -0
  245. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/ncpgov/sg/__init__.py +0 -0
  246. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/ncpgov/sg/info.py +0 -0
  247. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/ncpgov/vpc/__init__.py +0 -0
  248. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/ncpgov/vpc/info.py +0 -0
  249. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/oci/README.md +0 -0
  250. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/oci/__init__.py +0 -0
  251. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/oci/common/__init__.py +0 -0
  252. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/oci/common/utils.py +0 -0
  253. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/oci/compartment/__init__.py +0 -0
  254. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/oci/compartment/info.py +0 -0
  255. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/oci/cost/__init__.py +0 -0
  256. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/oci/cost/credit.py +0 -0
  257. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/oci/cost/usage.py +0 -0
  258. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/oci/info/__init__.py +0 -0
  259. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/oci/info/oci_info.py +0 -0
  260. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/oci/lb/__init__.py +0 -0
  261. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/oci/nsg/__init__.py +0 -0
  262. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/oci/obj/__init__.py +0 -0
  263. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/oci/policy/__init__.py +0 -0
  264. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/oci/policy/info.py +0 -0
  265. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/oci/policy/search.py +0 -0
  266. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/oci/vcn/__init__.py +0 -0
  267. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/oci/vm/__init__.py +0 -0
  268. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/oci/volume/__init__.py +0 -0
  269. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/ssh/README.md +0 -0
  270. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/ssh/__init__.py +0 -0
  271. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/ssh/auto/__init__.py +0 -0
  272. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/ssh/auto/scan.py +0 -0
  273. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/ssh/auto_ssh.py +0 -0
  274. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/platforms/ssh/server/__init__.py +0 -0
  275. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/security/README.md +0 -0
  276. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/security/__init__.py +0 -0
  277. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/security/config.py +0 -0
  278. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/security/detector.py +0 -0
  279. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/security/guidance.py +0 -0
  280. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/security/hooks.py +0 -0
  281. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/security/patterns.py +0 -0
  282. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic/security/scanner.py +0 -0
  283. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic_code.egg-info/SOURCES.txt +0 -0
  284. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic_code.egg-info/dependency_links.txt +0 -0
  285. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic_code.egg-info/entry_points.txt +0 -0
  286. {ic_code-1.1.6 → ic_code-1.1.8}/src/ic_code.egg-info/top_level.txt +0 -0
  287. {ic_code-1.1.6 → ic_code-1.1.8}/src/mcp/__init__.py +0 -0
  288. {ic_code-1.1.6 → ic_code-1.1.8}/src/mcp/gcp_connector.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ic-code
3
- Version: 1.1.6
3
+ Version: 1.1.8
4
4
  Summary: Infrastructure CLI tool for managing AWS, Azure, GCP, OCI, NCP, CloudFlare, SSH, and more
5
5
  Home-page: https://github.com/dgr009/ic
6
6
  Author: SangYun Kim
@@ -30,29 +30,56 @@ Description-Content-Type: text/markdown
30
30
  License-File: LICENSE
31
31
  Requires-Dist: boto3<2.0.0,>=1.26.0
32
32
  Requires-Dist: botocore<2.0.0,>=1.29.0
33
+ Requires-Dist: oci<3.0.0,>=2.149.0
33
34
  Requires-Dist: requests<3.0.0,>=2.28.0
34
- Requires-Dist: rich<15.0.0,>=12.0.0
35
- Requires-Dist: PyYAML<7.0.0,>=6.0
35
+ Requires-Dist: kubernetes<31.0.0,>=29.0.0
36
+ Requires-Dist: awscli<2.0.0,>=1.42.0
37
+ Requires-Dist: google-cloud-compute<2.0.0,>=1.36.0
38
+ Requires-Dist: google-cloud-container<3.0.0,>=2.44.0
39
+ Requires-Dist: google-cloud-storage<3.0.0,>=2.18.0
40
+ Requires-Dist: google-cloud-functions<2.0.0,>=1.16.0
41
+ Requires-Dist: google-cloud-run<1.0.0,>=0.11.0
42
+ Requires-Dist: google-cloud-billing<2.0.0,>=1.13.0
43
+ Requires-Dist: google-cloud-resource-manager<2.0.0,>=1.12.0
44
+ Requires-Dist: google-auth<3.0.0,>=2.29.0
45
+ Requires-Dist: google-auth-oauthlib<2.0.0,>=1.2.0
46
+ Requires-Dist: google-auth-httplib2<1.0.0,>=0.2.0
47
+ Requires-Dist: azure-identity<2.0.0,>=1.15.0
48
+ Requires-Dist: azure-mgmt-compute<31.0.0,>=29.1.0
49
+ Requires-Dist: azure-mgmt-network<26.0.0,>=24.0.0
50
+ Requires-Dist: azure-mgmt-containerinstance<11.0.0,>=10.1.0
51
+ Requires-Dist: azure-mgmt-containerservice<30.0.0,>=28.0.0
52
+ Requires-Dist: azure-mgmt-storage<22.0.0,>=21.1.0
53
+ Requires-Dist: azure-mgmt-sql<4.0.0,>=3.0.1
54
+ Requires-Dist: azure-mgmt-rdbms<11.0.0,>=10.1.0
55
+ Requires-Dist: azure-mgmt-eventhub<11.0.0,>=10.1.0
56
+ Requires-Dist: azure-mgmt-resource<24.0.0,>=22.0.0
57
+ Requires-Dist: azure-mgmt-subscription<4.0.0,>=3.1.1
36
58
  Requires-Dist: paramiko<5.0.0,>=2.11.0
37
- Requires-Dist: python-dotenv<2.0.0,>=0.19.0
38
- Requires-Dist: cryptography<50.0.0,>=3.4.8
39
59
  Requires-Dist: netifaces<1.0.0,>=0.11.0
60
+ Requires-Dist: rich<15.0.0,>=12.0.0
61
+ Requires-Dist: InquirerPy<1.0.0,>=0.3.4
40
62
  Requires-Dist: tqdm<5.0.0,>=4.67.0
41
- Requires-Dist: jsonschema<5.0.0,>=4.23.0
63
+ Requires-Dist: python-dotenv<2.0.0,>=0.19.0
42
64
  Requires-Dist: python-dateutil<3.0.0,>=2.8.0
65
+ Requires-Dist: PyYAML<7.0.0,>=6.0
43
66
  Requires-Dist: click<9.0.0,>=8.0.0
44
- Requires-Dist: packaging<25.0,>=21.0
45
- Requires-Dist: setuptools<71.0,>=61.0
67
+ Requires-Dist: docutils<1.0.0,>=0.19
68
+ Requires-Dist: invoke<3.0.0,>=2.2.0
69
+ Requires-Dist: jsonschema<5.0.0,>=4.23.0
70
+ Requires-Dist: cryptography<50.0.0,>=3.4.8
46
71
  Requires-Dist: watchdog<4.0.0,>=3.0.0
47
72
  Requires-Dist: cerberus<2.0.0,>=1.3.4
48
73
  Requires-Dist: pydantic<3.0.0,>=2.0.0
49
- Requires-Dist: InquirerPy<1.0.0,>=0.3.4
74
+ Requires-Dist: packaging<25.0,>=21.0
75
+ Requires-Dist: setuptools<71.0,>=61.0
50
76
  Provides-Extra: dev
51
- Requires-Dist: pytest>=7.0.0; extra == "dev"
52
- Requires-Dist: pytest-cov>=4.0.0; extra == "dev"
53
- Requires-Dist: black>=22.0.0; extra == "dev"
54
- Requires-Dist: flake8>=5.0.0; extra == "dev"
55
- Requires-Dist: mypy>=0.991; extra == "dev"
77
+ Requires-Dist: pytest<9.0.0,>=7.0.0; extra == "dev"
78
+ Requires-Dist: pytest-cov<6.0.0,>=4.0.0; extra == "dev"
79
+ Requires-Dist: black<25.0.0,>=22.0.0; extra == "dev"
80
+ Requires-Dist: flake8<8.0.0,>=5.0.0; extra == "dev"
81
+ Requires-Dist: mypy<2.0.0,>=1.0.0; extra == "dev"
82
+ Requires-Dist: pre-commit<4.0.0,>=2.20.0; extra == "dev"
56
83
  Dynamic: author
57
84
  Dynamic: home-page
58
85
  Dynamic: license-file
@@ -60,7 +87,7 @@ Dynamic: requires-python
60
87
 
61
88
  # IC CLI Tool
62
89
 
63
- [![Tests](https://github.com/dgr009/ic/workflows/Tests/badge.svg)](https://github.com/dgr009/ic/actions)
90
+ <!-- [![Tests](https://github.com/dgr009/ic/workflows/Tests/badge.svg)](https://github.com/dgr009/ic/actions) -->
64
91
  [![PyPI version](https://badge.fury.io/py/ic-code.svg)](https://badge.fury.io/py/ic-code)
65
92
  [![Python 3.9+](https://img.shields.io/badge/python-3.9+-blue.svg)](https://www.python.org/downloads/)
66
93
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
@@ -80,25 +107,30 @@ A comprehensive Infrastructure Command Line Interface tool for managing cloud se
80
107
  ### Supported Services
81
108
 
82
109
  #### AWS Services (Production Ready)
110
+
83
111
  - **Compute**: EC2 instances, ECS services, EKS clusters, Fargate
84
112
  - **Storage**: S3 buckets, RDS databases
85
113
  - **Networking**: VPC, Load Balancers, Security Groups, VPN
86
114
  - **Other**: CloudFront distributions, MSK clusters, CodePipeline
87
115
 
88
116
  #### Oracle Cloud Infrastructure (Production Ready)
117
+
89
118
  - **Compute**: VM instances, Container Instances
90
119
  - **Networking**: VCN, Load Balancers, Network Security Groups
91
120
  - **Storage**: Block volumes, Object storage
92
121
  - **Management**: Compartments, Policies, Cost analysis
93
122
 
94
123
  #### CloudFlare (Production Ready)
124
+
95
125
  - **DNS**: Zone and record management with filtering
96
126
 
97
127
  #### SSH Management (Production Ready)
128
+
98
129
  - **Server Discovery**: Automatic server registration and information gathering
99
130
  - **Security**: Built-in security filtering and connection management
100
131
 
101
132
  #### NCP Services (Production Ready)
133
+
102
134
  - **Compute**: EC2 instances with detailed information and filtering
103
135
  - **Storage**: S3 buckets with size and object count information
104
136
  - **Networking**: VPC networks, subnets, and routing information
@@ -107,6 +139,7 @@ A comprehensive Infrastructure Command Line Interface tool for managing cloud se
107
139
  - **Government Cloud**: NCP Gov support with enhanced security compliance
108
140
 
109
141
  #### Development Status
142
+
110
143
  - **⚠️ Azure**: In development - usable but may contain bugs
111
144
  - **⚠️ GCP**: In development - usable but may contain bugs
112
145
 
@@ -160,6 +193,7 @@ ic --help
160
193
  IC CLI automatically validates all required dependencies on startup and provides clear error messages for missing packages. The tool supports **Python 3.9-3.12** with **Python 3.11.13** recommended for optimal performance.
161
194
 
162
195
  #### Automatic Validation
196
+
163
197
  ```bash
164
198
  # IC CLI validates dependencies automatically
165
199
  ic --help # Will show dependency errors if any exist
@@ -172,6 +206,7 @@ python scripts/test_dependency_compatibility.py --report
172
206
  ```
173
207
 
174
208
  #### Troubleshooting Dependencies
209
+
175
210
  ```bash
176
211
  # Check Python version compatibility
177
212
  python --version # Should be 3.9+ to 3.12
@@ -207,12 +242,14 @@ ic ncpgov ec2 info --dry-run # Test NCP Gov API connectivity
207
242
  ```
208
243
 
209
244
  **Core NCP Dependencies (automatically installed):**
245
+
210
246
  - `requests>=2.28.0` - HTTP client for NCP API calls
211
247
  - `PyYAML>=6.0` - Configuration file parsing
212
248
  - `cryptography>=3.4.8` - HMAC-SHA256 signature generation
213
249
  - `rich>=12.0.0` - Terminal output formatting
214
250
 
215
251
  **Manual NCP Dependency Installation (if needed):**
252
+
216
253
  ```bash
217
254
  # Install NCP-specific dependencies manually
218
255
  pip install requests>=2.28.0 PyYAML>=6.0 cryptography>=3.4.8
@@ -225,6 +262,7 @@ python -c "import yaml; print('NCP YAML support: OK')"
225
262
  ```
226
263
 
227
264
  #### Supported Python Versions
265
+
228
266
  - **Python 3.9**: Minimum supported version
229
267
  - **Python 3.10**: Fully supported
230
268
  - **Python 3.11**: Recommended (tested with 3.11.13)
@@ -347,6 +385,7 @@ ssh:
347
385
  #### 4. Platform-Specific Setup
348
386
 
349
387
  **AWS Credentials:**
388
+
350
389
  ```bash
351
390
  # Configure AWS CLI (if not already done)
352
391
  aws configure
@@ -357,6 +396,7 @@ aws configure --profile development
357
396
  ```
358
397
 
359
398
  **OCI Configuration:**
399
+
360
400
  ```bash
361
401
  # Install OCI CLI and configure
362
402
  oci setup config
@@ -366,12 +406,14 @@ oci iam user get --user-id $(oci iam user list --query 'data[0].id' --raw-output
366
406
  ```
367
407
 
368
408
  **NCP Credentials:**
409
+
369
410
  1. Go to NCP Console → My Page → API Key Management
370
411
  2. Create Access Key and Secret Key
371
412
  3. Add credentials to secrets.yaml
372
413
  4. For NCP Gov: Use separate government cloud credentials
373
414
 
374
415
  **CloudFlare API Token:**
416
+
375
417
  1. Go to CloudFlare Dashboard → My Profile → API Tokens
376
418
  2. Create token with Zone:Read permissions
377
419
  3. Add token to secrets.yaml
@@ -405,6 +447,7 @@ All IC CLI commands feature rich progress bars that show real-time progress for
405
447
  ### AWS Services
406
448
 
407
449
  #### Compute Services
450
+
408
451
  ```bash
409
452
  # EC2 instances with progress tracking
410
453
  ic aws ec2 info
@@ -427,6 +470,7 @@ ic aws fargate info # Fargate service information
427
470
  ```
428
471
 
429
472
  #### Storage Services
473
+
430
474
  ```bash
431
475
  # S3 buckets with tag management
432
476
  ic aws s3 list_tags # List all S3 buckets with tags
@@ -440,6 +484,7 @@ ic aws rds tag_check # RDS tagging compliance
440
484
  ```
441
485
 
442
486
  #### Networking Services
487
+
443
488
  ```bash
444
489
  # VPC and networking
445
490
  ic aws vpc info # VPC, subnet, and gateway information
@@ -459,6 +504,7 @@ ic aws vpn info # VPN gateway and connection information
459
504
  ```
460
505
 
461
506
  #### Other AWS Services
507
+
462
508
  ```bash
463
509
  # CloudFront distributions
464
510
  ic aws cloudfront info # CloudFront distribution details
@@ -475,6 +521,7 @@ ic aws codepipeline deploy # Deployment pipeline information
475
521
  ### Oracle Cloud Infrastructure (OCI)
476
522
 
477
523
  #### Compute and Containers
524
+
478
525
  ```bash
479
526
  # VM instances across compartments
480
527
  ic oci vm info # VM instances with detailed information
@@ -485,6 +532,7 @@ ic oci aci info # Container instance details
485
532
  ```
486
533
 
487
534
  #### Networking
535
+
488
536
  ```bash
489
537
  # Virtual Cloud Networks
490
538
  ic oci vcn info # VCN, subnet, and routing information
@@ -497,6 +545,7 @@ ic oci nsg info # NSG rules and associations
497
545
  ```
498
546
 
499
547
  #### Storage and Management
548
+
500
549
  ```bash
501
550
  # Block and object storage
502
551
  ic oci volume info # Block volume details
@@ -521,6 +570,7 @@ NCP services support both **Standard Cloud** and **Government Cloud** environmen
521
570
  #### NCP Standard Cloud Services
522
571
 
523
572
  **Compute Services**
573
+
524
574
  ```bash
525
575
  # EC2 instances with detailed information
526
576
  ic ncp ec2 info # All NCP EC2 instances
@@ -535,6 +585,7 @@ ic ncp ec2 info --status running # Filter by instance status
535
585
  ```
536
586
 
537
587
  **Storage Services**
588
+
538
589
  ```bash
539
590
  # S3 object storage buckets
540
591
  ic ncp s3 info # All NCP S3 buckets
@@ -548,6 +599,7 @@ ic ncp s3 info --format json # JSON format for automation
548
599
  ```
549
600
 
550
601
  **Networking Services**
602
+
551
603
  ```bash
552
604
  # VPC networking information
553
605
  ic ncp vpc info # All NCP VPCs and subnets
@@ -560,6 +612,7 @@ ic ncp vpc info --format json # JSON output
560
612
  ```
561
613
 
562
614
  **Database Services**
615
+
563
616
  ```bash
564
617
  # RDS database instances
565
618
  ic ncp rds info # All NCP RDS instances
@@ -573,6 +626,7 @@ ic ncp rds info --engine mysql # Filter by database engine
573
626
  ```
574
627
 
575
628
  **Security Services**
629
+
576
630
  ```bash
577
631
  # Security Groups (Access Control Groups)
578
632
  ic ncp sg info # All security groups
@@ -590,6 +644,7 @@ ic ncp sg info --rules inbound # Show inbound rules only
590
644
  Government cloud services provide enhanced security, compliance features, and audit logging for sensitive workloads.
591
645
 
592
646
  **Government Cloud Compute**
647
+
593
648
  ```bash
594
649
  # Government cloud EC2 instances (enhanced security)
595
650
  ic ncpgov ec2 info # All NCP Gov EC2 instances
@@ -603,6 +658,7 @@ ic ncpgov ec2 info --audit-trail # Include audit information
603
658
  ```
604
659
 
605
660
  **Government Cloud Storage**
661
+
606
662
  ```bash
607
663
  # Government cloud S3 storage (compliance features)
608
664
  ic ncpgov s3 info # All NCP Gov S3 buckets
@@ -616,6 +672,7 @@ ic ncpgov s3 info --access-audit # Include access audit logs
616
672
  ```
617
673
 
618
674
  **Government Cloud Networking**
675
+
619
676
  ```bash
620
677
  # Government cloud VPC (policy compliance)
621
678
  ic ncpgov vpc info # All NCP Gov VPCs with compliance status
@@ -629,6 +686,7 @@ ic ncpgov vpc info --access-controls # Show access control settings
629
686
  ```
630
687
 
631
688
  **Government Cloud Database**
689
+
632
690
  ```bash
633
691
  # Government cloud RDS with enhanced security
634
692
  ic ncpgov rds info # All NCP Gov RDS instances
@@ -638,6 +696,7 @@ ic ncpgov rds info --compliance-report # Include compliance information
638
696
  ```
639
697
 
640
698
  **Government Cloud Security**
699
+
641
700
  ```bash
642
701
  # Government cloud security groups with enhanced policies
643
702
  ic ncpgov sg info # All government cloud security groups
@@ -651,6 +710,7 @@ ic ncpgov sg info --audit-trail # Include security audit trail
651
710
  NCP supports two platform types with different capabilities:
652
711
 
653
712
  **VPC Platform (Recommended)**
713
+
654
714
  ```bash
655
715
  # VPC platform supports all modern services
656
716
  ic ncp ec2 info --platform vpc # VPC-based EC2 instances
@@ -666,6 +726,7 @@ ic ncp sg info --platform vpc # VPC security groups
666
726
  ```
667
727
 
668
728
  **Classic Platform (Legacy)**
729
+
669
730
  ```bash
670
731
  # Classic platform supports legacy services
671
732
  ic ncp ec2 info --platform classic # Classic EC2 instances
@@ -685,6 +746,7 @@ ic ncp vpc info --platform classic # Will show "VPC not available" message
685
746
  #### NCP Configuration Setup
686
747
 
687
748
  **Quick Setup**
749
+
688
750
  ```bash
689
751
  # Initialize NCP configuration with guided setup
690
752
  ic config init # Interactive setup includes NCP options
@@ -703,6 +765,7 @@ ic config init # Interactive setup includes NCP option
703
765
  ```
704
766
 
705
767
  **Manual Configuration**
768
+
706
769
  ```bash
707
770
  # Create NCP standard cloud configuration
708
771
  mkdir -p ~/.ncp
@@ -734,6 +797,7 @@ chmod 600 ~/.ncpgov/config
734
797
  ```
735
798
 
736
799
  **Configuration Validation**
800
+
737
801
  ```bash
738
802
  # Validate NCP configuration
739
803
  ic config validate --ncp # Validate standard cloud config
@@ -752,6 +816,7 @@ ic ncpgov ec2 info --dry-run # Test NCP Gov API connectivity
752
816
  #### Multi-Region and Multi-Account Examples
753
817
 
754
818
  **Multi-Region Operations**
819
+
755
820
  ```bash
756
821
  # Query resources across different regions
757
822
  ic ncp ec2 info --region KR # Korea region
@@ -764,6 +829,7 @@ ic ncp s3 info --region US --format json > us_buckets.json
764
829
  ```
765
830
 
766
831
  **Multi-Profile Configuration**
832
+
767
833
  ```yaml
768
834
  # ~/.ncp/config - Multiple profiles
769
835
  production:
@@ -1007,6 +1073,7 @@ NCP offers two platform types with different capabilities and service availabili
1007
1073
  The VPC (Virtual Private Cloud) platform is the modern, recommended platform for new deployments:
1008
1074
 
1009
1075
  **Features:**
1076
+
1010
1077
  - Modern networking with VPC and subnets
1011
1078
  - Enhanced security groups with advanced rules
1012
1079
  - Load balancers with advanced features
@@ -1014,6 +1081,7 @@ The VPC (Virtual Private Cloud) platform is the modern, recommended platform for
1014
1081
  - Support for all modern NCP services
1015
1082
 
1016
1083
  **Supported Services:**
1084
+
1017
1085
  ```bash
1018
1086
  ic ncp ec2 info --platform vpc # VPC-based EC2 instances
1019
1087
  ic ncp s3 info --platform vpc # Object storage (available on both platforms)
@@ -1023,6 +1091,7 @@ ic ncp sg info --platform vpc # VPC security groups with advanced features
1023
1091
  ```
1024
1092
 
1025
1093
  **Configuration Example:**
1094
+
1026
1095
  ```yaml
1027
1096
  # ~/.ncp/config - VPC Platform
1028
1097
  default:
@@ -1037,12 +1106,14 @@ default:
1037
1106
  The Classic platform is the legacy platform maintained for backward compatibility:
1038
1107
 
1039
1108
  **Features:**
1109
+
1040
1110
  - Legacy networking model
1041
1111
  - Basic security groups
1042
1112
  - Limited load balancer features
1043
1113
  - Some modern services not available
1044
1114
 
1045
1115
  **Supported Services:**
1116
+
1046
1117
  ```bash
1047
1118
  ic ncp ec2 info --platform classic # Classic EC2 instances
1048
1119
  ic ncp s3 info --platform classic # Object storage (available on both platforms)
@@ -1052,6 +1123,7 @@ ic ncp sg info --platform classic # Basic security groups
1052
1123
  ```
1053
1124
 
1054
1125
  **Configuration Example:**
1126
+
1055
1127
  ```yaml
1056
1128
  # ~/.ncp/config - Classic Platform
1057
1129
  default:
@@ -1081,6 +1153,7 @@ ic ncp ec2 info --platform vpc --format json > vpc_instances.json
1081
1153
  ```
1082
1154
 
1083
1155
  **Migration Benefits:**
1156
+
1084
1157
  - Access to modern networking features
1085
1158
  - Enhanced security capabilities
1086
1159
  - Better performance and reliability
@@ -1094,17 +1167,20 @@ NCP Government Cloud provides enhanced security and compliance features:
1094
1167
  #### Security Features
1095
1168
 
1096
1169
  **Enhanced Authentication:**
1170
+
1097
1171
  - API Gateway authentication
1098
1172
  - Multi-factor authentication support
1099
1173
  - Enhanced access controls
1100
1174
 
1101
1175
  **Data Protection:**
1176
+
1102
1177
  - Automatic data encryption
1103
1178
  - Sensitive data masking in logs
1104
1179
  - Audit trail logging
1105
1180
  - Compliance reporting
1106
1181
 
1107
1182
  **Configuration Example:**
1183
+
1108
1184
  ```yaml
1109
1185
  # ~/.ncpgov/config - Government Cloud Security
1110
1186
  default:
@@ -1123,6 +1199,7 @@ default:
1123
1199
  #### Compliance Features
1124
1200
 
1125
1201
  **Audit and Monitoring:**
1202
+
1126
1203
  ```bash
1127
1204
  # Check compliance status
1128
1205
  ic ncpgov ec2 info --compliance-check
@@ -1135,6 +1212,7 @@ ic ncpgov sg info --policy-compliance
1135
1212
  ```
1136
1213
 
1137
1214
  **Security Validation:**
1215
+
1138
1216
  ```bash
1139
1217
  # Validate security settings
1140
1218
  ic config validate --ncpgov --security
@@ -1151,6 +1229,7 @@ ic ncpgov vpc info --access-controls
1151
1229
  ### Security Best Practices
1152
1230
 
1153
1231
  **Configuration Security:**
1232
+
1154
1233
  ```bash
1155
1234
  # Always use proper file permissions for configuration files
1156
1235
  chmod 600 ~/.ncp/config ~/.ncpgov/config
@@ -1169,6 +1248,7 @@ export NCP_SECRET_KEY="${{ secrets.NCP_SECRET_KEY }}"
1169
1248
  ```
1170
1249
 
1171
1250
  **API Key Management:**
1251
+
1172
1252
  ```bash
1173
1253
  # Rotate API keys regularly
1174
1254
  # 1. Generate new keys in NCP Console
@@ -1184,6 +1264,7 @@ export NCP_SECRET_KEY="${{ secrets.NCP_SECRET_KEY }}"
1184
1264
  ```
1185
1265
 
1186
1266
  **Government Cloud Security:**
1267
+
1187
1268
  ```bash
1188
1269
  # Always enable all security features for government cloud
1189
1270
  ic config set ncpgov.security.encryption_enabled true
@@ -1200,6 +1281,7 @@ ic ncpgov ec2 info --compliance-check
1200
1281
  ### Performance Best Practices
1201
1282
 
1202
1283
  **Efficient Resource Queries:**
1284
+
1203
1285
  ```bash
1204
1286
  # Use name filters to reduce data transfer
1205
1287
  ic ncp ec2 info --name "prod-*" # Filter production instances
@@ -1215,6 +1297,7 @@ ic ncp s3 info --limit 20 # Limit to 20 buckets
1215
1297
  ```
1216
1298
 
1217
1299
  **Multi-Region Optimization:**
1300
+
1218
1301
  ```bash
1219
1302
  # Query specific regions instead of all regions
1220
1303
  ic ncp ec2 info --region KR # Korea region only
@@ -1227,6 +1310,7 @@ wait # Wait for both to complete
1227
1310
  ```
1228
1311
 
1229
1312
  **Caching for Repeated Queries:**
1313
+
1230
1314
  ```bash
1231
1315
  # Enable caching for repeated queries
1232
1316
  export NCP_CACHE_ENABLED=true
@@ -1240,6 +1324,7 @@ ic ncp ec2 info # Second call - uses cache (if within TTL)
1240
1324
  ### Automation Best Practices
1241
1325
 
1242
1326
  **CI/CD Integration:**
1327
+
1243
1328
  ```yaml
1244
1329
  # GitHub Actions example
1245
1330
  name: NCP Infrastructure Check
@@ -1266,6 +1351,7 @@ jobs:
1266
1351
  ```
1267
1352
 
1268
1353
  **Scripting Best Practices:**
1354
+
1269
1355
  ```bash
1270
1356
  #!/bin/bash
1271
1357
  # ncp_audit_script.sh - Example audit script
@@ -1305,6 +1391,7 @@ echo "NCP audit completed successfully"
1305
1391
  ```
1306
1392
 
1307
1393
  **Error Handling in Scripts:**
1394
+
1308
1395
  ```bash
1309
1396
  #!/bin/bash
1310
1397
  # ncp_with_error_handling.sh
@@ -1332,12 +1419,14 @@ echo "All NCP operations completed successfully"
1332
1419
  ### NCP-Specific Troubleshooting
1333
1420
 
1334
1421
  For NCP (Naver Cloud Platform) specific issues:
1422
+
1335
1423
  - **Installation Guide**: [NCP Installation Guide](docs/ncp_installation_guide.md)
1336
1424
  - **Troubleshooting**: [NCP Troubleshooting Guide](docs/ncp_troubleshooting_guide.md)
1337
1425
 
1338
1426
  #### Quick NCP Troubleshooting
1339
1427
 
1340
1428
  **Configuration Issues:**
1429
+
1341
1430
  ```bash
1342
1431
  # Check if NCP configuration exists
1343
1432
  ls -la ~/.ncp/config ~/.ncpgov/config
@@ -1356,6 +1445,7 @@ ic ncpgov ec2 info --dry-run
1356
1445
  ```
1357
1446
 
1358
1447
  **Authentication Issues:**
1448
+
1359
1449
  ```bash
1360
1450
  # Verify NCP credentials in console
1361
1451
  # NCP Console → My Page → API Key Management
@@ -1370,6 +1460,7 @@ ic ncp ec2 info
1370
1460
  ```
1371
1461
 
1372
1462
  **Platform-Specific Issues:**
1463
+
1373
1464
  ```bash
1374
1465
  # Check platform configuration
1375
1466
  ic config get ncp.platform # Should be "VPC" or "Classic"
@@ -1382,6 +1473,7 @@ ic config set ncp.platform "VPC"
1382
1473
  ```
1383
1474
 
1384
1475
  **Government Cloud Issues:**
1476
+
1385
1477
  ```bash
1386
1478
  # Verify API Gateway key is configured
1387
1479
  ic config get ncpgov.apigw_key
@@ -1394,6 +1486,7 @@ ic config set ncpgov.security.compliance_mode true
1394
1486
  ```
1395
1487
 
1396
1488
  **Regional Issues:**
1489
+
1397
1490
  ```bash
1398
1491
  # Check supported regions
1399
1492
  ic config get ncp.region # Should be KR, US, or JP
@@ -1411,6 +1504,7 @@ ic ncp ec2 info --region JP
1411
1504
  #### Installation Issues
1412
1505
 
1413
1506
  **Problem**: `pip install ic-code` fails with dependency conflicts
1507
+
1414
1508
  ```bash
1415
1509
  # Solution: Use a virtual environment
1416
1510
  python -m venv ic-env
@@ -1420,6 +1514,7 @@ pip install ic-code
1420
1514
  ```
1421
1515
 
1422
1516
  **Problem**: Python version compatibility issues
1517
+
1423
1518
  ```bash
1424
1519
  # Check Python version (3.9+ required, 3.11.13 recommended)
1425
1520
  python --version
@@ -1432,6 +1527,7 @@ pyenv local 3.11.13
1432
1527
  #### Configuration Issues
1433
1528
 
1434
1529
  **Problem**: `ic config validate` shows validation errors
1530
+
1435
1531
  ```bash
1436
1532
  # Check configuration file syntax
1437
1533
  ic config show --verbose
@@ -1444,6 +1540,7 @@ ic config migrate
1444
1540
  ```
1445
1541
 
1446
1542
  **Problem**: AWS credentials not found
1543
+
1447
1544
  ```bash
1448
1545
  # Configure AWS CLI
1449
1546
  aws configure
@@ -1456,6 +1553,7 @@ ic config show --aws
1456
1553
  ```
1457
1554
 
1458
1555
  **Problem**: OCI configuration issues
1556
+
1459
1557
  ```bash
1460
1558
  # Verify OCI CLI configuration
1461
1559
  oci setup config
@@ -1470,6 +1568,7 @@ ic config get oci.config_file
1470
1568
  #### Runtime Issues
1471
1569
 
1472
1570
  **Problem**: Commands hang or timeout
1571
+
1473
1572
  ```bash
1474
1573
  # Check network connectivity
1475
1574
  ping aws.amazon.com
@@ -1481,6 +1580,7 @@ ic config set oci.timeout 60
1481
1580
  ```
1482
1581
 
1483
1582
  **Problem**: Permission denied errors
1583
+
1484
1584
  ```bash
1485
1585
  # Check file permissions
1486
1586
  ls -la ~/.ic/config/
@@ -1491,6 +1591,7 @@ chmod 755 ~/.ic/config/
1491
1591
  ```
1492
1592
 
1493
1593
  **Problem**: Progress bars not displaying correctly
1594
+
1494
1595
  ```bash
1495
1596
  # Check terminal compatibility
1496
1597
  echo $TERM
@@ -1503,16 +1604,19 @@ ic aws ec2 info
1503
1604
  #### Platform-Specific Issues
1504
1605
 
1505
1606
  **AWS Issues:**
1607
+
1506
1608
  - Ensure AWS CLI is configured: `aws configure`
1507
1609
  - Check account access: `aws sts get-caller-identity`
1508
1610
  - Verify region availability: `aws ec2 describe-regions`
1509
1611
 
1510
1612
  **OCI Issues:**
1613
+
1511
1614
  - Verify OCI CLI setup: `oci setup config`
1512
1615
  - Check compartment access: `oci iam compartment list`
1513
1616
  - Validate API key: `oci iam user get --user-id <user-id>`
1514
1617
 
1515
1618
  **NCP Issues:**
1619
+
1516
1620
  - Ensure NCP dependencies are installed: `pip install ic-code` (includes NCP support)
1517
1621
  - Check API credentials in NCP Console → My Page → API Key Management
1518
1622
  - Verify configuration files exist: `~/.ncp/config` and `~/.ncpgov/config`
@@ -1524,6 +1628,7 @@ ic aws ec2 info
1524
1628
  - Verify platform-specific services: VPC services not available on Classic platform
1525
1629
 
1526
1630
  **CloudFlare Issues:**
1631
+
1527
1632
  - Verify API token permissions in CloudFlare dashboard
1528
1633
  - Check zone access: Test with CloudFlare API directly
1529
1634
  - Ensure account/zone filters are correct in configuration
@@ -1581,6 +1686,7 @@ tail -f ~/.ic/logs/ic.log
1581
1686
  ## 🚧 Development Status
1582
1687
 
1583
1688
  ### Production Ready Platforms
1689
+
1584
1690
  - ✅ **AWS**: Fully tested and production ready
1585
1691
  - ✅ **OCI**: Fully tested and production ready
1586
1692
  - ✅ **NCP**: Fully tested and production ready (Standard and Government Cloud)
@@ -1588,6 +1694,7 @@ tail -f ~/.ic/logs/ic.log
1588
1694
  - ✅ **SSH**: Fully tested and production ready
1589
1695
 
1590
1696
  ### Development Platforms
1697
+
1591
1698
  - ⚠️ **Azure**: In active development
1592
1699
  - Basic functionality implemented
1593
1700
  - May contain bugs or incomplete features
@@ -1722,4 +1829,3 @@ MIT License - see [LICENSE](LICENSE) file for details.
1722
1829
  ---
1723
1830
 
1724
1831
  **Made with ❤️ for infrastructure engineers and cloud administrators**$`
1725
-