Skip to content

Can't force rebuild app #114

@dijonkitchen

Description

@dijonkitchen

When you try to rebuild an app with the same name, you get the following message:

$ ./bin/app dijonkitchen/test-edge-app
Output from locating template:

Generating fresh 'clj new' edge.app-template project into dijonkitchen.test-edge-app.
$ ./bin/app dijonkitchen/test-edge-app
Output from locating template:

Generating fresh 'clj new' edge.app-template project into dijonkitchen.test-edge-app.
Could not create directory dijonkitchen.test-edge-app. Maybe it already exists?  Use -f / --force to overwrite it.

But when you try it with the -f or --force flags, it doesn't recognize it:

$ ./bin/app dijonkitchen/test-edge-app -f
Output from locating template:

Unknown option '-f' 

Use case would be for changing an existing app to include the --cljs or --sass options like so:

$ ./bin/app dijonkitchen/test-edge-app --cljs

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions