Connectors CLI
Use provon connectors to manage project connector integrations used for Finding handoff and other external workflows.
These commands require a project-scoped credential.
List Connectors#
provon connectors listConfigure A Connector#
provon connectors update github --enabled --config-file ./github-config.json --secret "$GITHUB_TOKEN"The connector kind determines the required config shape. Common kinds include:
slack, microsoft-teams, lark, notion, larkbase, monday, airtable, github, gitlab, linear, jira,
huggingfaceWithout --config-file, the command uses an empty default config for the connector kind. Use
--enabled to enable the connector or --disabled to disable it.
Delete A Connector#
provon connectors delete github