JSPM

autana-cli

0.0.3
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • 0
  • Score
    100M100P100Q30722F
  • License Apache-2.0

A client for the Autana platform

Package Exports

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (autana-cli) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    autana-cli

    client for Autana API Gateway.

    #About Autana API Gateway

    Autana API Gateway can receive webhooks and REST calls and redirect them to the right appwrite service like:

    • DATABASE
    • STORAGE (soon)
    • FUNCTION (soon)

    #Installation

    The Autana API Gateway CLI is a Node based command line tool to help you interact with the Autana API Gateway. The CLI is distributed as an npm package.

    ##Install using NPM If you have npm installed, it's as easy as running

    $ npm install -g autana-cli

    Once the installation is complete, you can verify the install using

    $ autana-cli -v 0.0.1 code>