Add code syntax around files

This commit is contained in:
Mike Solomon
2025-04-14 07:49:51 -07:00
parent 0577257bea
commit 3d855d353b
2 changed files with 7 additions and 7 deletions

View File

@@ -82,8 +82,8 @@ The following table contains all of the variables/arguments you need to add to y
| Variable Name | Required | Default | Description |
|---------------------------------------------------|----------|---------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| `MODERNE_DX_ORGANIZATION_URL` | `true` | | The URL of your GraphQL service that provides organization information. Cannot be combined with `MODERNE_DX_ORGANIZATION_REPOSCSV`. |
| `MODERNE_DX_ORGANIZATION_REPOSCSV` | `true` | | The path of your repos.csv file that provides organization information. Cannot be combined with `MODERNE_DX_ORGANIZATION_URL`. |
| `MODERNE_DX_ORGANIZATION_DEVCENTERJSON` | `false` | | The path of your devcenter.json file that provides the devCenter configurations. |
| `MODERNE_DX_ORGANIZATION_REPOSCSV` | `true` | | The path of your `repos.csv` file that provides organization information. Cannot be combined with `MODERNE_DX_ORGANIZATION_URL`. |
| `MODERNE_DX_ORGANIZATION_DEVCENTERJSON` | `false` | | The path of your `devcenter.json` file that provides the devCenter configurations. |
| `MODERNE_DX_ORGANIZATION_DEFAULTCOMMITOPTIONS` | `false` | | The commit options used if not specified by the organization service. |
| `MODERNE_DX_ORGANIZATION_UPDATE_INTERVAL_SECONDS` | `false` | `600` | Specifies how often to request your organization information. Only used when combined with `MODERNE_DX_ORGANIZATION_URL`. |
| `MODERNE_DX_ORGANIZATION_SKIPSSL` | `false` | `false` | Specifies whether or not to skip SSL validation for HTTP connections to this Organization service instance. Only used when combined with `MODERNE_DX_ORGANIZATION_URL`. This must be set to `true` if you use a self-signed SSL/TLS certificate. |
@@ -107,8 +107,8 @@ docker run \
| Argument Name | Required | Default | Description |
|---------------------------------------------------|----------|---------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| `--moderne.dx.organization.url` | `true` | | The URL of your GraphQL service that provides organization information. Cannot be combined with `--moderne.dx.organization.reposCsv`. |
| `--moderne.dx.organization.reposCsv` | `true` | | The path of your repos.csv file that provides organization information. Cannot be combined with `--moderne.dx.organization.url`. |
| `--moderne.dx.organization.devCenterJson` | `true` | | The path of your devcenter.json file that provides the devCenter configurations. |
| `--moderne.dx.organization.reposCsv` | `true` | | The path of your `repos.csv` file that provides organization information. Cannot be combined with `--moderne.dx.organization.url`. |
| `--moderne.dx.organization.devCenterJson` | `true` | | The path of your `devcenter.json` file that provides the devCenter configurations. |
| `--moderne.dx.organization.defaultCommitOptions` | `false` | | The commit options used if not specified by the organization service. |
| `--moderne.dx.organization.updateIntervalSeconds` | `false` | `600` | Specifies how often to request your organization information. Only used when combined with `--moderne.dx.organization.url`. |
| `--moderne.dx.organization.skipSsl` | `false` | `false` | Specifies whether or not to skip SSL validation for HTTP connections to this Organization service instance. Only used when combined with `--moderne.dx.organization.url`. This must be set to `true` if you use a self-signed SSL/TLS certificate. |

View File

@@ -271,8 +271,8 @@ java -jar moderne-dx-{version}.jar \
| Variable Name | Required | Default | Description |
|---------------------------------------------------|----------|---------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| `MODERNE_DX_ORGANIZATION_URL` | `true` | | The URL of your GraphQL service that provides organization information. Cannot be combined with `MODERNE_DX_ORGANIZATION_REPOSCSV`. |
| `MODERNE_DX_ORGANIZATION_REPOSCSV` | `true` | | The path of your repos.csv file that provides organization information. Cannot be combined with `MODERNE_DX_ORGANIZATION_URL`. |
| `MODERNE_DX_ORGANIZATION_DEVCENTERJSON` | `false` | | The path of your devcenter.json file that provides the devCenter configurations. |
| `MODERNE_DX_ORGANIZATION_REPOSCSV` | `true` | | The path of your `repos.csv` file that provides organization information. Cannot be combined with `MODERNE_DX_ORGANIZATION_URL`. |
| `MODERNE_DX_ORGANIZATION_DEVCENTERJSON` | `false` | | The path of your `devcenter.json` file that provides the devCenter configurations. |
| `MODERNE_DX_ORGANIZATION_DEFAULTCOMMITOPTIONS` | `false` | | The commit options used if not specified by the organization service. |
| `MODERNE_DX_ORGANIZATION_UPDATE_INTERVAL_SECONDS` | `false` | `600` | Specifies how often to request your organization information. Only used when combined with `MODERNE_DX_ORGANIZATION_URL`. |
| `MODERNE_DX_ORGANIZATION_SKIPSSL` | `false` | `false` | Specifies whether or not to skip SSL validation for HTTP connections to this Organization service instance. Only used when combined with `MODERNE_DX_ORGANIZATION_URL`. This must be set to `true` if you use a self-signed SSL/TLS certificate. |
@@ -297,7 +297,7 @@ docker run \
|---------------------------------------------------|----------|---------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| `--moderne.dx.organization.url` | `true` | | The URL of your GraphQL service that provides organization information. Cannot be combined with `--moderne.dx.organization.url`. |
| `--moderne.dx.organization.reposCsv` | `true` | | The path of your repos.csv file that provides organization information. Cannot be combined with `--moderne.dx.organization.reposCsv`. |
| `--moderne.dx.organization.devCenterJson` | `false` | | The path of your devcenter.json file that provides the devCenter configurations. |
| `--moderne.dx.organization.devCenterJson` | `false` | | The path of your `devcenter.json` file that provides the devCenter configurations. |
| `--moderne.dx.organization.defaultCommitOptions` | `false` | | The commit options used if not specified by the organization service. |
| `--moderne.dx.organization.updateIntervalSeconds` | `false` | `600` | Specifies how often to request your organization information. Only used when combined with `--moderne.dx.organization.url`. |
| `--moderne.dx.organization.skipSsl` | `false` | `false` | Specifies whether or not to skip SSL validation for HTTP connections to this Organization service instance. Only used when combined with `--moderne.dx.organization.url`. This must be set to `true` if you use a self-signed SSL/TLS certificate. |