diff --git a/README.md b/README.md index 3c6205e..f0d656c 100644 --- a/README.md +++ b/README.md @@ -28,8 +28,9 @@ Each of these also has a corresponding command line version: `e4edm config parameter value` `e4edm select dataset day mission` `e4edm add files` +`e4edm commit` `e4edm duplicate paths` `e4edm validate` -`e4edm commit destination` +`e4edm push destination` `e4edm zip` `e4edm unzip` diff --git a/e4e_data_management/core.py b/e4e_data_management/core.py index 5aa85ef..4ac231f 100644 --- a/e4e_data_management/core.py +++ b/e4e_data_management/core.py @@ -20,9 +20,10 @@ def main(): 'config': None, 'select': None, 'add': None, + 'commit': None, 'duplicate': None, 'validate': None, - 'commit': None, + 'push': None, 'zip': None, 'unzip': None }