Skip to content

enable passing command line params instead of interactive shell #5

@reinpk

Description

@reinpk

the issue is that i'm trying to automate the use of the logo cli for creating new repos, but the interactive shell is a big impediment to that.

i'd like to be able to call it like this:

logo create alexa --name Alexa --slug alexa

and have those parameters passed down to Khaos's ask:
https://github.com/segmentio/khaos/blob/master/lib/plugins.js#L37-L83

or somehow into https://github.com/segmentio/metalsmith-prompt so that command line arguments can make the system not ask for interactive questions when a matching command line option is given.

this is the last thing blocking logo automation :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions