Added
- Pythonic CLI tool. Install the package and run `covalent --help` for a usage description.
- Login and logout functionality.
- Executor registration/deregistration skeleton code.
- Dispatcher service start, stop, status, and restart.
Changed
- JWT token is stored to file instead of in an environment variable.
- The Dask client attempts to connect to an existing server.
Removed
- Removed the Bash CLI tool.
Fixed
- Version assignment in the covalent init file.