-
Notifications
You must be signed in to change notification settings - Fork 31
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
Create online commands for deploying/undeploying #42
Comments
I would like to discuss how to create undeploy command for domain (its behaviour) There is mainly one concern and that is deployment in repository vs being deployed to some specific server groups. The deployment can't be removed from deployment repository till it is used by some server group. Here is the problematic part, which is to decide whether it should be only undeployed/removed from specified server group or also from the deployment repository. |
The easiest way seems to me making builder over CLI operation |
The undeploy command can have options specific to managed domain that would specify the intended behavior. The key here is the default behavior where no such options are provided -- should it undeploy from all server groups and remove from content repository? Seems quite brutal, but probably closest to the standalone case. Or any other options? |
Fixed by #57. |
refactor: CredentialRef contains CredentialRefBuilder
There should be created command, which will allow to easily create deployment operation, which can be used for both: server in standalone and in domain mode.
The text was updated successfully, but these errors were encountered: