Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix help text
  • Loading branch information
DaeunYim committed May 4, 2021
commit fc69ccdd145e8af7550b9f68e37b5c723e63ea08
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,11 @@
text: az mysql flexible-server show-connection-string -s testServer -u username -p password -d databasename
"""

helps['mysql flexible-server deploy'] = """
type: group
short-summary: Enable and run github action workflow for MySQL server
"""

helps['mysql flexible-server deploy setup'] = """
type: command
short-summary: Create github action workflow file for MySQL server.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,11 @@
text: az postgres flexible-server show-connection-string -s testServer -u username -p password -d databasename
"""

helps['postgres flexible-server deploy'] = """
type: group
short-summary: Enable and run github action workflow for PostgreSQL server
"""

helps['postgres flexible-server deploy setup'] = """
type: command
short-summary: Create github action workflow file for PostgreSQL server.
Expand Down