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
5959## Commands
6060
6161<!-- commands -->
62+ * [ ` sf project:deploy ` ] ( #sf-projectdeploy )
6263
6364## ` sf project:deploy `
6465
@@ -74,10 +75,10 @@ OPTIONS
7475 --target-env=target-env TBD
7576
7677DESCRIPTION
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
7980 "--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
8182 deploy commands like "sf project deploy org" or "sf project deploy functions"
8283
8384EXAMPLES
@@ -86,5 +87,4 @@ EXAMPLES
8687```
8788
8889_ See code: [ src/commands/project/deploy.ts] ( https://github.com/salesforcecli/plugin-project/blob/v0.0.1/src/commands/project/deploy.ts ) _
89-
9090<!-- commandsstop -->
You can’t perform that action at this time.
0 commit comments