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 sf project create -h yields command not found #2301

Closed
peternhale opened this issue Jul 13, 2023 · 2 comments
Closed

Running sf project create -h yields command not found #2301

peternhale opened this issue Jul 13, 2023 · 2 comments
Labels
bug Issue or pull request that identifies or fixes a bug validated Version information for this issue has been validated

Comments

@peternhale
Copy link
Contributor

Summary

Running sf project create -h yields Error: Command project:generate:create not found

Steps To Reproduce

  • Run sf project create -h

Expected result

Should show the help for the one partial command matched when running sf project create -name foo

When running sf project create -name foo I see the warning below that states it is running the command found from a partial match.

(node:3898) Warning: One command matches the partial command entered, running command:
sf project generate --name foo

Actual result

sf project create -h                  
 ›   Error: Command project:generate:create not found.

System Information

{
  "cliVersion": "@salesforce/cli/2.0.2",
  "architecture": "darwin-x64",
  "nodeVersion": "node-v18.14.0",
  "osVersion": "Darwin 22.5.0",
  "shell": "zsh",
  "rootPath": "/usr/local/lib/node_modules/@salesforce/cli",
  "pluginVersions": [
    "@oclif/plugin-autocomplete 2.3.1 (core)",
    "@oclif/plugin-commands 2.2.17 (core)",
    "@oclif/plugin-help 5.2.11 (core)",
    "@oclif/plugin-not-found 2.3.26 (core)",
    "@oclif/plugin-plugins 3.1.6 (core)",
    "@oclif/plugin-search 0.0.18 (core)",
    "@oclif/plugin-update 3.1.22 (core)",
    "@oclif/plugin-version 1.3.6 (core)",
    "@oclif/plugin-warn-if-update-available 2.0.41 (core)",
    "@oclif/plugin-which 2.2.22 (core)",
    "@salesforce/cli 2.0.2 (core)",
    "apex 2.3.4 (core)",
    "auth 2.8.4 (core)",
    "command-reference 2.4.1 (user)",
    "community 2.2.11 (user)",
    "custom-metadata 2.1.19 (user)",
    "data 2.4.5 (core)",
    "deploy-retrieve 1.13.5 (core)",
    "dev 0.7.4 (user)",
    "devops-center 0.1.0-beta.3 (user)",
    "env 2.1.8 (user)",
    "functions 1.21.8 (user)",
    "info 2.6.25 (core)",
    "limits 2.3.23 (core)",
    "login 1.2.15 (core)",
    "org 2.9.19 (core)",
    "packaging 1.16.11 (user)",
    "schema 2.3.17 (core)",
    "settings 1.4.17 (core)",
    "signups 1.4.14 (user)",
    "sobject 0.1.32 (core)",
    "source 2.10.22 (core)",
    "telemetry 2.2.1 (core)",
    "templates 55.5.2 (core)",
    "trust 2.4.27 (core)",
    "user 2.3.20 (core)",
    "@salesforce/sfdx-plugin-lwc-test 1.0.2 (user)",
    "@salesforce/sfdx-scanner 3.12.0 (user)"
  ]
}
@peternhale peternhale added the investigating We're actively investigating this issue label Jul 13, 2023
@github-actions
Copy link

Thank you for filing this issue. We appreciate your feedback and will review the issue as soon as possible. Remember, however, that GitHub isn't a mechanism for receiving support under any agreement or SLA. If you require immediate assistance, contact Salesforce Customer Support.

@github-actions github-actions bot added the validated Version information for this issue has been validated label Jul 13, 2023
@mshanemc mshanemc added bug Issue or pull request that identifies or fixes a bug and removed investigating We're actively investigating this issue labels Jul 13, 2023
@git2gus
Copy link

git2gus bot commented Jul 13, 2023

This issue has been linked to a new work item: W-13753346

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue or pull request that identifies or fixes a bug validated Version information for this issue has been validated
Projects
None yet
Development

No branches or pull requests

2 participants