-
Notifications
You must be signed in to change notification settings - Fork 27
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
Add examples in site-command #113
Add examples in site-command #113
Conversation
Signed-off-by: Kirtan Gajjar <kirtangajjar95@gmail.com>
Signed-off-by: Kirtan Gajjar <kirtangajjar95@gmail.com>
Signed-off-by: Kirtan Gajjar <kirtangajjar95@gmail.com>
Signed-off-by: Kirtan Gajjar <kirtangajjar95@gmail.com>
* ## EXAMPLES | ||
* | ||
* # Delete site | ||
* $ ee site delete example.com |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In a new PR:
Add example which skips the prompt using --yes
flag.
* | ||
* # Enable site | ||
* $ ee site up example.com | ||
* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add example to re-enable and already enabled site using --force
flag.
* | ||
* # Restart all containers of site | ||
* $ ee site restart example.com | ||
* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add example to restart specific containers.
* | ||
* # Reload all containers of site | ||
* $ ee site reload example.com | ||
* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add example to reload specific containers.
* ## EXAMPLES | ||
* | ||
* # Create html site | ||
* $ ee site create example.com |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add --type=html
in this. If the default site type is configured to some other site-type then this will fail.
No description provided.