pantheon-systems / terminus-secrets-plugin

A simple secrets management plugin for Terminus
MIT License
24 stars 14 forks source link

Unable to get plugin to install #30

Open rpeterman-gp opened 2 years ago

rpeterman-gp commented 2 years ago

Currently on Terminus 3.0.6.

When I run the documented install command, terminus self:plugin:install pantheon-systems/terminus-secrets-plugin, I get the following error:

[error] Please update Composer to enable plugin management. Run composer self-update.

Composer has been updated to 2.2.8, but running the install command for the plugin continues to give the error to update Composer.

greg-1-anderson commented 2 years ago

Do you have Composer defined as an alias in your shell? Terminus is going to run whichever Composer is in. your $PATH; perhaps it is running a different one than you get when you run it from the shell?

davereid-pfg commented 2 years ago

I think the commend for installing has somehow changed, can you try running terminus self:plugin:install terminus-secrets-plugin (without the pantheon-systems/ part)?

davereid-pfg commented 2 years ago

See https://github.com/pantheon-systems/terminus-secrets-plugin/pull/27