Skip to content

Commit

Permalink
Merge branch 'master' into inlined.await-tls
Browse files Browse the repository at this point in the history
  • Loading branch information
inlined committed Apr 18, 2024
2 parents 865bc59 + 26b8393 commit 9f7b752
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
Improve internal handling of config files (#6987)
4 changes: 2 additions & 2 deletions npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "firebase-tools",
"version": "13.7.2",
"version": "13.7.3",
"description": "Command-Line Interface for Firebase",
"main": "./lib/index.js",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion src/commands/apphosting-secrets-access.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { requireAuth } from "../requireAuth";
import * as secretManager from "../gcp/secretManager";
import { requirePermissions } from "../requirePermissions";

export const command = new Command("apphosting:secrets:access <secretName>[@version]")
export const command = new Command("apphosting:secrets:access <secretName[@version]>")
.description(
"Access secret value given secret and its version. Defaults to accessing the latest version.",
)
Expand Down

0 comments on commit 9f7b752

Please sign in to comment.