Synopsis

    cordova-cli restore <command> [options] --experimental

Restore project based on to config.xml

    plugins ........................... install all plugins that are currently listed in config.xml
             
             
            [--searchpath <directory>] ................ when restoring plugins listed by ID, look in this directory and
                                                    each of its subdirectories for the plugin before hitting the registry.
                                                    Multiple search paths can be used by either specifying the flag multiple
                                                    times, or by separating paths with a delimiter (: on 'nix, ; on Windows).
    
    platforms ......................... install all platforms that are currently listed in config.xml

Experimental

    Because this command is experimental, you must include --experimental.
    The arguments and behavior of this command may change.

See also: cordova-cli save
