You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/create-github-release.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -6,12 +6,12 @@ on:
6
6
- main
7
7
- prerelease/**
8
8
tags-ignore:
9
-
- "*"
9
+
- '*'
10
10
workflow_dispatch:
11
11
inputs:
12
12
prerelease:
13
13
type: string
14
-
description: "Name to use for the prerelease: beta, dev, etc. NOTE: If this is already set in the package.json, it does not need to be passed in here."
14
+
description: 'Name to use for the prerelease: beta, dev, etc. NOTE: If this is already set in the package.json, it does not need to be passed in here.'
Copy file name to clipboardExpand all lines: messages/delete_sandbox.md
+9-3Lines changed: 9 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,7 @@ Delete a sandbox.
6
6
7
7
Salesforce CLI marks the org for deletion in the production org that contains the sandbox licenses and then deletes all local references to the org from your computer.
8
8
Specify a sandbox with either the username you used when you logged into it, or the alias you gave the sandbox when you created it. Run "<%= config.bin %> org list" to view all your orgs, including sandboxes, and their aliases.
9
+
Both the sandbox and the associated production org must already be authenticated with the CLI to successfully delete the sandbox.
9
10
10
11
# examples
11
12
@@ -17,7 +18,7 @@ Specify a sandbox with either the username you used when you logged into it, or
0 commit comments