Skip to content
New issue

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

Nitro CLI does not have a --configuration option for publish start #7848

Closed
RichardWhitfield opened this issue Dec 19, 2024 · 1 comment
Closed

Comments

@RichardWhitfield
Copy link

RichardWhitfield commented Dec 19, 2024

Product

Nitro

Is your feature request related to a problem?

When running dotnet nitro fusion-configuration publish start --api-key <someKey> if the command is not executed from the same folder as the .fgp file then the command will not complete with the error:
"Error: The task has already failed. Try restarting the operation."

Since there is no --configuration option available for this command unless you have created your .fgp file in the root folder (or navigate to the folder with the .fgp file) this command will not complete.

The solution you'd like

Given that most other commands which require the .fgp file have a --configuration option it would make sense to make this available for dotnet nitro fusion-configuration publish start as well.

@PascalSenn
Copy link
Member

@RichardWhitfield

I think your request just timed out. begin will reserve a slot for you, once your slot is ready for the deployment, you have 30s to start the composition. This is so a cancelled CI pipeline does not block your build pipline. If this timeout is reached, it will automatically fail.

There is no configuration needed for publish start you only need the configuration for publish validate and publish commit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants