Skip to content

Latest commit

 

History

History
63 lines (39 loc) · 1.16 KB

COMMANDS.md

File metadata and controls

63 lines (39 loc) · 1.16 KB

Commands

Instances

Deploy

Use this when needing to deploy a brand new instance. It will create the NAMESPACE and run CloudFlare related commands (if needed).

make deploy NAMESPACE=yourproject [email protected]

Update

Use this to update all instances to a newly tagged image.

make update

Install

Use this to install Chevereto from the command line.

make install NAMESPACE=yourproject ADMIN_USER=admin [email protected] ADMIN_PASSWORD=mypassword

Destroy

Use this when needing to destroy an instance.

This will run cloudflare--delete, down--volumes and remove the NAMESPACE.

make destroy NAMESPACE=yourproject

Proxy

Proxy create

Run this command to create the ingress proxy, which will create the network and containers.

make proxy

Proxy view

Run this command to view the ingress proxy configuration.

make proxy--view

Proxy remove

Run this command if you need to destroy the ingress proxy, which will remove the network and containers.

make proxy--remove