Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 892 Bytes

README.md

File metadata and controls

30 lines (24 loc) · 892 Bytes

lazykorgi

This extension was created to have an ability to run DataReply/korgi commands from the VSCode context menu. As for now only 3 options are available:

  • Lazy korgi apply
  • Lazy korgi delete
  • Lazy korgi dry run

Depends on a very opinionated deployment structure:

realm
   values
        env
            {app_environment}
                {app_namespace}
                    {app_group}
                        {app_dir}
                            app.yaml

Just right click on the app.yaml and choose one of the lazykorgi commands.

Enjoy!