How to get started with Prefect Cloud 2.0

To get started with Prefect Cloud 2.0, follow these steps:

  1. Sign in or register a Prefect Cloud account.
  2. Create workspaces for your account.
  3. Create an API key to authorize a local execution environment.
  4. Configure Orion settings to use Prefect Cloud.
  5. Configure storage.
  6. Run a flow and display the flow run in Prefect Cloud.

This page will walk you through the process:

Login from CLI

After installing Prefect 2.0, you may login to your workspace using:

prefect cloud login -k API_KEY -w "account_name/workspace_name"

Deploying execution layer for Cloud 2.0

Getting started with Prefect 2.0 - list of resources

https://discourse.prefect.io/t/getting-started-with-prefect/27#prefect-20-1

1 Like