apps create
check if project matches expected type before continuing
#59
Labels
apps create
check if project matches expected type before continuing
#59
Running
apps create
in an empty directory and creating a Spring Boot application will create asrc/main/resources/application.properties
while this IS expected. If there is nopom.xml
,build.gradle
,build.gradle.kts
, in that directory it seems odd.Steps to reproduce:
I created a new Okta account via okta-cli.
Then I run command okta apps create:
Then I found a new application in Developer console, but also in my current directory 'src' folder was created.
Do we need extra description in readme, how okta apps create should work?
The text was updated successfully, but these errors were encountered: