Overview

Mobingi Documentation

Overview

Overview

mobingi is the official command line interface for Mobingi services.

To view a list of the available commands, just run mobingi without arguments:

$ mobingi
Command line interface for Mobingi API and services.

Usage:
  mobingi [command]

Available Commands:
  creds       manage your credentials
  help        help about any command
  login       login to Mobingi API
  rbac        manage role based access control features
  registry    manage your Mobingi docker registry
  reset       reset config to defaults
  stack       manage your stack
  svrconf     manage your server config file
  template    manage your ALM templates
  version     print the version

Flags:
      --token string    access token
      --url string      base url for API
      --rurl string     base url for Docker Registry
      --apiver string   API version (default "v3")
  -f, --fmt string      output format (values depends on command)
  -o, --out string      full file path to write the output
      --indent int      indent padding when fmt is 'json' (default 2)
      --timeout int     timeout in seconds (default 120)
      --verbose         verbose output
      --debug           debug mode when error occurs
  -h, --help            help for mobingi

Use "mobingi [command] --help" for more information about a command.

To get help for any command, pass the -h flag to the command. For example, to see help about the stack command:

Last updated

Was this helpful?