Hi,

I've named our new CLI, cloudmonkey after our mascot, without asking the 
community on ML.
This may be frivolous but how should one name anything in future?

Please suggest any other name that you like.
Or, for your fork, one can change the name in setup.py, for example for the 
name cloudcli:

diff --git a/tools/cli/setup.py b/tools/cli/setup.py
index fdbdb2b..db61565 100644
--- a/tools/cli/setup.py
+++ b/tools/cli/setup.py
@@ -54,6 +54,6 @@ setup(
     ],
     entry_points="""
     [console_scripts]
-    cloudmonkey = cloudmonkey:main
+    cloudcli = cloudmonkey:main
     """,
 )

Create source distribution or install:
python setup.py sdist
python setup.py install #etc.

Regards,
Rohit

Reply via email to