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

Readme issue - Creating a user profile #81

Open
hizir-bc opened this issue Jul 13, 2021 · 0 comments
Open

Readme issue - Creating a user profile #81

hizir-bc opened this issue Jul 13, 2021 · 0 comments
Labels

Comments

@hizir-bc
Copy link

hizir-bc commented Jul 13, 2021

The example CLI command for creating a db2 profile is throwing the following error

Unknown argument: p
Command failed due to improper syntax
Command entered: "zowe profiles create db2 myprofile -H myhost -P myport -u myuser -p mypw -d mydb"
Available commands are "zosmf-profile, tso-profile, ssh-profile, db2-profile, base-profile".
Use "zowe profiles create --help" to view groups, commands, and options.
Error Details:
Unknown argument: p

instead of
zowe profiles create db2 <profile name> -H <host> -P <port> -u <user> -p <password> -d <database>

it should be
zowe profiles create db2 <profile name> -H <host> -P <port> -u <user> --pw <password> -d <database>

according to the CLI help
--password | --pass | --pw

if I am not missing something, readme file needs a quick change 🙂

@zFernand0 zFernand0 added enhancement New feature or request good first issue Good for newcomers documentation priority-low labels Mar 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Low Priority
Development

No branches or pull requests

2 participants