January 2018
Intermediate to advanced
318 pages
7h 6m
English
The following two commands kind of do the same thing:
$ fission function list
This command will list the functions that are currently installed. In that list is the name of the function, its unique ID, and which environment the function is deployed into:

If we already know the name of the function and we want to remind ourselves of the environment it is running in, or need its UID, then we can use the fission function getmeta command and pass it the name of the function:
$ fission function getmeta --name hello
Read now
Unlock full access