Module mz::command::profile

source ·
Expand description

Implementation of the mz profile command.

Consult the user-facing documentation for details.

Structs§

  • Represents the args to retrieve a profile configuration value.
  • Represents the args to remove the value from a profile configuration field.
  • Represents the args to set the value of a profile configuration field.

Enums§

  • Represents the possible fields in a profile configuration.

Functions§

  • Shows the value of a profile configuration field.
  • Shows all the possible field and its values in the profile configuration.
  • Removes the value from a profile configuration field.
  • Sets a value in the profile configuration.
  • Initiates the profile creation process.
  • Opens the default web browser in the host machine and awaits a single request containing the profile’s app password.
  • Prompts the user for the profile email and passowrd in Materialize. Notice that the password is the same as the user uses to log into the console, and not the app-password.
  • List all the possible config values for the profile.
  • Removes the profile from the configuration file.
  • Strips the .api from the login endpoint. The .api prefix will cause a failure during login in the browser.