Skip to content
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 to commands where it's missing #33

Open
kirtangajjar opened this issue Nov 15, 2018 · 1 comment
Open

Add examples to commands where it's missing #33

kirtangajjar opened this issue Nov 15, 2018 · 1 comment
Labels
documentation Documentation related issue.

Comments

@kirtangajjar
Copy link
Contributor

No description provided.

@mbtamuli
Copy link
Contributor

  1. An example of examples present in the command's doc

    ### EXAMPLES
    # Create html site
    $ ee site create example.com
    # Create html site with ssl from letsencrypt
    $ ee site create example.com --ssl=le
    # Create html site with wildcard ssl
    $ ee site create example.com --ssl=le --wildcard

  2. An example of examples not being present.

    # ee site ssl
    Verifies ssl challenge and also renews certificates(if expired).
    ### OPTIONS
    <site-name>
    : Name of website.
    [\--force]
    : Force renewal.
    ### GLOBAL PARAMETERS
    | **Argument** | **Description** |
    |:----------------|:-----------------------------|
    | `--sites_path=<path>` | Absolute path to where all sites will be stored. |
    | `--locale=<locale>` | Locale for WordPress. |
    | `--le-mail=<le-mail>` | Mail-id to be used for letsencrypt. |
    | `--[no-]color` | Whether to colorize the output. |
    | `--debug[=<group>]` | Show all PHP errors; add verbosity to EE bootstrap. |
    | `--prompt[=<assoc>]` | Prompt the user to enter values for all command arguments, or a subset specified as comma-separated values. |
    | `--quiet` | Suppress informational messages. |

@rahul286 rahul286 added the documentation Documentation related issue. label Nov 16, 2018
@kirtangajjar kirtangajjar removed their assignment Jul 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Documentation related issue.
Projects
None yet
Development

No branches or pull requests

3 participants