DEV Community

biagotaski for CTO.ai

Posted on

Use these SDKs to improve devs experience on workflows

Hi there!

Developers experience should be important as any other concept as it promote good experience on tools for developers so their performance and productivity can increase significantly.

To help companies on that mission, we have four differente SDKs, where each one is for the well-kwnown languages our there, which are:

  • JavaScript
  • Python
  • Go
  • Bash

So what can you do with these SDKs?

These SDKs are for those who use YML file for their workflows and want to display more information for developers during build and deploy phases, whether they trigger these workflows from Slack or via terminal.

Some methods can be used such as:

  • sdk.track() -> to track events
  • ux.print() -> if you want to display some message during the workflow execution for developers that are using Slack
  • sdk.start() -> initialize a remote workflow available in a current team

Note that all these SDKs works better when the Developer Control Plane is being used together, so all the information contained in the Control Plane will be presented for developers who are interacting with it.

You can try out the Developer Control Plane for free here.
And you can reach out to me or our team if you have any questions.

Happy Friday and happy code!

Top comments (0)