-
-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Proposal: Rename the project "aqua" #881
Comments
I have no idea of new name yet. |
How about |
Thank you for your proposal. |
I would like to keep names of GitHub Organization, Repository, and command.
|
I changed my mind.
https://twitter.com/search?q=clisvm&src=typed_query&f=live |
https://twitter.com/search?q=clivm&src=typed_query&f=live |
Open PRs
Create the migration script
Publish the migration guide
Rename Organizations
Rename repositories
Create releases
DocSearch
|
#!/usr/bin/env bash
set -eux
set -o pipefail
git_replace() {
git grep -l "$1" | xargs -n 1 gsed -i "s|$1|$2|g"
}
git_replace aquaproj-aqua clivm
git_replace aquaproj clivm
git_replace AQUA CLIVM
git_replace aqua clivm |
I'm planning to rename |
Migration GuideLaptop
Repository
|
[DRAFT] Announcement:
|
I'm sorry for late, but I'm going to write my opinion for this proposal as a mere user. On the other hand, I like the atmosphere of the name of
The coined word has higher googlability than abbreviation. I suggest https://twitter.com/search?q=aqucliva&src=typed_query&f=live What do you think? |
Thank you for your opinion.
I agree you.
|
I reconsidered new names related to I really appreciate your opinion, and I'm sorry that I can't adopt your proposal. Thank you for your proposal. |
To me renaming to either of But of course I always respect the owner's preference and decision. Thanks for providing us with this great tool! |
Thank you for your opinion.
It is hard to make a decision 😥 aquacli
https://www.google.co.jp/search?q=aquacli aquaclivm
https://www.google.co.jp/search?q=aquaclivm aquavm
https://www.google.co.jp/search?q=aquavm
|
If we rename aqua to |
Hmm... Maybe this repository aquaproj/aqua should be renamed to |
How about
https://www.google.co.jp/search?q=aquamgr Thank you very much for this great tool! |
What if you rename the GH organization to |
How about |
Just stumbled upon this. I like the name aqua and don't know if googleability is the biggest issue I would be concerned with. Getting the word out more seems like it would be more important than a big rename migration? Just my humble opinion. |
Dear folks, Thank you for your opinion. aqua is now used by more users and projects than ever before, so I don't want to confuse users by renaming this project. I'd like to consider how to raise awareness of this project instead. |
Feature Overview
Rename the project
aqua
.Why is the change needed?
The googleability of
aqua
is low, so it is difficult to search the information about aqua using Google or another similar Internet search engine.Does the change include Breaking Changes?
Yes. You have to fix codes.
The text was updated successfully, but these errors were encountered: