Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions datadog_sync/commands/migrate.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
from datadog_sync.constants import Command


@command(Command.MIGRATE.value, short_help="Migrate Datadog resources from one datacenter to another.")
@command(Command.MIGRATE.value, short_help="Migrate Datadog resources from one Datadog organization to another.")
@source_auth_options
@destination_auth_options
@common_options
@diffs_common_options
@sync_common_options
@storage_options
def migrate(**kwargs):
"""Migrate Datadog resources from one datacenter to another."""
"""Migrate Datadog resources from one Datadog organization to another."""
run_cmd(Command.MIGRATE, **kwargs)
Loading