Following the terraform scheme for specifying a plugins directory:
Windows: %APPDATA%\.terraform.d\plugins -> %APPDATA%\.create-fullstack\plugins
Mac OS/Linux: $HOME/.create-fullstack/plugins
type CmdContext struct {
Logger *zap.Logger CliUi *cliui.ColorUi Version string BuildDate string ExecutableName string GlobalPluginsDir string// the parent dir storing all plugins directories}
Contains the shared parameters that all commands need access to.