Items | Contents |
---|---|
Short Description | The FunctionHub-cli provides interaction with FunctionHub for storing and accessing reusable functions. FunctionHub is child of Cloudstash, a broader cloud based storage unit for functions and artifacts. |
Documentation | https://functionhub-cli.readthedocs.io/ |
Video | WPI |
Licence | Apache License, Version 2.0 |
Contact |
|
This README is currently tailored to Unix-like systems (MacOS, Linux).
For FunctionHub developers and users, the following additional software must be installed:
pip install functionhub
fuhub create exampleProject
cd exampleProject
fuhub --token <deploy-token> upload myfunction.zip
curl -o function.zip https://cloudstash.io/artifact_download/<ArtifactId>
We encourage contributions from everyone who finds interest in this project!
For any ideas, bugs or new features use our issue tracker at our GitHub project.
When contributing, fork the repository and commit work through pull requests.
Read the roadmap
The test suite is located in the test folder. The following instructions executes the test suite powered by pytest and coverage.
coverage run --source ../functionhub -m pytest
coverage report -m