We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Ran the following:
citizen module -r https://registry.address.com -o me testmod testmod aws 0.0.1 citizen module -r https://registry.address.com --owner me testmod testmod aws 0.0.1
Neither populated the owner column in the mysql database.
Ran without the switches but with the env variable CITIZEN_MODULE_OWNER set, and the owner column was populated in the mysql database.
Suspect this line zeros out the owner if the env variable isn't set:
citizen/lib/module/cli.js
Line 8 in 7e4d264
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Ran the following:
citizen module -r https://registry.address.com -o me testmod testmod aws 0.0.1
citizen module -r https://registry.address.com --owner me testmod testmod aws 0.0.1
Neither populated the owner column in the mysql database.
Ran without the switches but with the env variable CITIZEN_MODULE_OWNER set, and the owner column was populated in the mysql database.
Suspect this line zeros out the owner if the env variable isn't set:
citizen/lib/module/cli.js
Line 8 in 7e4d264
The text was updated successfully, but these errors were encountered: