Skip to content
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

Running floyd init with uppercase project name fails #132

Open
RobertBiehl opened this issue Nov 11, 2017 · 0 comments
Open

Running floyd init with uppercase project name fails #132

RobertBiehl opened this issue Nov 11, 2017 · 0 comments

Comments

@RobertBiehl
Copy link

Observed behavior:

Robert$ floyd init DCGAN
Project name does not match your list of projects. Create your new project in the web dashboard:
	https://www.floydhub.com/projects/create

After creating the project in the browser the project name will be transformed to lowercase.

Running it again leads to the same result.

Robert$ floyd init DCGAN
Project name does not match your list of projects. Create your new project in the web dashboard:
	https://www.floydhub.com/projects/create

Expected behaviour:
floyd-cli should automatically lowercase the project name to have the same behaviour as the webinterface, or throw an error when using upper case characters.

Robert$ floyd init DCGAN
Project "dcgan" found in your list of projects. (All project names are lowercase.)
Project "dcgan" initialized in current directory
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant