-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Akshin Mustafayev edited this page Sep 11, 2022
·
24 revisions
To use EJIC:
- Download and install .Net 6 runtime
- Download the latest release and extract files to the desired directory
EJIC works with .yaml playbooks. To read more about structure of playbooks read Playbook wiki documentation first.
The list of available actions in playbook and their documentation is listed below:
- CleanFolderContents - Cleans all files and folders in the specified directory
- CopyFile - Copies specified file to a new directory
- CopyFolder - Copies specified folder to a new directory
- CreateFile - Creates text file with the specified content in the given directory
- Debug - Outputs given text to console or file
- DeleteFile - Deletes specified file in a given directory
- DeleteFolder - Deletes specified directory
- InvokePowerShellScript - Executes PowerShell script from the playbook
- InvokePowerShellScriptFile - Executes PowerShell script file
- MoveFile - Moves specified file to a new directory
- MoveFolder - Moves folder and its contents to the specified destination
- ReadFile - Read specified file to memory and set data to variable
- RenameFile - Renames specified file
- RenameFolder - Renames specified folder
- RunExecutable - Executes application executable file
- Service - Performs actions with the service
- SetVariableValue - Sets value to variable
- Wait - Pauses process for the specified seconds