mirror of
https://github.com/serverless/serverless.git
synced 2026-01-25 15:07:39 +00:00
Merge pull request #2337 from serverless/standardize-command-desc
standardize commands decription
This commit is contained in:
commit
d8a9a0a2ee
@ -23,7 +23,7 @@ class Create {
|
||||
|
||||
this.commands = {
|
||||
create: {
|
||||
usage: 'Create new Serverless Service.',
|
||||
usage: 'Create new Serverless service',
|
||||
lifecycleEvents: [
|
||||
'create',
|
||||
],
|
||||
|
||||
@ -6,7 +6,7 @@ class Deploy {
|
||||
|
||||
this.commands = {
|
||||
deploy: {
|
||||
usage: 'Deploy Service.',
|
||||
usage: 'Deploy a Serverless service',
|
||||
lifecycleEvents: [
|
||||
'cleanup',
|
||||
'initialize',
|
||||
@ -36,7 +36,7 @@ class Deploy {
|
||||
},
|
||||
commands: {
|
||||
function: {
|
||||
usage: 'Deploys a single function from the service',
|
||||
usage: 'Deploy a single function from the service',
|
||||
lifecycleEvents: [
|
||||
'deploy',
|
||||
],
|
||||
|
||||
@ -6,7 +6,7 @@ class Info {
|
||||
|
||||
this.commands = {
|
||||
info: {
|
||||
usage: 'Displays information about the service.',
|
||||
usage: 'Display information about the service',
|
||||
lifecycleEvents: [
|
||||
'info',
|
||||
],
|
||||
|
||||
@ -12,7 +12,7 @@ class Install {
|
||||
|
||||
this.commands = {
|
||||
install: {
|
||||
usage: 'Installs a Serverless service from GitHub',
|
||||
usage: 'Install a Serverless service from GitHub',
|
||||
lifecycleEvents: [
|
||||
'install',
|
||||
],
|
||||
|
||||
@ -6,7 +6,7 @@ class Invoke {
|
||||
|
||||
this.commands = {
|
||||
invoke: {
|
||||
usage: 'Invokes a deployed function.',
|
||||
usage: 'Invoke a deployed function',
|
||||
lifecycleEvents: [
|
||||
'invoke',
|
||||
],
|
||||
|
||||
@ -6,7 +6,7 @@ class Logs {
|
||||
|
||||
this.commands = {
|
||||
logs: {
|
||||
usage: 'Outputs the logs of a deployed function.',
|
||||
usage: 'Output the logs of a deployed function',
|
||||
lifecycleEvents: [
|
||||
'logs',
|
||||
],
|
||||
|
||||
@ -6,7 +6,7 @@ class Remove {
|
||||
|
||||
this.commands = {
|
||||
remove: {
|
||||
usage: 'Remove resources.',
|
||||
usage: 'Remove Serverless service and all resources',
|
||||
lifecycleEvents: [
|
||||
'remove',
|
||||
],
|
||||
|
||||
@ -11,7 +11,7 @@ class Tracking {
|
||||
|
||||
this.commands = {
|
||||
tracking: {
|
||||
usage: 'Enable or disable usage tracking.',
|
||||
usage: 'Enable or disable usage tracking',
|
||||
lifecycleEvents: [
|
||||
'tracking',
|
||||
],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user