Skip to content

Commit

Permalink
Merge branch 'master' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
edosrecki committed Jan 23, 2022
2 parents ff939be + a6052f7 commit 8680ccc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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 8680ccc

Please sign in to comment.