Skip to content

Commit fbac081

Browse files
author
SF-CLI-BOT
committed
chore(release): 0.0.1 [ci skip]
1 parent 87622d8 commit fbac081

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
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))

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
7677
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
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
8384
EXAMPLES
@@ -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 -->

0 commit comments

Comments
 (0)