Skip to content
This repository has been archived by the owner on May 15, 2019. It is now read-only.

Call command does not appear in help text #108

Closed
jasonpolites opened this issue May 18, 2017 · 1 comment
Closed

Call command does not appear in help text #108

jasonpolites opened this issue May 18, 2017 · 1 comment

Comments

@jasonpolites
Copy link
Contributor

Description

The call command does not appear in the list of available commands

functions --help
Usage:
  functions [options]
  functions <command> [args] [options]
  functions <commandGroup> <command> [args] [options]

Description:
  A command-line interface for interacting with a Google Cloud Functions Emulator instance.

  Run functions <command> --help to print additional help for a command.

Commands:
  clear                    Undeploys all deployed functions.
  config <command>         Manages the settings stored in
                           /Users/jasonpolites/.config/configstore/@google-cloud/functions-emulator/config.json.
  debug <functionName>     Enables debugging for the specified function using Node's --debug flag.
  delete <functionName>    Undeploys a deployed function (does NOT delete the function source code).
  deploy <functionName>    Deploys a function.
  describe <functionName>  Prints the details of a single deployed function.
  event-types <command>    Provides information about Google Cloud Functions Event Types.
  inspect <functionName>   Enables debugging for the specified function using Node's --inspect flag.
  kill                     Force kills the Emulator process.
  list                     Lists deployed functions.
  logs <command>           Manages Emulator logs access.
  prune                    Removes any functions known to the emulator but which no longer exist in their corresponding
                           module.
  reset <functionName>     Restarts the specified function by shutting down its worker(s), forcing a "cold start".
  restart                  Short for functions stop; functions start [options].
  start                    Starts the emulator.
  status                   Reports the current status of the Emulator.
  stop                     Attempts to stop the Emulator gracefully.

@jmdobry jmdobry self-assigned this May 19, 2017
@jmdobry
Copy link
Contributor

jmdobry commented Jun 7, 2017

This one is bizarre, no idea why it doesn't show up.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants