Is there an equivalent code for command ? ```prefe...
# ask-community
e
Is there an equivalent code for command ?
Copy code
prefect backend server (cloud)
Right now I am doing
os.system("prefect backend cloud")
, not sure whether there is a more elegant way
k
Hi @Enda Peng! I don’t think so. Are you switching from cloud and server often?
e
Not often and it is not a blocker for me, I have a lot workaround for this problem