cli icon indicating copy to clipboard operation
cli copied to clipboard

`project:init` not mapped to the `project` shortcut `p`

Open gilzow opened this issue 2 years ago • 0 comments

Unlike other project subcommands (e.g. info, list, create, etc), the init command is not available:

$ upsunstg p:init                                                                                                                     
  [CommandNotFoundException]
  Command "p:init" is not defined.

Possibly not implemented yet but wanted to mention it. As an aside, it's also not listed in the list of commands you might have meant:

  Did you mean one of these?
<snip>
      oups
      pro
      project:clear-build-cache
      project:create
      project:delete
      project:get
      project:info
      project:list
      project:metadata
      project:set-remote
      projects
      push
<snip>

This is with the vendorized cli, but the same occurs in the latest platformsh cli version.

gilzow avatar Sep 22 '23 20:09 gilzow