Skip to content

doc: remove build from public CLI command table in concepts.md#37

Open
Adityakk9031 wants to merge 1 commit into
AlmanacCode:mainfrom
Adityakk9031:#35
Open

doc: remove build from public CLI command table in concepts.md#37
Adityakk9031 wants to merge 1 commit into
AlmanacCode:mainfrom
Adityakk9031:#35

Conversation

@Adityakk9031

Copy link
Copy Markdown
Contributor

Description

The command-group table in docs/concepts.md listed build as a public command under the Lifecycle section. However, build is an internal run kind that is queued by the public init command, and direct invocation of codealmanac build is rejected by the CLI parser.

This PR updates the table to list only public commands (init, ingest, garden, sync, jobs) and adds a note explaining that init queues the internal build run.

Closes #35

Changes

  • Updated docs/concepts.md to remove build from the CLI commands table.
  • Added clarification text about init queuing the internal build run under the hood.

@Adityakk9031

Copy link
Copy Markdown
Contributor Author

@divitsheth have a look

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

bug: docs/concepts.md lists build as a public command but codealmanac build is rejected

1 participant