Billy McMonagle
08/03/2022, 9:41 PMBilly McMonagle
08/03/2022, 9:41 PM❯ prefect cloud login --key $PREFECT_API_KEY --workspace $PREFECT_WORKSPACE
Creating a profile for this Prefect Cloud login. Please specify a profile name: default
Logged in to Prefect Cloud using profile 'default'.
Workspace is currently set to '$PREFECT_WORKSPACE'. The workspace can be changed using `prefect cloud workspace set`
Mason Menges
08/03/2022, 9:55 PMprefect config set PREFECT_API_URL="URL"
if both those values are set you shouldn't need to authenticate directly, Provided the URL contains the Account ID for your account and the Workspace ID for the workspace you're pointing too. let me know if that helps 😄Billy McMonagle
08/03/2022, 10:20 PM