Business
Unsubscribe Email From MailerLite
Remove a subscriber from MailerLite
➜ proggy run
official/mailerlite:unsubscribe
Add Subscriber To MailerLite
Add a subscriber to MailerLite
➜ proggy run
official/mailerlite:subscribe
Generate Stripe Checkout Link
Generate custom Stripe checkout link
➜ proggy run
official/stripe:checkout
Utilities
Remove a SSH public key from server
Removes a public key from ~/.ssh/authorized_keys
➜ proggy run
official/ssh:removekey
Upload File To Server
Upload a folder to a server
➜ proggy run
official/ssh:upload
Compress Image Sizes
Compress all images in a folder
➜ proggy run
official/img:compress
Remove IP From ~/.ssh/known_hosts
Remove IP address from ~/.ssh/known_hosts
➜ proggy run
official/ssh:removeip
Add SSH Public Key To Server
Adds an SSH public key to ~/.ssh/authorized_keys
➜ proggy run
official/ssh:addkey
Backup Files to S3
Create a backup and upload it to a S3 server
➜ proggy run
official/backup:create
Devops
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
Deploy PostgreSQL
Deploys PostgreSQL database on a server
➜ proggy run
official/postgresql:deploy
Setup Redis
Deploys Redis on a server
➜ proggy run
official/redis:deploy
Deploy Caddy to Server
Deploys Caddy web server on a new server
➜ proggy run
official/caddy:deploy
Upload File To Server
Upload a folder to a server
➜ proggy run
official/ssh:upload