Set PREFIX to whichever prefix you want to use for your organization.
export PREFIX=abc
PREFIXis used in tagging images and in defining aliases or functions. Theawsfunction or alias defined in this toolset will be accessible throughabc.awswhen the prefix isabc😉. Of course one may setalias aws=abc.awswithin a shell to allow usage of the original command name :wink:.
Build all images in this repository by either running
. ./images
Setup aliases or function definitions in your current shell by running
. ./setup