Skip to content

apify import: turn an existing repository into an Actor #1452

Description

@patrikbraborec

Problem

The CLI has two entry points for a project. apify create starts from nothing, and apify pull starts from an Actor that already exists. There is no path for the case most existing developers arrive with: a repository that already exists, possibly with several packages, that should become an Actor. init only writes actor.json. Nothing binds the directory to an Actor or sets the repo as its Git source, so people wire it in Console by hand (#1425, #1428).

What we want

apify import: run inside an existing repo, bind it to a new or existing Actor, and optionally set the Actor's Git source to the repo, branch, and subdirectory. The reverse of create --source, reusing its provider authorization.

Links

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    t-buildersIssues owned by the Builders team.

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions