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
calm update project -f <project_file>. command update the project with the file data. All data is overrided as of now.
Need a way to pass existing environments in project file.
Ex:
class Project1(Project):
envs = [Env1, Env2]
env_refs = [Ref.Environment("Existing environment with this project")]
Where env_refs will take existing environments to be remain in the project
The text was updated successfully, but these errors were encountered:
Agree with your above better comment. We use separate environment files and do not create envs within the project file. Maybe a switch at project update which will not remove existing? Also a switch to ensure users/groups are not removed from the project if not included in the project.py file (most customers want to separate their envs and users/groups from the project file in order to keep them as atomic as possible.
calm update project -f <project_file>.
command update the project with the file data. All data is overrided as of now.Need a way to pass existing environments in project file.
Ex:
Where env_refs will take existing environments to be remain in the project
The text was updated successfully, but these errors were encountered: