Dalet Flex documentation has moved!
This page is no longer actively maintained. For the latest documentation, please visit us at our new support portal: https://support.dalet.com

Getting Started

The following steps will pull an action from your source account and then create it in your target account.

We always recommend taking database backups before applying changes to your Dalet Flex environment. Failure to do so could result in permanent data loss!

Initial Commands

You can run the following command before starting your change request, or at any point in the steps below:

List all actions in an environment: list --environment source --type action (here the --environment flag can be source or target)

Get help for any command: help list (you can substitute list for any other command, e.g. help open)

1. Start a new change request

open --source <name_of_source_environment> --target <name_of_target_environment>

2. Manually create a new action in the Source

  1. Login to the Flex Core UI of your Source environment
  2. Navigate to Settings > Actions
  3. Click “New” to create a new Action (any type will do)
  4. Add some basic configuration to the General and Configuration tabs
  5. Save and enable the Action
  6. Copy the UUID of your new Action for the next step

3. Pull the new Action configuration

pull -–type action -–uuid <uuid_of_newly_created_action>

4. Add the new action to your change request

add

5. Commit the change request

commit

That’s it! You can now login to the Target Flex Account to check that the new Action was created. It even has the same UUID as the Source.