onglx-deploy deploy

Deploy infrastructure to cloud provider

Core Command
Infrastructure
Rollback Support

Description

Apply the deployment configuration to create or update cloud resources. Features automatic rollback on failure and signal handling for safe interruption.

Examples

Standard deployment

Terminal - OnglX Deploy
$ onglx-deploy deploy
Deploying to aws in us-east-1
✓ Creating Lambda function
✓ Setting up API Gateway
✓ Configuring Bedrock access
✓ Deployment completed successfully!
Endpoints:
API: https://abc123.execute-api.us-east-1.amazonaws.com/

Auto-approve deployment

Terminal - OnglX Deploy
$ onglx-deploy deploy --auto-approve
Deploying to aws in us-east-1
✓ Deployment completed successfully!

Rollback on interruption

Terminal - OnglX Deploy
$ onglx-deploy deploy
Deploying to aws in us-east-1
✓ Creating Lambda function
^C
Received signal interrupt, initiating rollback...
✓ Rollback completed successfully

After deployment:

  • • Check status: onglx-deploy status
  • • View logs: onglx-deploy logs
  • • Test your API endpoints using the provided URLs