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
- Login to the Flex Core UI of your Source environment
- Navigate to Settings > Actions
- Click "New" to create a new Action (any type will do)
- Add some basic configuration to the General and Configuration tabs
- Save and enable the Action
- 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
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.
Comments
0 comments
Please sign in to leave a comment.