Files
wild-cloud/my-templates/apps/README.md

644 B

My Wild-cloud Apps

This directory contains the definitions for your wild-cloud apps. You can change them however you like. You should keep them all in git and make commits anytime you change something. Some wild commands will overwrite files in your app directory (like when you are updating apps, or updating your configuration) so you'll want to review any changes made to your files after using them using git.

Usage

To list all available apps:

wild-cloud-app-list

To add a new app:

wild-cloud-add <app>

To install the app:

wild-cloud-install <app>

To update the app:

TBD