Skip to content

Commit e8e0aca

Browse files
fix: change deprecation messages to avoid undefined command id (#779)
* fix: change deprecation messages to avoid undefined command id * chore: deprecate source:push
1 parent 4a26621 commit e8e0aca

File tree

13 files changed

+13
-12
lines changed

13 files changed

+13
-12
lines changed

messages/cancel.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ The cancel command failed due to: %s
3636

3737
# deprecation
3838

39-
The '<%= command.id %>' command will be deprecated. Try using the %s command instead.
39+
This command will be deprecated. Try using the '%s' command instead.

messages/deploy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,4 +262,4 @@ You requested an async deploy with code coverage or JUnit results. The reports w
262262

263263
# deprecation
264264

265-
The '<%= command.id %>' command will be deprecated. Try using the %s command instead.
265+
This command will be deprecated. Try using the '%s' command instead.

messages/ignored_list.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ File or directory '%s' doesn't exist in your project. Specify one that exists an
1818

1919
# deprecation
2020

21-
The '<%= command.id %>' command will be deprecated. Try using the %s command instead.
21+
This command will be deprecated. Try using the '%s' command instead.

messages/md.cancel.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ The cancel command failed due to: %s
4343

4444
# deprecation
4545

46-
The '<%= command.id %>' command will be deprecated. Try using the %s command instead.
46+
This command will be deprecated. Try using the '%s' command instead.

messages/md.deploy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,4 +198,4 @@ You requested an async deploy with code coverage or JUnit results. The reports w
198198

199199
# deprecation
200200

201-
The '<%= command.id %>' command will be deprecated. Try using the %s command instead.
201+
This command will be deprecated. Try using the '%s' command instead.

messages/md.deployreport.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,4 @@ Using specified username %s
6262

6363
# deprecation
6464

65-
The '<%= command.id %>' command will be deprecated. Try using the %s command instead.
65+
This command will be deprecated. Try using the '%s' command instead.

messages/md.retrieve.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,4 +143,4 @@ If the retrieve request has completed, the retrieved metadata zip file will be w
143143

144144
# deprecation
145145

146-
The '<%= command.id %>' command will be deprecated. Try using the %s command instead.
146+
This command will be deprecated. Try using the '%s' command instead.

messages/pull.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@ Your retrieve request did not complete within the specified wait time [%s minute
5656

5757
# deprecation
5858

59-
The '<%= command.id %>' command will be deprecated. Try using the %s command instead.
59+
This command will be deprecated. Try using the '%s' command instead.

messages/push.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ Check the order of your dependencies and ensure all metadata is included.
5252

5353
# deprecation
5454

55-
The '<%= command.id %>' command will be deprecated. Try using the %s command instead.
55+
This command will be deprecated. Try using the '%s' command instead.

messages/report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,4 @@ The metadata deploy operation failed.
5959

6060
# deprecation
6161

62-
The '<%= command.id %>' command will be deprecated. Try using the %s command instead.
62+
This command will be deprecated. Try using the '%s' command instead.

0 commit comments

Comments
 (0)