Business
Add Subscriber To MailerLite
Add a subscriber to MailerLite
➜ proggy run
official/mailerlite:subscribe
Unsubscribe Email From MailerLite
Remove a subscriber from MailerLite
➜ proggy run
official/mailerlite:unsubscribe
Generate Stripe Checkout Link
Generate custom Stripe checkout link
➜ proggy run
official/stripe:checkout
Utilities
Restore File From S3
Restore a backup from your S3 bucket
➜ proggy run
official/backup:restore
Compress Image Sizes
Compress all images in a folder
➜ proggy run
official/img:compress
Download file from server
Downloads a folder or file from a remote server
➜ proggy run
official/ssh:download
Add SSH Public Key To Server
Adds an SSH public key to ~/.ssh/authorized_keys
➜ proggy run
official/ssh:addkey
Remove a SSH public key from server
Removes a public key from ~/.ssh/authorized_keys
➜ proggy run
official/ssh:removekey
Create SSH Keys
Generate a new SSH key easily
➜ proggy run
official/ssh:generate
Devops
Remove a SSH public key from server
Removes a public key from ~/.ssh/authorized_keys
➜ proggy run
official/ssh:removekey
PostgreSQL Database Backup
Creates a PostgreSQL database dump backup
➜ proggy run
official/postgresql:backup
Download file from server
Downloads a folder or file from a remote server
➜ proggy run
official/ssh:download
Deploy PostgreSQL
Deploys PostgreSQL database on a server
➜ proggy run
official/postgresql:deploy
Upload File To Server
Upload a folder to a server
➜ proggy run
official/ssh:upload
Deploy MySQL
Deploys MySQL on a server
➜ proggy run
official/mysql:deploy