materials_commons.cli.subcommands.remote module¶
- materials_commons.cli.subcommands.remote.make_parser()[source]¶
Make argparse.ArgumentParser for mc remote
- materials_commons.cli.subcommands.remote.remote_subcommand(argv, working_dir)[source]¶
Show / modify list of known Materials Commons accounts.
- Actions:
mc remote # list known remotes mc remote –add <email> <url> # add a remote mc remote –remove <email> <url> # remove a remote mc remote –set-default <email> <url> # set the default remote mc remote –set-project <email> <url> # change the remote used for the current project