Skip to content

RedHatInsights/app-common-bash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

app-common-bash

This library is used to create a script that will export all the necessary environment variables to use with Clowder.

Usage

To use the library, simply run the app-common-bash command and then pip the script output to their desired destination.

$ ./app-common-bash > vars.sh
$ source vars.sh
$ echo $CLOWDER_PUBLICPORT
8000