Function mz::command::profile::init

source ยท
pub async fn init(
    scx: &Context,
    no_browser: bool,
    force: bool,
    admin_endpoint: Option<Url>,
    cloud_endpoint: Option<Url>,
) -> Result<(), Error>
Expand description

Initiates the profile creation process.

There are only two ways to create a profile:

  1. By prompting your user and email.
  2. By opening the browser and creating the credentials in the console.