Alias Connection

About

An alias connection permits to create a relative connection from an existing one..

Example

In this scenario, you want to refer to the directory pipeline@app via @pipeline

ie you have stored your pipeline in a subdirectory of the app directory called pipeline and you don't want to use

pipeline/01-pipeline@app

but you want to use

01-pipeline@pipeline

In your configuration vault, you would add the following pipeline connection

connections:
  pipeline:
    uri: 'alias:pipeline@app'

URI Syntax

You can create alias connection with the following URI:

alias:path@connection-name
Task Runner