npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@mimik/mimik-edge-cli

v2.1.0

Published

mimik's mim OE command line interface (CLI) for edge microservice developer.

Downloads

28

Readme

mimik-edge-cli

mimik edge engine command line interface (CLI) for edge microservice developer to utilize our edge engine.

Installation

npm install -g @mimik/mimik-edge-cli

Usage

$ npm install -g @mimik/mimik-edge-cli
$ mimik-edge-cli COMMAND
running command...
$ mimik-edge-cli (--version)
@mimik/mimik-edge-cli/2.1.0 darwin-arm64 node-v24.9.0
$ mimik-edge-cli --help [COMMAND]
USAGE
  $ mimik-edge-cli COMMAND
...

Commands

mimik-edge-cli account associate

to associate local edge engine with access token to secure ownership of communication channel, either provides FILE PATH or TOKEN.

USAGE
  $ mimik-edge-cli account associate [-t <value>] [-f <value>] [-k <value>] [-a <value>]

FLAGS
  -a, --api-key-file=<value>  path of file that contains API key for JSONRPC
  -f, --token-file=<value>    path of file that contains edge access token
  -k, --api-key=<value>       API key for JSONRPC
  -t, --token=<value>         edge access token obtained from CLI

DESCRIPTION
  to associate local edge engine with access token to secure ownership of communication channel, either provides FILE
  PATH or TOKEN.

mimik-edge-cli account get-edge-access-token

to obtain edge access token with developer ID token obtained from developer console, either provides FILE PATH or TOKEN.

USAGE
  $ mimik-edge-cli account get-edge-access-token [-t <value>] [-f <value>] [-k <value>] [-a <value>] [--use-mid-v1]

FLAGS
  -a, --api-key-file=<value>  path of file that contains API key for JSONRPC
  -f, --token-file=<value>    path of file that contains developer ID token from developer console
  -k, --api-key=<value>       API key for JSONRPC
  -t, --token=<value>         developer ID token from developer console
      --use-mid-v1            get edge_access_token using mID v1

DESCRIPTION
  to obtain edge access token with developer ID token obtained from developer console, either provides FILE PATH or
  TOKEN.

mimik-edge-cli account get-edge-id-token

to obtain edge ID token of local node

USAGE
  $ mimik-edge-cli account get-edge-id-token [-k <value>] [-a <value>]

FLAGS
  -a, --api-key-file=<value>  path of file that contains API key for JSONRPC
  -k, --api-key=<value>       API key for JSONRPC

DESCRIPTION
  to obtain edge ID token of local node

mimik-edge-cli account get-me

to obtain status of current node

USAGE
  $ mimik-edge-cli account get-me

DESCRIPTION
  to obtain status of current node

mimik-edge-cli container delete

to delete container runtime from edge engine microservice container management service.

USAGE
  $ mimik-edge-cli container delete -i <value> [-t <value>] [-f <value>]

FLAGS
  -f, --token-file=<value>  path of file that contains edge access token
  -i, --id=<value>          (required) ID of container from edge engine microservice container management service
  -t, --token=<value>       edge access token obtained from CLI

DESCRIPTION
  to delete container runtime from edge engine microservice container management service.

mimik-edge-cli container deploy

to deploy edge microservice container runtime with access token to edge engine microservice container management service.

USAGE
  $ mimik-edge-cli container deploy -p <value> [-t <value>] [-f <value>]

FLAGS
  -f, --token-file=<value>  path of file that contains edge access token
  -p, --payload=<value>     (required) path of the payload that describes the container runtime
  -t, --token=<value>       edge access token obtained from CLI

DESCRIPTION
  to deploy edge microservice container runtime with access token to edge engine microservice container management
  service.

mimik-edge-cli container list

to list all edge microservice containers running on edge engine microservice container management service.

USAGE
  $ mimik-edge-cli container list [-t <value>] [-f <value>]

FLAGS
  -f, --token-file=<value>  path of file that contains edge access token
  -t, --token=<value>       edge access token obtained from CLI

DESCRIPTION
  to list all edge microservice containers running on edge engine microservice container management service.

mimik-edge-cli help [COMMAND]

Display help for mimik-edge-cli.

USAGE
  $ mimik-edge-cli help [COMMAND...] [-n]

ARGUMENTS
  COMMAND...  Command to show help for.

FLAGS
  -n, --nested-commands  Include all nested commands in the output.

DESCRIPTION
  Display help for mimik-edge-cli.

See code: @oclif/plugin-help

mimik-edge-cli image delete

to delete edge microservice image from edge engine microservice container management service.

USAGE
  $ mimik-edge-cli image delete -i <value> [-t <value>] [-f <value>]

FLAGS
  -f, --token-file=<value>  path of file that contains edge access token
  -i, --id=<value>          (required) ID of microservice image from edge engine microservice container management
                            service
  -t, --token=<value>       edge access token obtained from CLI

DESCRIPTION
  to delete edge microservice image from edge engine microservice container management service.

mimik-edge-cli image deploy

to deploy edge microservice image with access token to edge engine microservice container management service.

USAGE
  $ mimik-edge-cli image deploy -i <value> [-t <value>] [-f <value>]

FLAGS
  -f, --token-file=<value>  path of file that contains edge access token
  -i, --image=<value>       (required) path of the edge microservice image
  -t, --token=<value>       edge access token obtained from CLI

DESCRIPTION
  to deploy edge microservice image with access token to edge engine microservice container management service.

mimik-edge-cli image list

to list all edge microservice images on edge engine microservice container management service.

USAGE
  $ mimik-edge-cli image list [-t <value>] [-f <value>]

FLAGS
  -f, --token-file=<value>  path of file that contains edge access token
  -t, --token=<value>       edge access token obtained from CLI

DESCRIPTION
  to list all edge microservice images on edge engine microservice container management service.

Environment Variable

mimik-edge-cli tool can utilize the following environment variables

| Name | Description | | --- | --- | EDGE_ENGINE_URI | The URI to the edgeEngine ex. 172.168.0.1:8083 | | MID_URL | The URL to the mID ex. http://mid.mimik360.com |

Below is an inline usage

$ EDGE_ENGINE_URI="172.168.0.1:8083" MID_URL="http://mid.mimik360.com" mimik-edge-cli account get-me

If you wish to provide the environment variables from a file, a .env file in the current folder can also be provided.

$ ls -a
.     ..    .env
$ cat .env
EDGE_ENGINE_URI=172.168.0.1:8083
MID_URL=http://mid.mimik360.com

$ mimik-edge-cli account get-me