From 9ddb5cd4d4bb976a8d02a1d671b9c7056a8539c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ey=C3=BE=C3=B3r=20Magn=C3=BAsson?= Date: Wed, 29 Jan 2020 19:48:26 +0100 Subject: [PATCH] docs: fix command name --- docs/reference/config.md | 4 ++-- garden-service/src/config/project.ts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/reference/config.md b/docs/reference/config.md index a5c77ddd5f..9ab5f6c766 100644 --- a/docs/reference/config.md +++ b/docs/reference/config.md @@ -83,7 +83,7 @@ modules: # guide](https://docs.garden.io/guides/configuration-files#including-excluding-files-and-directories) for details. exclude: -# A list of output values that the project should export. These are exported by the `garden outputs` command, +# A list of output values that the project should export. These are exported by the `garden get outputs` command, # as well as when referencing a project as a sub-project within another project. # # You may use any template strings to specify the values, including references to provider outputs, module @@ -290,7 +290,7 @@ modules: #### `outputs` -A list of output values that the project should export. These are exported by the `garden outputs` command, +A list of output values that the project should export. These are exported by the `garden get outputs` command, as well as when referencing a project as a sub-project within another project. You may use any template strings to specify the values, including references to provider outputs, module diff --git a/garden-service/src/config/project.ts b/garden-service/src/config/project.ts index c34b0d6356..3ded1a0a26 100644 --- a/garden-service/src/config/project.ts +++ b/garden-service/src/config/project.ts @@ -286,7 +286,7 @@ export const projectSchema = joi .unique("name") .description( dedent` - A list of output values that the project should export. These are exported by the \`garden outputs\` command, + A list of output values that the project should export. These are exported by the \`garden get outputs\` command, as well as when referencing a project as a sub-project within another project. You may use any template strings to specify the values, including references to provider outputs, module