horike37 76a3a79abc Revert "add document for commands aliases"
This reverts commit ab5dea7153304d130928ec2f8deed2e678cb681d.
2017-09-02 11:13:11 +09:00

20 lines
556 B
Markdown

<!--
title: Google Cloud Functions Serverless info command
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/google/cli-reference/info)
<!-- DOCS-SITE-LINK:END -->
# Google - Info
The `serverless info` command displays information about the deployed service. Make sure to run this command in your services directory.
```bash
serverless info
```