Skip to content

Commit

Permalink
feat: alias create command as edit
Browse files Browse the repository at this point in the history
  • Loading branch information
edosrecki committed Jan 23, 2022
1 parent aa8c415 commit a6052f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.adoc
Expand Up @@ -50,7 +50,7 @@ _Package_ sections.
# Help
google-cloud-sql help
# Create configuration
# Create (or override existing) configuration
google-cloud-sql configurations create
# Run configuration
Expand Down
3 changes: 2 additions & 1 deletion src/commands/configurations/index.ts
Expand Up @@ -11,7 +11,8 @@ export async function addConfigurationsCommands(program: Command) {

configurations
.command('create')
.description('create Cloud SQL Auth Proxy configuration')
.alias('edit')
.description('create or edit Cloud SQL Auth Proxy configuration')
.action(async () => {
try {
await createConfiguration()
Expand Down

0 comments on commit a6052f7

Please sign in to comment.