Security News
JSR Working Group Kicks Off with Ambitious Roadmap and Plans for Open Governance
At its inaugural meeting, the JSR Working Group outlined plans for an open governance model and a roadmap to enhance JavaScript package management.
@builtioflow/connector-builder
Advanced tools
Built.io Flow command line interface to create connectors and publish to Built.io Flow flow platform
Flow command line interface to create connectors and publish to flow platform
To use this connector builder clone this Project and run below command.
Run
npm install @builtioflow/connector-builder -g // use sudo for linux
Built.io Flow connector builder is a Command Line Interface tool for Built.io Flow. It lets you build your own applications for Built.io flow. Using Built.io Flow connector builder you can deploy your application to Built.io and share your application with others.
Following are the commands which Built.io Flow connector builder supports.
Use this command to display all the apps by current user.
flow connectors
Sample Output:
| App Name | Version | created_at |
|---------- |-----------------| -------------------------|
| Github | 1.0 | 2017-06-19T14:22:23.485Z |
| Facebook | 2.0 | 2017-06-20T11:11:24.485Z |
| Gmail | 2.0 | 2017-06-23T10:03:22.485Z |
Use this command to create an authentication scaffolding in the app.
flow auth
Use this command to create a scaffolding for trigger, action, lookup.
flow create trigger example
Use this command for building and deploying the application on Built.io Flow.
flow deploy
Use this command for download a .zip file of your app.
flow download
Use this command to list all the commands you can use.
flow help
Sample Output:
| Command | Example | Info |
|---------- |--------------------------------------|-----------------------------------------------------------|
| connectors | flow connectors | Displays all the connectors of the current user |
| auth | flow auth | Creates an authentication scaffolding in the app |
| create | flow create trigger trigger_name | Creates a scaffolding for trigger, action, lookup |
| deploy | flow deploy | Builds and deploys app to Built.io Flow |
| download | flow download | Downloads .zip of your application |
| help | flow help | Lists all the commands you can use |
| history | flow history | Shows the complete history of your current application |
| init | flow init example | Initializes a new flow app in your directory |
| login | flow login | Configures your deploy key and logs you in Built.io Flow |
| logout | flow logout | Deletes your access token from your home directory |
| share | flow share | Shares your application with other users |
| unshare | flow unshare | Unshares your application from a user |
| versions | flow versions | Displays all the versions of your current application |
Use this command to view the complete history of your current application.
flow history
Sample Output:
| User | Operation | Message | Date & Time |
|----------------|-------------------------|------------------------|-----------------------------|
| abc@gmail.com | Created trigger | Name: Received email | 2017-06-23T08:51:56.815Z |
| abc@gmail.com | Created action | Name: Save draft | 2017-06-23T09:10:22.248Z |
| abc@gmail.com | Deployed application | Version: 1 | 2017-06-23T09:10:30.702Z |
Use this command to create an initial project.
flow init [path] [foldername] --template=minimal
flow init example
minimal
Use this command for configuring your deploy key and logging into Built.io Flow
flow login
Use this command for deleting access token from your home directory.
flow logout
Use this command for linking a lookup to action or trigger field
flow set lookup_name action_name.field_name
## example if i want to link repo_list lookup to RepoName field in action get_repo_details
flow set repo_list repo_details.RepoName
Use this command for sharing your application with other users.
flow share
Use this command for unsharing your application from a user.
flow unshare
Use this command for displaying all the versions and their status of the current app.
flow versions
Sample Output:
| App name | Version | Status |
|---------- |:------------: |-----------|
| Github | 1 | Published |
| | 2 | Pending |
-----------------------------------------
To import all swagger api calls as an action in connector.
flow import <swagger file path>
FAQs
Built.io Flow command line interface to create connectors and publish to Built.io Flow flow platform
The npm package @builtioflow/connector-builder receives a total of 3 weekly downloads. As such, @builtioflow/connector-builder popularity was classified as not popular.
We found that @builtioflow/connector-builder demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 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
At its inaugural meeting, the JSR Working Group outlined plans for an open governance model and a roadmap to enhance JavaScript package management.
Security News
Research
An advanced npm supply chain attack is leveraging Ethereum smart contracts for decentralized, persistent malware control, evading traditional defenses.
Security News
Research
Attackers are impersonating Sindre Sorhus on npm with a fake 'chalk-node' package containing a malicious backdoor to compromise developers' projects.