Configurable commands · Issue #114 · sensorbee/sensorbee · GitHub
Skip to content

Configurable commands #114

Description

@disktnk

Currently, SensorBee's commands are hardcoded, so fix as configurable from build.yaml on build_sensorbee

Sample1:

build.yaml

commands:
  runfile:

then sensorbee has only sensorbee runfile command.

Sample2:

build.yaml

commands:
  shell:
  run:
  custom:
    pkg: repo
    path: path/to/repo

then sensorbee has run, shell, and repo commands. repo is user-customized command.

Default:

If no command is set-up in configuration, then build_sensorbee will make with default commands, run, shell, topology, exp, and runfile.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions