Seems like when we are using latest Projen version 0.65.29 we started facing some "unknown command" issue.
See original GitHub issueSeems 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:
- Created 10 months ago
- Reactions:1
- Comments:6 (4 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Alright, I have a fix ready https://github.com/projen/projen/pull/2252
Thanks for reporting this @anshulgargamway
@mrgrain : Thanks for fixing the same will wait for the PR to be merged and released