Browse Source

Merge pull request #20410 from abpframework/update-cli-doc

Explain `install-old-cli` command in the cli doc.
pull/20414/head
Berkan Sasmaz 2 years ago
committed by GitHub
parent
commit
7203014e4c
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 15
      docs/en/cli/index.md

15
docs/en/cli/index.md

@ -69,6 +69,7 @@ Here, is the list of all available commands before explaining their details:
* **`install-libs`**: Install NPM Packages for MVC / Razor Pages and Blazor Server UI types.
* **`clear-download-cache`**: Clears the templates download cache.
* **`check-extensions`**: Checks the latest version of the ABP CLI extensions.
* **`install-old-cli`**: Installs old ABP CLI.
### help
@ -934,6 +935,20 @@ Usage:
abp check-extensions
````
### install-old-cli
This command installs the old ABP CLI with a specific version if it's specified. Otherwise, it installs the old ABP CLI with the latest stable version. Then, [you can directly use the old ABP CLI by simply passing the `--old` parameter at the end of the command or using the `abp-old` as the executing command](./differences-between-old-and-new-cli.md#using-the-old-abp-cli).
Usage:
```bash
abp install-old-cli [options]
```
#### Options
* ```--version``` or ```-v```: Specifies the version for ABP CLI to be installed.
## See Also
* [Examples for the new command](./new-command-samples.md)

Loading…
Cancel
Save