0.0.18 • Published 9 months ago

@macrometa/faas v0.0.18

Weekly downloads
-
License
MIT
Repository
-
Last release
9 months ago

PhotonIQ FaaS CLI

The easiest way to interact with FaaS is through the PhotonIQ FaaS CLI, which is supported on multiple platforms.

For a more complete experience, please visit the PhotonIQ FaaS documentation.

CLI Commands

Our CLI provides two sets of commands: local and remote. The key difference is that local commands are used to work with an instance of a local server running on your machine, allowing you to test and debug functions before deploying them on the PhotonIQ platform. Remote commands, on the other hand, are used to interact with the PhotonIQ platform.

Local CLI Commands

To use local commands, run:

faas <COMMAND>

Local commands table:

CommandDescription
buildBuild a PhotonIQ FaaS function from a specified local template.
deleteRemove a specified PhotonIQ FaaS function from the local server.
executeTrigger execution of a specified PhotonIQ FaaS function on the local server.
infoDisplay metadata of a specified function on the local server.
listShow all PhotonIQ FaaS functions currently deployed on the local server.
newCreate a new PhotonIQ FaaS function using a predefined template.
remoteManage and interact with PhotonIQ FaaS functions deployed on a remote server.
runLaunch a specified function on a local, simulated version of the PhotonIQ FaaS server.
loginLog in to the PhotonIQ FaaS service by setting up the proper environment variables.
helpPrint this message or the help of the given subcommand(s).

Remote CLI Commands

To use remote commands, run:

faas remote <COMMAND>

Remote commands table:

CommandDescription
aliasConfigure or modify aliases used to reference functions on a remote server.
deleteRemove a specified PhotonIQ FaaS function from the remote server.
deployDeploy a specified PhotonIQ FaaS function to a remote server for execution and availability.
executeTrigger execution of a specified PhotonIQ FaaS function on the remote server.
infoDisplay metadata of a specified function on the remote server.
listShow all PhotonIQ FaaS functions currently deployed on the remote server.
logsDisplay the function logs from the last hour until now from a remote server.
statusCheck the status of a function deployment in the remote PhotonIQ FaaS server.
versionHandle version control and view version history for functions deployed on a remote server.
helpPrint this message or the help of the given subcommand(s).
0.0.18

9 months ago

0.0.17

9 months ago

0.0.13

10 months ago

0.0.14

10 months ago

0.0.15

10 months ago

0.0.16

10 months ago

0.0.12

10 months ago

0.0.11

11 months ago

0.0.10

11 months ago

0.0.9

12 months ago

0.0.8

12 months ago

0.0.7

12 months ago

0.0.6

12 months ago

0.0.5

12 months ago

0.0.4

12 months ago

0.0.3

12 months ago

0.0.2

12 months ago

0.0.1

12 months ago