ailtire actor

Manage actors in the application. This includes the creation of actors in the application.

Synopsis

ailtire actor <command> [args]

ailtire actor create --name <actor name>
ailtire actor list
ailtire actor get --name <actor name>

Description

Used to manage the actors of the aitire pplication. For each actor created a directory with the name of the actor is created in the actors directory. All information about the actor is contained in this directory. Included in this directory is an index.js file and a doc directory that can contain additional information about the actor.

Directories

The creation of the actor directory in the actors directory in the application base directory.

See Also


Table of contents