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

Is it possible create publish an object via multisig using aptos CLI? #786

@AlexanderLiteplo

Description

@AlexanderLiteplo

Url

https://aptos.dev/en/build/cli/working-with-move-contracts/multi-signature-tutorial#execute-the-governance-parameter-transaction

Describe the content issue

I would like to do something like this:

    const args = [
        'move',
        'create-object-and-publish-package',
        `--address-name=${address_name}`,
        `--named-addresses=${namedAddresses}`,
        '--json-output-file=publication.json',
        '--assume-yes'
    ]

So that I can create a transaction that can then be executed by a multi-sig wallet. However there is no json-output-file param and as far as I can see no way to do this.

Section

cli

Metadata

Metadata

Assignees

No one assigned

    Labels

    StalecliAll content under https://aptos.dev/en/build/clidocumentationImprovements or additions to documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions