File tree Expand file tree Collapse file tree 2 files changed +14
-4
lines changed Expand file tree Collapse file tree 2 files changed +14
-4
lines changed Original file line number Diff line number Diff line change
1
+ # Changelog
2
+
3
+ All notable changes to this project will be documented in this file. See [ standard-version] ( https://github.com/conventional-changelog/standard-version ) for commit guidelines.
4
+
5
+ ### 0.0.1 (2021-06-07)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * publish schemas ([ 87622d8] ( https://github.com/salesforcecli/plugin-project/commit/87622d835d45fccb877759805642be0bdb201e31 ) )
Original file line number Diff line number Diff line change @@ -59,6 +59,7 @@ sf plugins
59
59
## Commands
60
60
61
61
<!-- commands -->
62
+ * [ ` sf project:deploy ` ] ( #sf-projectdeploy )
62
63
63
64
## ` sf project:deploy `
64
65
@@ -74,10 +75,10 @@ OPTIONS
74
75
--target-env=target-env TBD
75
76
76
77
DESCRIPTION
77
- Deploy a project, including org metadata and functions. Be default, the deploy analyze your project and assume
78
- sensible defaults when possible, otherwise it will prompt. To always prompt and not assume defaults, use
78
+ Deploy a project, including org metadata and functions. Be default, the deploy analyze your project and assume
79
+ sensible defaults when possible, otherwise it will prompt. To always prompt and not assume defaults, use
79
80
"--interctive".
80
- To run specialized deploys, especially when interactivity isn't an option like continuous deployment, used the scoped
81
+ To run specialized deploys, especially when interactivity isn't an option like continuous deployment, used the scoped
81
82
deploy commands like "sf project deploy org" or "sf project deploy functions"
82
83
83
84
EXAMPLES
@@ -86,5 +87,4 @@ EXAMPLES
86
87
```
87
88
88
89
_ See code: [ src/commands/project/deploy.ts] ( https://github.com/salesforcecli/plugin-project/blob/v0.0.1/src/commands/project/deploy.ts ) _
89
-
90
90
<!-- commandsstop -->
You can’t perform that action at this time.
0 commit comments