This is the multi-page printable view of this section. Click here to print.

Return to the regular view of this page.

Env

OpenServerless Env Utilities

    Synopsis

    Usage:
      env add <args>...
      env remove <args>...
      env list [--format=table|raw|json]
    

    Commands

    -  add          add or change one or multiple env to user metadata. ops env add VARA=valuea VARB=valueb
    -  remove       remove one or multiple env from user metadata. ops env remove VARA VARB
    -  list         list envs from user metadata
    

    Options

    --format         Output data as table, as raw env or as json. default is table