You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, in certain cases it makes sense to also allow adding files to other stages. Right now this would require calling keptnInit again, which is quite a heavy function (e.g., check if project exists, check if stage exists, check if service exists, ...).
It would be easier for the end-user to allow specifying a stage (and service) where files should be added to, e.g.:
Right now it is only possible to add files for pre-defined services and stages, e.g.:
would only add files to the specified stage
dev
.However, in certain cases it makes sense to also allow adding files to other stages. Right now this would require calling
keptnInit
again, which is quite a heavy function (e.g., check if project exists, check if stage exists, check if service exists, ...).It would be easier for the end-user to allow specifying a stage (and service) where files should be added to, e.g.:
Definition of Done
addResource
function available for adding files to a specifc stage and serviceThe text was updated successfully, but these errors were encountered: