2
0
mirror of https://github.com/esiur/esiur-dotnet.git synced 2025-06-27 13:33:13 +00:00
This commit is contained in:
2024-10-16 00:51:12 +03:00
parent f908378408
commit dc8a2c0b46
2 changed files with 34 additions and 2 deletions

29
Esiur.CLI/README.md Normal file
View File

@ -0,0 +1,29 @@
# Esiur CLI
A command-line utility to generate
# Installation
- Command-line
``` dotnet tool install -g Esiur.CLI ```
# Usage
```
Available commands:
get-template Get a template from an IIP link.
version Print Esiur version.
Global options:
-u, --username Authentication username.
-p, --password Authentication password.
-d, --dir Directory name where the generated models will be saved.
-a, --async-setters Use asynchronous property setters.
```
## Example
```
dotnet run esiur get-template iip://localhost/sys/service
```