Skip to content

Commit

Permalink
update file & dir inputs descs
Browse files Browse the repository at this point in the history
Signed-off-by: Antoine THEBAUD <[email protected]>
  • Loading branch information
Antoine THEBAUD committed Dec 6, 2024
1 parent 63f4715 commit 37f2120
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions actions/apply_resources/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ inputs:
description: The URL of the Perses API server where to deploy the dashboard preview.
required: true
directory:
description: Path to the directory containing the resources consumed by the command.
description: Path to the directory containing the resources consumed by the command (mutually exclusive with `file`).
required: false
file:
description: Path to the file that contains the resources consumed by the command.
description: Path to the file that contains the resources consumed by the command (mutually exclusive with `directory`).
required: false
username:
description: Username for basic authentication to the API server.
Expand Down
4 changes: 2 additions & 2 deletions actions/build_dac/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: Build the dashboards as code
description: Run the `dac build` command of percli to build the dashboards as code
inputs:
directory:
description: Path to the directory containing the resources consumed by the command.
description: Path to the directory containing the resources consumed by the command (mutually exclusive with `file`).
required: false
file:
description: Path to the file that contains the resources consumed by the command.
description: Path to the file that contains the resources consumed by the command (mutually exclusive with `directory`).
required: false
mode:
description: Mode for the output. Must be either file to automatically save the content to file(s), or `stdout` to print on the standard output. (default "file")
Expand Down
4 changes: 2 additions & 2 deletions actions/diff_dashboards/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ inputs:
description: The URL of the Perses API server where to deploy the dashboard preview.
required: true
directory:
description: Path to the directory containing the resources consumed by the command.
description: Path to the directory containing the resources consumed by the command (mutually exclusive with `file`).
required: false
file:
description: Path to the file that contains the resources consumed by the command.
description: Path to the file that contains the resources consumed by the command (mutually exclusive with `directory`).
required: false
username:
description: Username for basic authentication to the API server.
Expand Down
4 changes: 2 additions & 2 deletions actions/preview_dashboards/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ inputs:
description: The URL of the Perses API server where to deploy the dashboard preview.
required: true
directory:
description: Path to the directory containing the resources consumed by the command.
description: Path to the directory containing the resources consumed by the command (mutually exclusive with `file`).
required: false
file:
description: Path to the file that contains the resources consumed by the command.
description: Path to the file that contains the resources consumed by the command (mutually exclusive with `directory`).
required: false
username:
description: Username for basic authentication to the API server.
Expand Down
4 changes: 2 additions & 2 deletions actions/validate_resources/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: Validate resources
description: Run the `lint` command of percli to validate Perses resources
inputs:
directory:
description: Path to the directory containing the resources consumed by the command.
description: Path to the directory containing the resources consumed by the command (mutually exclusive with `file`).
required: false
file:
description: Path to the file that contains the resources consumed by the command.
description: Path to the file that contains the resources consumed by the command (mutually exclusive with `directory`).
required: false
online:
description: When enabled, it can request the API to make additional validation.
Expand Down

0 comments on commit 37f2120

Please sign in to comment.