vidyano-cli Build Status

A CLI version of the Vidyano Visual Studio extension

Features

Features that are not marked with '-- DONE' are not implemented yet or aren't finished

Usage

Create a .vidyano.yml file in your project's root directory.
Copy this into the .vidyano.yml file and update the attributes accordingly.
namespace: MyProject.Service namespace_custom_actions: MyProject.Service.CustomActions namespace_persistentobject_actions: MyProject.Service context: MyProjectEntityModelContainer folder_service: Service folder_custom_actions: Service/CustomActions folder_persistentobject_actions: Service vidyano --custom-action <action name> to create a new custom action class with that name.
vidyano --persistentobject-actions <entity name> to create a new PersistentObject actions class for that entity.