Pipeline Cloud does not enable new project creation or deployment
plutopulp opened this issue · comments
plutopulp commented
it would be nice to be able to create (or get a list) of projects on user account and with the project ID be able to call a
api.deploy(pipeline_id, project_id)
that returns the pipeline_id
which in turn we could use to execute runs in the new project all with the python client.
Alex Pearwin commented
In general it would be nice if the library acted as a more general API client, e.g.
project = api.Project.create(name="…")
deployment = api.Deployment(project=project, pipeline="pipeline_abc123")
stale commented
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.