Skip to content

Documentation fix: "Creating a Service" in getting-started.md is incorrect #84

@dhait

Description

@dhait

Nit-picky point, I know, but in docs/getting-started.md

# Create a new serverless project
serverless

# Move into the newly created directory
cd your-service-name

This is incorrect, and misleading. serverless (and sls) do nothing at all.

It should be:

# Create a new serverless project
serverless create --template <template>

to create in the current directory.

Ideally, serverless with no commands should return the help page.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions