I need to stick with the open source product right now, but everything that I create, even with the --use-open-source option has my license key embedded and won't run without it. How do I at least temporarily kill off the team subscription on my development machine so I can create a clean project with just the open source components?
3 Answer(s)
-
0
hi
Can you pass the
-t app
options when using CLI to create a new template project?abp new Acme.BookStore -t app --old
https://abp.io/docs/latest/cli/differences-between-old-and-new-cli
-
0
i use this command: abp new XAKTme -t app -dbms PostgreSQL -th basic -csf -nsl -nkc -smr -old
and it still puts my license key in AppSecrets.
I just want to be sure that I don't have the license restrictions, because I will need to have other developers work on this branch.
-
0
hi
The
old
need two--
You can logout first.
abp logout
.abp new XAKTme -t app -dbms PostgreSQL -th basic -csf -nsl -nkc -smr --old