
Security News
Crates.io Users Targeted by Phishing Emails
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
@heroku-cli/plugin-data-connectors
Advanced tools
A Heroku CLI Plugin for managing Heroku Data Connectors
A Heroku CLI Plugin for managing Heroku Data Connections
You can read more about Heroku Data Connectors on Dev Center.
$ heroku plugins:install data-connectors
$ heroku COMMAND
running command...
$ heroku (-v|--version|version)
@heroku-cli/plugin-data-connectors/0.2.2 darwin-x64 node-v12.10.0
$ heroku --help [COMMAND]
USAGE
$ heroku COMMAND
...
heroku data:connectors
heroku data:connectors:create
heroku data:connectors:destroy [CONNECTOR]
heroku data:connectors:info [CONNECTOR]
heroku data:connectors:pause [CONNECTOR]
heroku data:connectors:resume [CONNECTOR]
heroku data:connectors:update [CONNECTOR]
heroku data:connectors:wait [CONNECTOR]
heroku data:connectors
List all Data Connectors for a particular app or addon
USAGE
$ heroku data:connectors
OPTIONS
-a, --app=app app to run command against
-r, --remote=remote git remote of app to use
--addon=addon The ID or name for the addon your your connector is attached to
--json Return the results as JSON
--table Return the results as a table
DESCRIPTION
Read more about this feature at https://devcenter.heroku.com/articles/heroku-data-connectors
ALIASES
$ heroku data:connectors:list
EXAMPLES
heroku data:connectors -a your-app
heroku data:connectors --app=your-app --json
heroku data:connectors --addon=your-postgres-addon --table
See code: src/commands/data/connectors/index.ts
heroku data:connectors:create
create a new Data Connector
USAGE
$ heroku data:connectors:create
OPTIONS
-a, --app=app app to run command against
-t, --table=table (required) Tables to include
--exclude-column=exclude-column Columns to exclude
--name=name Name of the connector
--source=source (required) The name of the database add-on whose change data you want to store
--store=store (required) The name of the database add-on that will store the change data
DESCRIPTION
Read more about this feature at https://devcenter.heroku.com/articles/heroku-data-connectors
EXAMPLES
$ heroku data:connectors:create --store kafka-lovely-12345 --source postgresql-neato-98765 --table public.posts
--table public.comments
$ heroku data:connectors:create --store kafka-lovely-12345 --source postgresql-neato-98765 --table public.users
--exclude-column public.users.password
See code: src/commands/data/connectors/create.ts
heroku data:connectors:destroy [CONNECTOR]
Destroy a Data Connector
USAGE
$ heroku data:connectors:destroy [CONNECTOR]
OPTIONS
--confirm=confirm confirms destroying the connector if passed in
DESCRIPTION
Read more about this feature at https://devcenter.heroku.com/articles/heroku-data-connectors
EXAMPLES
$ heroku data:connectors:destroy gentle-connector-1234
$ heroku data:connectors:destroy gentle-connector-1234 --confirm gentle-connector-1234
See code: src/commands/data/connectors/destroy.ts
heroku data:connectors:info [CONNECTOR]
Get information about a Data Connector
USAGE
$ heroku data:connectors:info [CONNECTOR]
OPTIONS
--json Return the results as JSON
DESCRIPTION
Read more about this feature at https://devcenter.heroku.com/articles/heroku-data-connectors
EXAMPLES
$ heroku data:connectors:info gentle-connector-1234
$ heroku data:connectors:info gentle-connector-1234 --json
See code: src/commands/data/connectors/info.ts
heroku data:connectors:pause [CONNECTOR]
Pause change event creation on a Data Connector
USAGE
$ heroku data:connectors:pause [CONNECTOR]
DESCRIPTION
Read more about this feature at https://devcenter.heroku.com/articles/heroku-data-connectors
EXAMPLE
$ heroku data:connectors:pause gentle-connector-1234
See code: src/commands/data/connectors/pause.ts
heroku data:connectors:resume [CONNECTOR]
Resume change event creation on a Data Connector
USAGE
$ heroku data:connectors:resume [CONNECTOR]
DESCRIPTION
Read more about this feature at https://devcenter.heroku.com/articles/heroku-data-connectors
EXAMPLE
$ heroku data:connectors:resume gentle-connector-1234
See code: src/commands/data/connectors/resume.ts
heroku data:connectors:update [CONNECTOR]
Update the settings, tables, and columns to exclude for a Data Connector
USAGE
$ heroku data:connectors:update [CONNECTOR]
OPTIONS
--add-table=add-table Tables to add
--exclude-column=exclude-column Columns to exclude
--remove-excluded-column=remove-excluded-column Columns to no longer exclude
--remove-table=remove-table Tables to remove
--setting=setting
DESCRIPTION
Read more about this feature at https://devcenter.heroku.com/articles/heroku-data-connectors#update-configuration
EXAMPLE
$ heroku data:connectors:update gentle-connector-1234 --setting key=value --setting otherKey=otherValue --add-table
public.posts --add-table public.people --remove-table public.messages --exclude-column public.posts.key
--remove-excluded-column public.parcels.key
See code: src/commands/data/connectors/update.ts
heroku data:connectors:wait [CONNECTOR]
Wait for your Data Connector to be provisioned
USAGE
$ heroku data:connectors:wait [CONNECTOR]
DESCRIPTION
Read more about this feature at https://devcenter.heroku.com/articles/heroku-data-connectors
EXAMPLE
$ heroku data:connectors:wait gentle-connector-1234
See code: src/commands/data/connectors/wait.ts
FAQs
A Heroku CLI Plugin for managing Heroku Data Connectors
We found that @heroku-cli/plugin-data-connectors demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 37 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
Product
Socket now lets you customize pull request alert headers, helping security teams share clear guidance right in PRs to speed reviews and reduce back-and-forth.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.