question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Seems like when we are using latest Projen version 0.65.29 we started facing some "unknown command" issue.

See original GitHub issue

Seems like when we are using latest Projen version 0.65.29 we started facing some “unknown command” issue. Same command with older version works fine.

We have executed following command. Masked some sensitive info

npx projen new --from @custom-project-scaffolders/springboot full --no-git --domain-entity testc --tier app --api

Got following exception Unknown commands: testc, --tier, app, --api

When we used the above command with older version of Projen. It worked alright. Not sure if something is changed recently. If yes can you please let us know.

Issue Analytics

  • State:closed
  • Created 10 months ago
  • Reactions:1
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
mrgraincommented, Nov 20, 2022

Alright, I have a fix ready https://github.com/projen/projen/pull/2252

Thanks for reporting this @anshulgargamway

0reactions
anshulgargamwaycommented, Nov 21, 2022

@mrgrain : Thanks for fixing the same will wait for the PR to be merged and released

Read more comments on GitHub >

github_iconTop Results From Across the Web

Not working on Windows · Issue #498 · projen/projen - GitHub
That said, it appears to be caused by the addition of the xmlbuilder2 library in projen 0.13.10 (commit). The current workarounds I've found:...
Read more >
Converting a CDK construct to using Projen - Matthew Bonig
I 'm going to cover here what it took to convert an existing JSII-based CDK construct, nightynight. The Existing Code. First, a quick...
Read more >
projen/API.md - UNPKG
DependabotIgnore](#projen-github-dependabotignore)|You can use the `ignore` option to ... Automatically release to npm when new versions are introduced.
Read more >
API Reference | projen
Used for invoking all command-line programs, taking either a map of configuration values, or, when called in its short-form, a string that will...
Read more >
How to simplify project setup with Projen - Tidy Cloud AWS
Whenever you start a new software project and set up a repository for it, what do you do?Run a package manager tool (npm/yarn...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found