From aacc90495e3b818540ae4c543be169ac5427f0ee Mon Sep 17 00:00:00 2001 From: Edgard Marx Date: Mon, 22 Apr 2024 11:52:44 +0200 Subject: [PATCH] Update README.md --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 92616b1..81e2b61 100644 --- a/README.md +++ b/README.md @@ -59,13 +59,13 @@ To publish model in a local repository execute the command ```imr local push DIR imr local push DIRECTORY org.company.department.project.function.mymodel -v v0.0.1 ``` -To publish model in a remotly repository execute the command ```imr remote push REPO USER PASSWORD DIRECTORY PACKAGE -v VERSION```: +To publish model in a remotly repository execute the command ```imr remote push -h REPO -u USER -p PASSWORD DIRECTORY PACKAGE -v VERSION```: - ```REPO``` repository url i.e. ```http://localhost:8081``` - ```DIRECTORY``` of the model - ```PACKAGE``` used to identify the model i.e ```org.company.department.project.function.mymodel``` - ```VERSION``` optionally (default latest) ``` -imr remote push http://localhost:8081 user password DIRECTORY org.company.department.project.function.mymodel -v v0.0.1 +imr remote push -h http://localhost:8081 -u user -p password DIRECTORY org.company.department.project.function.mymodel -v v0.0.1 ``` @@ -78,12 +78,12 @@ To publish model in a local repository execute the command ```imr local path PAC imr local path org.company.department.project.function.mymodel -v v0.0.1 ``` -To publish model in a remotly repository execute the command ```imr remote path REPO USER PASSWORD PACKAGE -v VERSION```: +To publish model in a remotly repository execute the command ```imr remote path -h REPO -u USER -p PASSWORD PACKAGE -v VERSION```: - ```REPO``` repository url i.e. ```http://localhost:8081``` - ```PACKAGE``` used to identify the model i.e ```org.company.department.project.function.mymodel``` - ```VERSION``` optionally (default latest) ``` -imr remote path http://localhost:8081 user password org.company.department.project.function.mymodel -v v0.0.1 +imr remote path -h http://localhost:8081 -u user -p password org.company.department.project.function.mymodel -v v0.0.1 ``` @@ -96,12 +96,12 @@ To publish model in a local repository execute the command ```imr local rm PACKA imr local rm org.company.department.project.function.mymodel -v v0.0.1 ``` -To publish model in a remotly repository execute the command ```imr remote push REPO USER PASSWORD DIRECTORY PACKAGE -v VERSION```: +To publish model in a remotly repository execute the command ```imr remote push -h REPO -u USER -p PASSWORD DIRECTORY PACKAGE -v VERSION```: - ```REPO``` repository url i.e. ```http://localhost:8081``` - ```PACKAGE``` used to identify the model i.e ```org.company.department.project.function.mymodel``` - ```VERSION``` optionally (default latest) ``` -imr remote rm http://localhost:8081 user password org.company.department.project.function.mymodel -v v0.0.1 +imr remote rm -h http://localhost:8081 -u user -p password org.company.department.project.function.mymodel -v v0.0.1 ``` @@ -110,4 +110,4 @@ imr remote rm http://localhost:8081 user password org.company.department.project - Run [task](https://taskfile.dev/) to see all major development tasks. - Use [pre-commit](https://pre-commit.com/) to avoid errors before commit. -- This repository was created with [this copier template](https://github.com/eccenca/cmem-plugin-template). \ No newline at end of file +- This repository was created with [this copier template](https://github.com/eccenca/cmem-plugin-template).