mirror of
https://github.com/serverless/serverless.git
synced 2026-01-25 15:07:39 +00:00
22 lines
588 B
Markdown
22 lines
588 B
Markdown
<!--
|
|
title: Serverless Framework Commands - Alibaba Cloud Function Compute - Info
|
|
menuText: info
|
|
menuOrder: 5
|
|
description: Get information about your deployed service
|
|
layout: Doc
|
|
-->
|
|
|
|
<!-- DOCS-SITE-LINK:START automatically generated -->
|
|
|
|
### [Read this on the main serverless docs site](https://www.serverless.com/framework/docs/providers/aliyun/cli-reference/info)
|
|
|
|
<!-- DOCS-SITE-LINK:END -->
|
|
|
|
# Alibaba Cloud - Info
|
|
|
|
The `serverless info` command displays information about the deployed service. Make sure to run this command in your services directory.
|
|
|
|
```bash
|
|
serverless info
|
|
```
|