Skip to content

Commit

Permalink
rename package
Browse files Browse the repository at this point in the history
- Rename Optimizely.ContentGraph.Client.Tools to Optimizely.Graph.Client.Tools
  • Loading branch information
ManhOptimizely committed Mar 12, 2024
1 parent a601470 commit ba4f328
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ If appsettings.json was ready, from repository level:
This tool supports for generating Optimizely Graph's schema to C# object models. You do not need to create models manually if install this tool.
#### Install Optimizely Graph Client Tool
From repository level:
- Run `mkdir ogschema`
- Run `cd ogschema`
- Run `mkdir ogtools`
- Run `cd ogtools`
- Run `dotnet new tool-manifest`
- Run `dotnet tool install Optimizely.ContentGraph.Client.Tools --local`
- Run `dotnet tool install Optimizely.Graph.Client.Tools --local`
- Run `dotnet ogschema path_to_your_appsettings.json path_to_store_your_models`
When the last command is succeed you will see the models will be generated in file `GraphModels.cs` located in the `path_to_store_your_models` you have ran in last command.

Expand Down

0 comments on commit ba4f328

Please sign in to comment.