This website requires JavaScript.
Explore
Help
Sign in
mravi
/
uncloud-mravi
Watch
1
Star
0
Fork
You've already forked uncloud-mravi
0
forked from
uncloud/uncloud
Code
Issues
Pull requests
Projects
Releases
Wiki
Activity
b7f3ba1a34
uncloud-mravi
/
uncloud
/
api
History
meow
b7f3ba1a34
remove cache=none from QEMU args as it is not supported on tmpfs/rootfs
2020-01-05 19:46:38 +05:00
..
__init__.py
find ucloud -name \*.py -exec sed -i "s/ucloud/uncloud/g" {} \;
2019-12-31 11:29:08 +01:00
common_fields.py
refactor
#2
2019-12-31 11:30:02 +01:00
create_image_store.py
renamed argument, and changed destination and make it required (uncloud.cli.image.create_image_from_file)
2020-01-05 18:31:48 +05:00
helper.py
refactor
#2
2019-12-31 11:30:02 +01:00
main.py
remove cache=none from QEMU args as it is not supported on tmpfs/rootfs
2020-01-05 19:46:38 +05:00
README.md
find ucloud -name \*.py -exec sed -i "s/ucloud/uncloud/g" {} \;
2019-12-31 11:29:08 +01:00
schemas.py
uncloud cli converted to argparse
2020-01-03 18:38:59 +05:00
README.md
ucloud-api
Installation
Make sure you have Python >= 3.5 and Pipenv installed.
Clone the repository and
cd
into it.
Run the following commands
pipenv install
pipenv shell
python main.py