[bug]: plane import and plane apply documented but not implemented in plane-compose 0.2.0
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 59.6k
- Forks
- 5.8k
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 49
Description
Context for this and four related tickets: https://github.com/orgs/makeplane/discussions/8999
I have searched existing issues; no existing report covers this. Filing via API rather than the issue form, so the form fields (Environment, Browser, Variant, Version) are inlined below.
- Environment: Production
- Browser: Other (CLI tool)
- Variant: Cloud (tested against api.plane.so)
- Version: plane-compose 0.2.0 (note:
plane --versionself-reports0.1.0-- separate ticket forthcoming)
Current behavior
Two commands are referenced in user-facing materials shipped with plane-compose 0.2.0 but are absent from the actual CLI:
plane import-- the auto-generatedwork/inbox.yamlfromplane clonecontains the comment line:# Use 'plane import' to bring specific items into this file. Runningplane importreturnsError: No such command 'import'.plane apply-- the PyPI README for plane-compose 0.2.0 listsplane applyandplane apply --dry-rununder "Work Items (Declarative)" as the "Declarative sync with delete support" path. Runningplane applyreturnsError: No such command 'apply'.
These are the documented paths for two important workflows: taking ownership of cloned items so they can be edited and pushed back (import), and declarative sync with deletion support (apply). Without them, there is no working path for the workflows they describe.
What I expect: either ship the commands, or remove the references from inbox.yaml and the PyPI README so users don't lose time looking for them.
Steps to reproduce
pipx install plane-compose(installs 0.2.0).plane auth loginagainst any workspace.plane clone <uuid> --workspace <slug>for any project.cat work/inbox.yaml-- observe the comment referencingplane import.- Run
plane import:$ plane import Usage: plane [OPTIONS] COMMAND [ARGS]... Try 'plane --help' for help. Error: No such command 'import'. - Run
plane apply:$ plane apply Usage: plane [OPTIONS] COMMAND [ARGS]... Try 'plane --help' for help. Error: No such command 'apply'. - Confirm the PyPI reference at https://pypi.org/project/plane-compose/ -- the "Work Items (Declarative)" section lists both commands.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by checking the installed plane CLI command list and the generated work/inbox.yaml reference, then compare them with the PyPI README's Work Items (Declarative) section. Determine whether the documented import and apply workflows are intended to be shipped or removed. Done means the CLI and its user-facing references agree, with the reported commands either working or no longer advertised.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli, documentation
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100