Waiin.Raaghu.Cli
1.0.18
See the version list below for details.
dotnet tool install --global Waiin.Raaghu.Cli --version 1.0.18
dotnet new tool-manifest # if you are setting up this repo dotnet tool install --local Waiin.Raaghu.Cli --version 1.0.18
#tool dotnet:?package=Waiin.Raaghu.Cli&version=1.0.18
nuke :add-package Waiin.Raaghu.Cli --version 1.0.18
Raaghu CLI
Raaghu CLI (Command Line Interface) is a command line tool to perform some common operations for Raaghu Design Systems (RDS) micro-frontend design systems created by WAi Technologies.
Installation
Raaghu CLI is a dotnet global tool. Install it using a command line window:
dotnet tool install Waiin.Raaghu.Cli
dotnet tool install -g Waiin.Raaghu.Cli
dotnet tool install --global Waiin.Raaghu.Cli
To update an existing installation:
dotnet tool update Waiin.Raaghu.Cli
dotnet tool update -g Waiin.Raaghu.Cli
dotnet tool update --global Waiin.Raaghu.Cli
Commands
Here, is the list of all available commands before explaining their details:
help
: Shows help on the usage of the Raaghu CLI.new
: Generates a new solution based on the Raaghu Commands.login
: Authenticates on your computer with your raaghu.io username and password.login-info
: Shows the current user's login information.logout
: Logouts from your computer if you've authenticated before.
help
Shows basic usages of the Raaghu CLI.
Usage:
raaghu help
Examples:
raaghu help # Shows a general help.
raaghu help new # Shows help about the "new" command.
new
Generates a new solution based on the Raaghu Commands.
Usage:
raaghu new <solution-name> [options]
Example:
raaghu new Raaghu.BookStore
Raaghu.BookStore
is the solution name here.- Common convention is to name a solution is like YourCompany.YourProject. However, you can use different naming like YourProject (single level namespacing) or YourCompany.YourProduct.YourModule (three levels namespacing).
Options
--version
or-v
: Specifie the Raaghu version. If the version is not specified then it will automatically use the latest version accordingly to create the solution.
raaghu new <solution-name> --version <version>
raaghu new <solution-name> -v <version>
Example:
raaghu new Raaghu.BookStore --version 7.4.4
raaghu new Raaghu.BookStore -v 7.4.4
login
Some features of the CLI requires to be logged in to raaghu.io platform. To login with your username write:
raaghu login <username> # Allows you to enter your password hidden
A new login with an already active session overwrites the previous session.
login-info
Shows your login information such as Username .
raaghu login-info
logout
Logs you out by removing the session token from your computer.
raaghu logout
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net7.0 is compatible. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
This package has no dependencies.
Version | Downloads | Last updated |
---|---|---|
1.1.19 | 0 | 11/26/2024 |
1.1.18 | 72 | 11/25/2024 |
1.1.17 | 176 | 10/30/2024 |
1.1.16 | 84 | 10/28/2024 |
1.1.15 | 351 | 8/8/2024 |
1.1.14 | 75 | 7/31/2024 |
1.1.13 | 77 | 7/29/2024 |
1.1.12 | 125 | 7/19/2024 |
1.1.11 | 170 | 7/3/2024 |
1.1.10 | 131 | 7/1/2024 |
1.1.9 | 113 | 6/26/2024 |
1.1.8 | 141 | 6/20/2024 |
1.1.7 | 166 | 5/28/2024 |
1.1.6 | 141 | 5/28/2024 |
1.1.5 | 114 | 5/24/2024 |
1.1.4 | 83 | 5/14/2024 |
1.1.3 | 147 | 5/8/2024 |
1.1.2 | 156 | 5/8/2024 |
1.1.1 | 132 | 5/7/2024 |
1.1.0 | 174 | 5/4/2024 |
1.0.29 | 125 | 5/2/2024 |
1.0.28 | 111 | 5/2/2024 |
1.0.27 | 70 | 5/2/2024 |
1.0.26 | 91 | 5/2/2024 |
1.0.25 | 142 | 4/30/2024 |
1.0.24 | 137 | 4/26/2024 |
1.0.23 | 144 | 4/22/2024 |
1.0.22 | 131 | 4/22/2024 |
1.0.21 | 131 | 4/19/2024 |
1.0.20 | 125 | 4/19/2024 |
1.0.19 | 118 | 4/18/2024 |
1.0.18 | 121 | 4/17/2024 |
1.0.17 | 137 | 4/16/2024 |
1.0.16 | 208 | 4/12/2024 |
1.0.15 | 349 | 4/1/2024 |
1.0.14 | 407 | 3/28/2024 |
1.0.13 | 373 | 3/28/2024 |
1.0.12 | 412 | 3/28/2024 |
1.0.11 | 350 | 3/27/2024 |
1.0.10 | 450 | 3/26/2024 |
1.0.9 | 633 | 3/13/2024 |
1.0.8 | 632 | 3/5/2024 |
1.0.7 | 757 | 2/28/2024 |
1.0.6 | 744 | 2/28/2024 |
1.0.5 | 836 | 2/28/2024 |
1.0.4 | 798 | 2/28/2024 |
1.0.3 | 704 | 2/27/2024 |
1.0.2 | 758 | 2/26/2024 |
1.0.1 | 920 | 2/26/2024 |
1.0.0 | 942 | 2/26/2024 |