All Projects → mulesoft-labs → api-console-cli

mulesoft-labs / api-console-cli

Licence: other
A CLI tools for the API console.

Programming Languages

javascript
184084 projects - #8 most used programming language
RAML
58 projects

Projects that are alternatives of or similar to api-console-cli

osprey-method-handler
Middleware for validating requests and responses based on a RAML method object
Stars: ✭ 14 (+0%)
Mutual labels:  raml, raml-tooling, raml-utilities
raml2obj
RAML to object.
Stars: ✭ 23 (+64.29%)
Mutual labels:  raml, raml-tooling, raml-utilities
node-raml-validate
Strict validation of RAML parameters in JavaScript
Stars: ✭ 18 (+28.57%)
Mutual labels:  raml, raml-tooling
raml-dotnet-parser-2
No description or website provided.
Stars: ✭ 17 (+21.43%)
Mutual labels:  raml, raml-tooling
oas-raml-converter
(DEPRECATED) Converts between OAS and RAML API specifications
Stars: ✭ 75 (+435.71%)
Mutual labels:  raml, raml-tooling
raml-java-client-generator
Raml Java Client Generator
Stars: ✭ 32 (+128.57%)
Mutual labels:  raml, raml-tooling
raml-sublime-plugin
Syntax highlighter for the RESTful API Modeling Language
Stars: ✭ 49 (+250%)
Mutual labels:  raml, raml-tooling
raml-typesystem
(deprecated) Typescript implementation of RAML type system
Stars: ✭ 15 (+7.14%)
Mutual labels:  raml, raml-tooling
commercetools-api-reference
commercetools API reference documentation
Stars: ✭ 41 (+192.86%)
Mutual labels:  raml, raml-utilities
raml-javascript-generator
Generate a JavaScript API client from RAML
Stars: ✭ 30 (+114.29%)
Mutual labels:  raml, raml-tooling
Raml2html
RAML to HTML documentation generator.
Stars: ✭ 1,108 (+7814.29%)
Mutual labels:  raml
Commerce Sdk
Stars: ✭ 63 (+350%)
Mutual labels:  raml
Raml Server
run a mocked server JUST based on a RAML API's definition .. zero coding
Stars: ✭ 158 (+1028.57%)
Mutual labels:  raml
Api Workbench
The API Workbench for RAML (deprecated)
Stars: ✭ 222 (+1485.71%)
Mutual labels:  raml
Vim Yaml Folds
YAML, RAML, EYAML & SaltStack SLS folding for Vim
Stars: ✭ 59 (+321.43%)
Mutual labels:  raml
Raml Examples
This repository contains valid RAML 1.0 examples. These examples are not only part of the spec, but also represent RAML features in different scenarios.
Stars: ✭ 154 (+1000%)
Mutual labels:  raml
Api Designer
A web editor for creating and sharing RAML API specifications
Stars: ✭ 1,019 (+7178.57%)
Mutual labels:  raml
Web Api
This issue tracker is no longer used. Join us in the Spotify for Developers forum for support with the Spotify Web API ➡️ https://community.spotify.com/t5/Spotify-for-Developers/bd-p/Spotify_Developer
Stars: ✭ 944 (+6642.86%)
Mutual labels:  raml
Api Console
An interactive REST console based on RAML/OAS files
Stars: ✭ 848 (+5957.14%)
Mutual labels:  raml
symfony-skeleton
Skeleton rest-api based on symfony
Stars: ✭ 15 (+7.14%)
Mutual labels:  raml

API console CLI

The command-line tool for the MuleSoft API Console.

Features

  • build - Build the API Console application optimized for production
  • generate-json - (Re)generates the JSON file that is accepted as console's data model
  • serve - Test generated bundle in local environment.

Installation

npm i -g api-console-cli

In macOS and Linux you may need to use sudo prefix.

Compatibility

This version does not work with API console version 4 and 5.

This CLI tool works with version 6 only.

Please, use other versions of the CLI for previous versions of the console. Note, that previous versions of API Console are not longer supported. Please, see API Console Docs for latest release documentation.

npm install -g [email protected]

Command Overview

CLI --help is your friend. Run any command with --help option to see list of available options.

General options

api-console [COMMAND] --help

Run api-console --help to get a list of supported commands. Pass it a command name (ex: api-console build --help) to get detailed information about that command and the options it supports.

Commands

api-console build -t TYPE [options] FILE

Builds the API Console for specific API definition. The build is optimized for production.

api-console generate-json -t TYPE [options] FILE

Creates a JSON file from the RAML or OAS spec that can be used as a data source for the API Console.

api-console serve [options] [PATH]

Runs a local web server serving a content of the current directory or selected path.

Supported APIs

API Console consumes AMF data model generated from one of the following specifications:

  • RAML 1.0
  • RAML 0.8
  • OAS 2.0
  • OAS 3.0 - Experimental support. There might be some issues.

API support is not covered by nighter this CLI tool, building module, or API Console. This is provided by the AMF parser.

Contribution

Your feedback is welcome. If you need support for a method, command options other than described here please, file a feature request. If you find a bug, please, file a bug report with details so we can fix it.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].