Skip to content
This repository was archived by the owner on Oct 28, 2022. It is now read-only.

Binding different subscriptions to multiple targets via CLI flags #588

Answered by karimra
szebedy asked this question in Q&A
Discussion options

You must be logged in to vote

Hi,

Binding different paths to different targets on the cli is not possible, the subscribe cli command creates a single subscription that applies to all targets.

Your command created the equivalent of:

targets:
  device_1:
    address: address_1
  device_2:
    address: address_2

subscriptions:
  sub_1:
    paths:
      - /path/1
      - /path/2
      - /path/3

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by szebedy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants