Browse Source

update abp upgrade command in cli doc

pull/20568/head
Yunus Emre Kalkan 1 year ago
parent
commit
ff752c3af3
  1. 7
      docs/en/cli/index.md

7
docs/en/cli/index.md

@ -794,12 +794,19 @@ Examples:
````bash
abp upgrade -t app
abp upgrade -t app --language-management --gdpr --audit-logging-ui --text-template-management --openiddict-pro
abp upgrade -t app-nolayers --audit-logging-ui
abp upgrade -t app-nolayers -p D:\MyProjects\MyProject
````
#### Options
* `--path` or `-p`: Specifies the module path. The module should be in that directory. If not specified, the default is the current directory.
* `--gdpr`: Installs GDPR module too.
* `--language-management`: Installs Language Management module too.
* `--audit-logging-ui`: Installs Audit Logging Pro (UI) module too.
* `--text-template-management`: Installs Text Template Management module too.
* `--openiddict-pro`: Installs OpenIddict Pro (UI) module too.
### translate

Loading…
Cancel
Save