We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When a forge infrastructure is described (from an infra repo), we could run forjj on top on it, like deploying a Development forge.
But, such forge often requires some secrets to be defined before for forjj to work properly.
forjj
forjj should detect if secrets has never been defined on the selected deployment.
Then forjj should ask interactively for those secrets with appropriate documentation described by each plugins and save it
forjj secrets should be able to provide the flag description or documentation and get more details with forjj secrets describe
forjj secrets describe
The text was updated successfully, but these errors were encountered:
No branches or pull requests
feature context
When a forge infrastructure is described (from an infra repo), we could run forjj on top on it, like deploying a Development forge.
But, such forge often requires some secrets to be defined before for
forjj
to work properly.How
forjj
shoud behave?forjj
should detect if secrets has never been defined on the selected deployment.Then
forjj
should ask interactively for those secrets with appropriate documentation described by each plugins and save itforjj secrets should be able to provide the flag description or documentation and get more details with
forjj secrets describe
The text was updated successfully, but these errors were encountered: