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
I am trying to run aspirate generate inside GitHub Action. When the program asks for parameters, I get the following error:
aspirate generate
(!) Cannot obtain non-generated values for inputs in non-interactive mode. Inputs are required according to the manifest.
This is the full command that I am running:
aspirate generate --non-interactive --disable-secrets --namespace project-namespace -ct dev-latest --include-dashboard true --image-pull-policy Always
This is the output from the console:
Handle deployments of a .NET Aspire AppHost ── Handling Aspirate State ───────────────────────────────────────────────────── ── Handling Aspirate Secrets ─────────────────────────────────────────────────── Secrets are disabled. Non-interactive mode enabled. ── Handling Configuration ────────────────────────────────────────────────────── Successfully loaded existing aspirate bootstrap settings from '.'. ── Handling Aspire Manifest ──────────────────────────────────────────────────── Generating Aspire Manifest for supplied App Host (✔) Done: Created Aspire Manifest At Path: /home/runner/work/<repo>/manifest.json ── Selecting Required Components ─────────────────────────────────────────────── Non-Interactive Mode: Processing all components in the loaded file. ── Handling Aspire Dashboard ─────────────────────────────────────────────────── ── Handling Inputs ───────────────────────────────────────────────────────────── (!) Cannot obtain non-generated values for inputs in non-interactive mode. Inputs are required according to the manifest. (1): Aspirate will now exit.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
🔥 Bug Description
I am trying to run
aspirate generate
inside GitHub Action. When the program asks for parameters, I get the following error:This is the full command that I am running:
This is the output from the console:
The text was updated successfully, but these errors were encountered: