def project_id()

in migration_toolkit/common/argparse_arguments.py [0:0]


def project_id(parser):
  parser.add_argument(
      "--project-id",
      required=True,
      help=(
          "Google Cloud project ID/number (cross-project migration isn't"
          " supported), for example `datastream-proj` or `5131556981`."
      ),
  )