Conduit v0.13.0 release
New year, new release! We're excited to announce that Conduit v0.13.0 is off the press. This one includes some features we've been eager to ship for a while now.
Key Highlights
-
A more automated method for keeping your connector documentation up to date. For more information, check out the original discussion, and the updated Connector Specification documentation page.
-
Conduit doesn't include a User Interface anymore, but it comes with a Command Line Interface that we think will fit better the needs of our users. Check out its dedicated page in our docs here where we'll continue documenting its capabilities. Here's where the original discussion took place.
Extending the capabilities of our conduit
binary, in order to run the service, you'll need to use the following command now:
$ conduit run
When running simply conduit
in your terminal, you'll see all the available commands and options this new CLI provides:
$ conduit
Conduit CLI is a command-line that helps you interact with and manage Conduit.
Usage:
conduit [flags]
conduit [command]
Available Commands:
config Shows the configuration to be used when running Conduit.
connector-plugins Manage Connector Plugins
connectors Manage Conduit Connectors
help Help about any command
init Initialize Conduit with a configuration file and directories.
open Open in a web browser
pipelines Initialize and manage pipelines
processor-plugins Manage Processor Plugins
processors Manage Processors
run Run Conduit
version Show the current version of Conduit.
Flags:
--api.grpc.address string address where Conduit is running
--config.path string path to the configuration file
-h, --help help for conduit
-v, --version show the current Conduit version
Use "conduit [command] --help" for more information about a command.
Conduit OSS powers the Conduit Platform, where we provide a fully featured UI as a separate product offering that should better suit your enterprise needs.