We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8787a7 commit a128e00Copy full SHA for a128e00
src/README.md
@@ -53,11 +53,11 @@ Skip build process during deployment.
53
This can be used when you are sure that you haven't changed anything and want to deploy with the latest artifact.
54
This command causes the `--configuration` setting to have no effect.
55
56
-#### --create <a name="no-build"></a>
+#### --create <a name="create"></a>
57
* __optional__
58
* Default: `false` (string)
59
* Example:
60
- * `ng deploy --create` – Will create a new site if there is not site id or the site id is invalid
+ * `ng deploy --create` – Will create a new site if there is no site id or the site id is does not exists on netlify
61
62
## License
63
0 commit comments