Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 1.14 KB

README.md

File metadata and controls

27 lines (20 loc) · 1.14 KB

openiap assistant

Allows easily creating boiler plate code, generate tokens and publish agent code for openiap flow or testing SDK's

Features

Manage connections to multiple openflow instance Pack code, using npm Pack and upload packages to openflow Add boiler plate code ( comming soon )

Getting started

See getting started guide at

Extension Settings

This extension currently have the following settings:

  • openiap.flow.credentials: List of openflow instances you can push to

You Command palette and search for "openiap" for a list of commands.

  • addflowconfig: Add connection to openflow, prompts to overwrite
  • deleteflowconfig: Remove an existing connection to openflow
  • packproject: Creates tar file with current project in root of workspace
  • pushproject: Prompts for connection, create and uploads tar file and then cleans up
  • initproject: Prompts for connection, and then add exmaple package.json and example configuration to launch.json
  • addpackageconfig: Add an example configuration package.json
  • addlaunchconfig: Prompts for connection if package.json exists, and then add an example configuration to launch.json