Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 1.19 KB

README.md

File metadata and controls

24 lines (15 loc) · 1.19 KB

Gnios.Cli

This project is a comprehensive solution designed to host multiple Command Line Interfaces (CLIs) for various purposes.

Commands

Command Description Options
configure Configure the app None
devops sync Synchronize variable groups None
devops search Search for a variable group and variables -vg, --variableGroup (VariableGroupName: The name of the variable group to search for)
-vn, --variableName (VariableName: The name of the variable to search for)

Examples

Configure the app

gnios configure

Synchronize variable groups

gnios configure

Search for a variable group and variables

gnios devops search -vg MyVariableGroup -vn MyVariableName