-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updated cli.py #67
base: main
Are you sure you want to change the base?
Updated cli.py #67
Conversation
Deployment & Cloud Integration Added support for AWS, GCP, and Azure cloud platforms. Introduced structured deployment for large-scale applications. Included CI/CD automation for GitHub, GitLab, and Jenkins. Development Workflow Enhancements Implemented hot-reloading for a smoother development experience. Auto-detection of file changes for instant server restarts. Infrastructure & Cloud Provisioning Added Terraform-based cloud provisioning. Ensured scalability, security, and cost-efficiency in deployments. Customization & Plugin Management Introduced plugin support for extended functionality. Added theme management (dark mode, light mode, terminal mode). Database Support Integrated SQLite & PostgreSQL as native database options. Added database migrations for structured version control. Security Enhancements Introduced OAuth, JWT, and Basic Auth authentication methods. Improved security features for cloud deployments. Logging & Monitoring Enabled real-time log tracking. Added follow mode for live log updates. CI/CD Automation Auto-generated CI/CD workflows for multiple platforms. Enabled continuous deployment support.
To Use These Features: 1 Install required dependencies: 2 Example new commands: Initialize project with AI templatepreswald init my_ai_project --template ai-app Enable live reload during developmentpreswald run --live-reload Set up JWT authenticationpreswald auth setup --provider jwt Generate GitHub Actions pipelinepreswald ci github |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi Rashul, thanks for the PR!
Great start, a few comments:
- Not seeing the implementations of the cloud provisioning - was this in a separate commit?
- can you include screenshots and videos of testing this pr?
- for introducing all this functionality, it's better to break it apart into separate commits. let's do that here to to improve readability
please also rebase on top of the most recent changes to fix merge conflicts |
Sure , will compete that on Sunday , a little busy due to my mid-semester exams commencing tomorrow.
…________________________________
From: Shivam Singhal ***@***.***>
Sent: 04 February 2025 18:31
To: StructuredLabs/preswald ***@***.***>
Cc: RashulRajput ***@***.***>; Author ***@***.***>
Subject: Re: [StructuredLabs/preswald] Updated cli.py (PR #67)
please also rebase on top of the most recent changes to fix merge conflicts
—
Reply to this email directly, view it on GitHub<#67 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/A2RYEEKRA3CCC2ZN5WMDVWD2OC22TAVCNFSM6AAAAABWKL72NKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMMZTHAZTSNJXHA>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Sure thing, good luck on your exams! |
Deployment & Cloud Integration
Added support for AWS, GCP, and Azure cloud platforms. Introduced structured deployment for large-scale applications. Included CI/CD automation for GitHub, GitLab, and Jenkins.
Development Workflow Enhancements
Implemented hot-reloading for a smoother development experience. Auto-detection of file changes for instant server restarts.
Infrastructure & Cloud Provisioning
Added Terraform-based cloud provisioning. Ensured scalability, security, and cost-efficiency in deployments.
Customization & Plugin Management
Introduced plugin support for extended functionality. Added theme management (dark mode, light mode, terminal mode).
Database Support
Integrated SQLite & PostgreSQL as native database options. Added database migrations for structured version control.
Security Enhancements
Introduced OAuth, JWT, and Basic Auth authentication methods. Improved security features for cloud deployments.
Logging & Monitoring
Enabled real-time log tracking. Added follow mode for live log updates.
CI/CD Automation
Auto-generated CI/CD workflows for multiple platforms. Enabled continuous deployment support.