From ab5667eaf88543b683d115ac02a7120c888a8e8a Mon Sep 17 00:00:00 2001 From: Edgard Marx Date: Mon, 22 Apr 2024 12:00:29 +0200 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index da94646..578f255 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,7 @@ To publish model in a remotly repository execute the command ```imr remote push imr remote rm -h http://localhost:8081 -u user -p password org.company.department.project.function.mymodel -v v0.0.1 ``` -### config +### Using config file Create a config file in your home directory ```~/.imr/imr.conf``` with the following configuration: ``` @@ -121,6 +121,12 @@ host=http://localhost:8081 * Notice that you can have as many repositories as you want. +Now, you can execute your client using the config name i.e ```remote```: + +``` +imr remote -c remote list +ยดยดยด + ## Development - Run [task](https://taskfile.dev/) to see all major development tasks.