-
**Is your feature request related to a problem? Please describe.**
Give a proper error message, when the API key is missing
CLI Version: `Flowpipe v0.1.0`
```
$ flowpipe pipeline run uptimerobot…
-
Pipeline output:
```
{
"output": {
"val": "john",
"val_2": "victor"
},
"flowpipe": {
"execution_id": "exec_cqgfdb4204vt049ovip0",
"pipeline": "tes…
-
**Describe the bug**
A clear and concise description of what the bug is.
Flowpipe s3 bucket encryption pipeline (aws.pipeline.put_s3_bucket_encryption) isn't working we get an
Error: Internal Erro…
-
**Describe the bug**
While running flowpipe in the default interactive mode for detect and correct pipelines, the spinner seems to get stuck and using `Ctrl+C` doesn't let me terminate the command/pr…
-
## Context
When attempting to utilise a variable in the Pipeline index string, as shown below:
```hcl
step "pipeline" "pl_step" {
pipeline = pipeline["pipeline_prefix_${var.some_variable}"]
}…
-
```julia
include("/home/mforets/Projects/ARCH2021_AFF/models/Gearbox/gearbox.jl")
const boxdirs = BoxDirections{Float64, Vector{Float64}}(6);
const octdirs = CustomDirections([Vector(vi) for vi i…
-
I would expect that the below would result in the step `test` not being run, but seemingly it runs.
```hcl
mod "local" {
title = "if-loop"
}
pipeline "test" {
param "messages" {
t…
-
```bash
$ flowpipe mod list
local
└── github.com/turbot/flowpipe-mod-reallyfreegeoip@v0.0.1-rc.2
$ flowpipe mod list --output json
local
└── github.com/turbot/flowpipe-mod-reallyfreegeoip@…
-
## Context
I have a pipeline in a dependency mod `aws.pipeline.list_s3_buckets` which I wish to run in a pipeline step.
Both of the following approaches give me the same error: `Internal Error: Fa…
-
https://aquaproj.github.io/ looks like a decent binary installer, which might be a useful fallback strategy, especially for go tools
Its github action installer is reasonable, but not as mature as …