Browse Source

add suite install version parameter sample

pull/8738/head
Alper Ebicoglu 5 years ago
committed by GitHub
parent
commit
63ec4a0de5
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      framework/src/Volo.Abp.Cli.Core/Volo/Abp/Cli/Commands/SuiteCommand.cs

3
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
}
}
}
}
}

Loading…
Cancel
Save