logo
Steps
1
Introduction
2
List APIs
3
Create Projects
4
List Projects
5
Validate APIs
6
Importing APIs
7
Generate Mock Applications
8
Exporting APIs
9
Key Takeaways

Overview

This walkthrough illustrates the functional usage of the CLI Plugin for TIBCO Cloud™ API Modeler. 
The CLI Plugin for TIBCO Cloud™ API Modeler enables developers (and users) to automate tasks like: 
  • listing APIs within an organization, within a specific project, or by API type or a combination of these options. 
  • importing one or multiple APIs within specific projects in JSON or YAML format.
  • exporting one or multiple APIs within specific projects in JSON or YAML format.
  • creating projects within an organization.
  • validating APIs (in JSON or YAML format) from a specified location
  • generating mock applications from an OpenAPI specification

What you will need

  1. Access to the new TIBCO Cloud API Modeler.
    1. If you need access to the new TIBCO Cloud API Modeler, please reach out to TIBCO Support at support@tibco.com
  2. Access to the open-source CLI plugin for TIBCO Cloud API Modeler

What you will learn

  • Ease of installing and using the CLI plugin for TIBCO Cloud API Modeler.
  • Developer-friendly API Modeling Experience for Open & Event-driven APIs.

Setup and Installation of the CLI Plugin

The open-source CLI plugin (covers the installation steps) for TIBCO Cloud API Modeler is available via the Github link provided below

Security (Authorization)

After the CLI plugin installation, users need to execute the below command to authorize user access to the TIBCO Cloud platform before any commands via CLI can be executed successfully.
Authorize User Access
tibco profiles:initialize command basically creates a profile to store the region and organization-specific information based on the user access. Multiple profiles can also be created using this command. More details about this command and its usage can be found using the below link.
Next
Discussion
You
0