diff --git a/Guides/CLI/beta/commands.md b/Guides/CLI/beta/commands.md index acb1209..dbf715c 100644 --- a/Guides/CLI/beta/commands.md +++ b/Guides/CLI/beta/commands.md @@ -89,6 +89,7 @@ Usage: folderr-cli install [flags] Flags: + -a, --authorization Authorization token for private repositories. Init will fail if the repository is private and this is not used. -h, --help help for install Global Flags: diff --git a/Guides/Folderr/2.0.0/config.md b/Guides/Folderr/2.0.0/config.md index 8e4399d..3776241 100644 --- a/Guides/Folderr/2.0.0/config.md +++ b/Guides/Folderr/2.0.0/config.md @@ -85,11 +85,11 @@ url: mongodb://localhost/folderr Configuration for emails. Goes in `configs/email.yaml`. 100% optional. -Variable | Description | Type | Example or Default? | Optional --------------------------------- | ---------------------------------- | ------- | ---------------------- | --- -sendingEmail | Email the emailer displays | String | `no-reply@example.com` | Yes -[mailerOptions](#mailer-options) | Options for emailer | Object | | Yes -selfTest | Whether or not to test the emailer | Boolean | `true`, default | Yes +Variable | Description | Type | Example or Default? | Optional +-------------------------------- | ---------------------------------------------------------------------------- | ------- | ---------------------- | --- +sendingEmail | Email the emailer displays | String | `no-reply@example.com` | Yes +[mailerOptions](#mailer-options) | Options for emailer | Object | | Yes +selfTest | Whether or not to test the emailer by sending an email to the `sendingEmail` | Boolean | `true`, default | Yes ### Mailer Options @@ -131,5 +131,5 @@ mailerOptions: host: example.com tls: rejectUnauthorized: false # In case you have a bad certificate. -sendingEmail: No-Reply , +sendingEmail: "No-Reply " ```