-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2503 doc autogen #2539
2503 doc autogen #2539
Conversation
What is the output path of the doc? The generated doc will then be referenced in docs at: https://docs.avax.network/tooling/avalanche-cli , right? |
output of the .md file is in root of this project |
cmd/commands.md
Outdated
-l, --local operate on a local network | ||
-m, --mainnet operate on mainnet | ||
--node-endpoint string gather node id/bls from publicly available avalanchego apis on the given endpoint | ||
--node-id string node-id of the validator to add | ||
--output-tx-path string (for Subnets, not L1s) file path of the add validator tx | ||
--partial-sync set primary network partial sync for new validators (default true) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some of the flags are being generated without a type, causing the description to split (see original line 152)
-l, --local operate on a local network | |
-m, --mainnet operate on mainnet | |
--node-endpoint string gather node id/bls from publicly available avalanchego apis on the given endpoint | |
--node-id string node-id of the validator to add | |
--output-tx-path string (for Subnets, not L1s) file path of the add validator tx | |
--partial-sync set primary network partial sync for new validators (default true) | |
-l, --local none operate on a local network | |
-m, --mainnet none operate on mainnet | |
--node-endpoint string gather node id/bls from publicly available avalanchego apis on the given endpoint | |
--node-id string node-id of the validator to add | |
--output-tx-path string (for Subnets, not L1s) file path of the add validator tx | |
--partial-sync none set primary network partial sync for new validators (default true) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this due to the script or the CLI command code? This happens consistently throughout the generated commands doc
closes #2503 |
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.214.0 to 0.215.0. - [Release notes](https://github.com/googleapis/google-api-go-client/releases) - [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md) - [Commits](googleapis/google-api-go-client@v0.214.0...v0.215.0) --- updated-dependencies: - dependency-name: google.golang.org/api dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: arturrez <[email protected]>
Bumps google.golang.org/protobuf from 1.36.1 to 1.36.2. --- updated-dependencies: - dependency-name: google.golang.org/protobuf dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* improve evm proposer vm activation error handling * address PR comment
* support contract owners for custom subnet evm binary * address PR comment --------- Co-authored-by: arturrez <[email protected]>
Bumps [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) from 1.32.7 to 1.32.8. - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases) - [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json) - [Commits](aws/aws-sdk-go-v2@v1.32.7...v1.32.8) --- updated-dependencies: - dependency-name: github.com/aws/aws-sdk-go-v2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: arturrez <[email protected]>
Bumps [github.com/spf13/afero](https://github.com/spf13/afero) from 1.11.0 to 1.12.0. - [Release notes](https://github.com/spf13/afero/releases) - [Commits](spf13/afero@v1.11.0...v1.12.0) --- updated-dependencies: - dependency-name: github.com/spf13/afero dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: arturrez <[email protected]>
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.215.0 to 0.216.0. - [Release notes](https://github.com/googleapis/google-api-go-client/releases) - [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md) - [Commits](googleapis/google-api-go-client@v0.215.0...v0.216.0) --- updated-dependencies: - dependency-name: google.golang.org/api dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) from 1.28.7 to 1.28.10. - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases) - [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json) - [Commits](aws/aws-sdk-go-v2@config/v1.28.7...config/v1.28.10) --- updated-dependencies: - dependency-name: github.com/aws/aws-sdk-go-v2/config dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: arturrez <[email protected]>
* improve change weight * partial work * implemented! * move functions to SDK * nit * make all balances float * use sdk network object on sdk functions * reduce dep on pkg from sdk helper * address PR comment * mv functions to validator SDK package * address PR comments
Signed-off-by: dashangcun <[email protected]> Co-authored-by: arturrez <[email protected]> Co-authored-by: felipemadero <[email protected]>
* use local machine to join as validator * fix lint * update validate function * local machine validate l1 * update command description * lint * lint * address comments * fix merge * address comments * enable more than 1 node in a cluster to validate * address comments * fix lint * fix lint --------- Signed-off-by: sukantoraymond <[email protected]>
…#2564) Bumps [github.com/aws/aws-sdk-go-v2/service/ec2](https://github.com/aws/aws-sdk-go-v2) from 1.198.1 to 1.200.0. - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases) - [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json) - [Commits](aws/aws-sdk-go-v2@service/ec2/v1.198.1...service/ec2/v1.200.0) --- updated-dependencies: - dependency-name: github.com/aws/aws-sdk-go-v2/service/ec2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [github.com/docker/docker](https://github.com/docker/docker) from 27.4.1+incompatible to 27.5.0+incompatible. - [Release notes](https://github.com/docker/docker/releases) - [Commits](moby/moby@v27.4.1...v27.5.0) --- updated-dependencies: - dependency-name: github.com/docker/docker dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4db7ba3
to
179a819
Compare
a2dd707
to
fffa819
Compare
closing in favor of #2570 |
Why this should be merged
Autogenerate markdown for CLI cmds that can be remotely fetched
How this works
Github action on PR to main with python script that generates markdown