Skip to main content

Importing Profiles

envio supports importing profiles from the internet. You can import an already existing profile from another user by downloading the profile and then importing it into your envio setup.

Users can download profiles over the internet using the following command:

$ envio import <profile_name_to_save_as> -u <url>
# OR
$ envio import <profile_name_to_save_as> --url <url>

url should point to a valid URL where the profile can be downloaded. The profile_name_to_save_as argument specifies the name of the profile to save as.

If you have already downloaded the profile and just want to import it, you can use the following command:

$ envio import <profile_name_to_save_as> -f <path_to_file>
# OR
$ envio import <profile_name_to_save_as> --file-to-import-from <path_to_file>

path_to_file should point to the location of the profile file on your local machine.