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

Feature/interactively invoke custom tasks #264

Open
wants to merge 17 commits into
base: main
Choose a base branch
from
Open
Prev Previous commit
Next Next commit
Updates docs
bomoko committed Feb 20, 2023
commit 9e8f8bae29dd42aa69ce76e3de18b2b9e3b49a34
1 change: 1 addition & 0 deletions docs/commands/lagoon_run_task.md
Original file line number Diff line number Diff line change
@@ -42,4 +42,5 @@ lagoon run task [flags]
### SEE ALSO

* [lagoon run](lagoon_run.md) - Run a task against an environment
* [lagoon run task interactive](lagoon_run_task_interactive.md) - Interactively run a custom task against an environment

43 changes: 43 additions & 0 deletions docs/commands/lagoon_run_task_interactive.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
## lagoon run task interactive

Interactively run a custom task against an environment

### Synopsis

Interactively run a custom task against an environment
Provides prompts for arguments
example:
lagoon run invoke interactive -p example -e main


```
lagoon run task interactive [flags]
```

### Options

```
-h, --help help for interactive
```

### Options inherited from parent commands

```
--config-file string Path to the config file to use (must be *.yml or *.yaml)
--debug Enable debugging output (if supported)
-e, --environment string Specify an environment to use
--force Force yes on prompts (if supported)
-l, --lagoon string The Lagoon instance to interact with
--no-header No header on table (if supported)
--output-csv Output as CSV (if supported)
--output-json Output as JSON (if supported)
--pretty Make JSON pretty (if supported)
-p, --project string Specify a project to use
--skip-update-check Skip checking for updates
-i, --ssh-key string Specify path to a specific SSH key to use for lagoon authentication
```

### SEE ALSO

* [lagoon run task](lagoon_run_task.md) - Run a custom task registered against an environment