Skip to content

filipetoscano/cyan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lefty.Cyan

CI NuGet License: MIT

Azure automation.

Running

On Windows:

set CYAN_ENTRA=@entra.com
set CYAN_DEVOPS_ORG=DevOpsOrganization

dotnet cyan validate

On Linux:

export CYAN_ENTRA=@entra.com
export CYAN_DEVOPS_ORG=DevOpsOrganization

dotnet cyan validate

Pre-requisites

Installing

To install the tool as a repository tool, run the following command in the root of your repository:

> dotnet tool install --local Lefty.Cyan --create-manifest-if-needed

If you'd rather have the tool installed globally in your machine, run the following command:

> dotnet tool install --global Lefty.Cyan

Roadmap

  • DevOps
    • Project creation
    • Repository creation
    • RBAC sync
  • Azure
    • RBAC sync

About

Azure (RBAC) automation

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors