Skip to content
This repository was archived by the owner on Jul 11, 2022. It is now read-only.
This repository was archived by the owner on Jul 11, 2022. It is now read-only.

nitro craft command doesn't accept flags #301

@michaelroper

Description

@michaelroper

Not sure if this related to one of the other issues you mentioned that you're already working on (#285), but the nitro craft command doesn't seem to accept passing flags through either?

It doesn't work from my local machine:

➜ nitro craft resave/entries --element-id 13899
Error: unknown flag: --element-id

but from within the container works as expected:

➜ nitro ssh
connecting to www-cms.test
/app $ ./craft resave/entries --element-id 13899
Resaving 1 entry ...
    - [1/1] Resaving About us (13899) ... done
Done resaving entry.

Additional info

  • Nitro version: 2.0.6
  • Docker version: 20.10.5 (the engine version, right?)

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions