Mist cli

Github

Mist-cli provides an command line interface to mist-server to manage contexts/functions. Actually under the hood it uses http api.

Instanciation of a new endpoint on mist requires following steps:

  • upload an articat with function
  • create context for it’s invocation
  • create function

The main goal of mist-cli is to reduce these step into one command and provide a some configuration management way where you can easily reproduce settings on a mist on demand.

There are 3 types of configs:

  • Artifact
  • Context
  • Function

See examples