CLI B2D Commands

This is a list of CLI B2D commands:

  • si storage list: get all existing storage parameters.
  • si storage create -path: create new storage parameters using the yaml file (as described above).
  • si storage update -path: update existing storage parameters using the yaml file (as described above).
  • si storage delete -type: delete existing storage parameters for a specific type.
    • For example: si storage delete -type `AMAZON_S3`.
  • si storage delete -type all: delete all existing storage parameters.
  • si connections list: get all existing connections.
  • si connections create -path: create a new connection as described in the yaml file above.
  • si connections delete -destination: delete connections for a specific destination.
  • si connections delete -destination all: deletes all destinations connections.
  • si connections update -path: updates an existing connection as described in the yaml file above.