ACME Portal Documentation¶
Welcome to the ACME Portal VS Code Extension documentation.
Overview¶
ACME Portal is a VS Code extension that provides a user interface for managing Python flow deployments for a project utilizing acme-portal-sdk
.
Key Features¶
π Flow Discovery and Management¶
- Automatic Detection: Scans your project for SDK-compatible flows
- Tree View Navigation: Hierarchical display of flows, environments, and deployments
- File Integration: Direct access to flow source files from the tree view
- Metadata Display: Shows flow descriptions, paths, and organizational grouping
π Deployment Operations¶
- One-Click Deployment: Deploy flows directly from the VS Code interface
- Environment Promotion: Move flows through environment chains (dev β staging β production)
- Progress Tracking: Real-time notifications for all deployment operations
- Error Handling: Comprehensive error reporting and troubleshooting guidance
π Version Control Integration¶
- Robust Versioning: View semantic version and
git
hash contained in each deployment - Diff Views: Compare flow versions between two deployments
- Branch Management: Track deployments across different Git branches
βοΈ Configuration and Settings¶
- Automatic Configuration: Uses acme-portal-sdk configuration for all flow discovery
- Environment Management: Support for multiple deployment environments
- Extension Settings: Integration with VS Code's settings system
π External Integrations¶
- Dashboard Links: Direct access to deployment dashboards and monitoring tools
- URL Management: Open external resources related to deployments
- API Integration: Seamless communication with external deployment systems
How It Works¶
The extension serves as a bridge between VS Code and the acme-portal-sdk:
- Discovery: Scans your project for flows using SDK's FlowFinder
- Display: Presents flows in an organized tree view with deployment status
- Actions: Provides commands for deployment, promotion, and comparison operations
- Communication: Uses Python scripts to interface with python SDK objects
- Feedback: Displays progress and results through VS Code's notification system
Architecture¶
βββββββββββββββββββ ββββββββββββββββββββ βββββββββββββββββββ
β VS Code UI β ββ β ACME Extension β ββ β acme-portal-sdk β
β β β β β β
β β’ Tree View β β β’ Commands β β β’ FlowFinder β
β β’ Commands β β β’ Tree Provider β β β’ DeployWorkflowβ
β β’ Notifications β β β’ SDK Interface β β β’ PromoteFlow β
β β’ Settings β β β’ Error Handling β β β’ Comparisons β
βββββββββββββββββββ ββββββββββββββββββββ βββββββββββββββββββ
Prerequisites¶
Before getting started, ensure you have:
- VS Code 1.102.0 or later
- Microsoft Python Extension installed
- Git CLI installed and accessible
- acme-portal-sdk configured in your Python project
Quick Start¶
- Install the Extension
- Search for "ACME Portal" in VS Code Extensions marketplace
-
Click "Install" and reload VS Code
-
Setup Your Project
- Open a folder containing Python flows configured for acme-portal-sdk
-
Select the correct Python interpreter using VSCode command
Python: Select Interpreter
-
Start Using
- Open the ACME Portal sidebar (click the ACME icon)
- View your flows in the tree structure
- Use context menus and toolbar actions for deployments
Navigation Guide¶
This documentation is organized into the following sections:
User Documentation¶
- Getting Started - Installation, setup, and initial configuration
- User Guide - Comprehensive feature guide and workflows
- API Reference - Technical details and SDK integration
Developer Documentation¶
- Contributing - Guidelines for contributing to the project
- CI Strategy - Continuous integration and deployment information
SDK Integration¶
The extension is tightly integrated with the acme-portal-sdk, which provides the core functionality for:
- Flow Discovery: Scanning projects for compatible flows
- Deployment Management: Executing deployment workflows
- Environment Operations: Managing environment promotions
- Data Interfaces: Standardized data structures and APIs
Important: The extension requires a properly configured acme-portal-sdk installation. Visit the SDK documentation for setup instructions.
Sample Project¶
For a complete working example of the extension in action, check out the acme-prefect sample project, which demonstrates:
- Proper SDK configuration
- Flow structure and organization
- Integration with deployment systems
- Best practices for project setup
Demonstration Videos¶
See the extension in action:
- Navigate Flows and View Deployments
- Deploy Flow Demonstration
- View Deployment
- Promote Deployment
- Compare Flow Deployment Versions
Support and Community¶
Getting Help¶
- Documentation: Start with this documentation for comprehensive guides
- Issues: Report bugs or request features on GitHub Issues
- Discussions: Ask questions or share ideas in GitHub Discussions
Contributing¶
We welcome contributions! See our Contributing Guide for:
- Development setup instructions
- Coding standards and guidelines
- Pull request process
- Issue reporting guidelines
Project Status¶
Note: This extension is currently in alpha and primarily for demonstration purposes. APIs may change frequently as we refine the functionality based on user feedback.
License¶
This project is licensed using LICENSE file for details.