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
Have you considered adding the ability to deploy a specific resource instead of deploying all at once? For example, deploy only the KVM "KVM_A" and avoid updating all the KVMs declared under my kvms.json file.
This can be applied to:
Target Servers
KVMs
Api Products
Apps
I have some changes ready in case you would like me to raise a PR!
The text was updated successfully, but these errors were encountered:
The tools does support it for kvms.. It looks for any files that has a prefix "kvms" within the "kvms" directory. So in your case, you can include just that in the kvms directory
And thats true with any other entities as well... Just have the "prefix", for example "targetServers-abc.json"
Hi team,
Have you considered adding the ability to deploy a specific resource instead of deploying all at once? For example, deploy only the KVM "KVM_A" and avoid updating all the KVMs declared under my kvms.json file.
This can be applied to:
I have some changes ready in case you would like me to raise a PR!
The text was updated successfully, but these errors were encountered: