mirror of
https://github.com/serverless/serverless.git
synced 2026-01-18 14:58:43 +00:00
27 lines
755 B
Markdown
Executable File
27 lines
755 B
Markdown
Executable File
<!--
|
|
title: Serverless Framework Commands - Spotinst Functions - Info
|
|
menuText: info
|
|
menuOrder: 8
|
|
description: Display information about your deployed service and the Webtask Functions, Events.
|
|
layout: Doc
|
|
-->
|
|
|
|
<!-- DOCS-SITE-LINK:START automatically generated -->
|
|
|
|
### [Read this on the main serverless docs site](https://www.serverless.com/framework/docs/providers/spotinst/cli-reference/info)
|
|
|
|
<!-- DOCS-SITE-LINK:END -->
|
|
|
|
# Spotinst Functions - Info
|
|
|
|
The `serverless info` command displays information about the deployed service. Make sure to run this command in your services directory.
|
|
|
|
```bash
|
|
serverless info
|
|
```
|
|
|
|
## Options
|
|
|
|
- `--function` or `-f` The name of the function which should be fetched.
|
|
- `--verbose` Shows displays any Stack Output.
|