Clone

Copy all environment variables from a source app into the destination app

tapit [-a dest_app_name] clone variables <source_app_name> [exclude=KEY1,KEY2] [from_team=team_name]

Arguments

  • <source_app_name> - Name of the app to copy variables from

Parameters

  • exclude: Comma-separated list of variable names to skip
  • from_team: Team name to look up the source app in (required if the app name exists in multiple teams)