Help Center> FunctionGraph> Developer Guide> Development Tools> Serverless Devs> Global Parameters of Serverless Devs
Updated on 2023-10-19 GMT+08:00

Global Parameters of Serverless Devs

Table 1 Global parameters of Serverless Devs

Parameter Name

Abbreviation

Default Value

Description

Remarks

template

t

s.yaml or s.yml

Specify a resource description file.

-

access

a

access information specified in the YAML file or default

Specify the key information for this deployment.

You can use the key information configured by running the config command and the key information configured to environment variables.

skip-actions

-

-

Skip the actions module set in the YAML file.

-

debug

-

-

Enable the Debug Mode

After the Debug Mode is enabled, you can view more information about the tool execution process.

output

o

default

Specify the data output format.

The default, JSON, YAML, and RAW formats are supported.

version

v

-

View version information

-

help

h

-

View help information

-