Browse Source
add suite install version parameter sample
pull/8738/head
Alper Ebicoglu
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
1 deletions
-
framework/src/Volo.Abp.Cli.Core/Volo/Abp/Cli/Commands/SuiteCommand.cs
|
|
|
@ -275,6 +275,7 @@ namespace Volo.Abp.Cli.Commands |
|
|
|
sb.AppendLine(" abp suite"); |
|
|
|
sb.AppendLine(" abp suite install"); |
|
|
|
sb.AppendLine(" abp suite install --preview"); |
|
|
|
sb.AppendLine(" abp suite install --version 4.2.2"); |
|
|
|
sb.AppendLine(" abp suite update"); |
|
|
|
sb.AppendLine(" abp suite update --preview"); |
|
|
|
sb.AppendLine(" abp suite remove"); |
|
|
|
@ -303,4 +304,4 @@ namespace Volo.Abp.Cli.Commands |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|