From e2d4256eb2da8f56e82c03292f4104393d75bace Mon Sep 17 00:00:00 2001 From: chainzero <82888608+chainzero@users.noreply.github.com> Date: Tue, 6 Dec 2022 08:47:29 -0500 Subject: [PATCH] migrate akash to provider services commands (#246) --- cli/akash_.md | 19 - cli/akash_debug.md | 22 - cli/akash_debug_addr.md | 27 - cli/akash_debug_pubkey.md | 27 - cli/akash_debug_raw-bytes.md | 27 - cli/akash_deploy.md | 17 - cli/akash_deploy_create.md | 49 -- cli/akash_events.md | 20 - cli/akash_export.md | 23 - cli/akash_migrate.md | 29 - cli/akash_provider.md | 30 - cli/akash_query.md | 42 - cli/akash_query_audit.md | 27 - cli/akash_query_auth.md | 28 - cli/akash_query_bank.md | 28 - cli/akash_query_block.md | 26 - cli/akash_query_cert.md | 26 - cli/akash_query_deployment.md | 28 - cli/akash_query_deployment_group.md | 26 - cli/akash_query_distribution.md | 31 - cli/akash_query_distribution_rewards.md | 36 - cli/akash_query_gov.md | 35 - cli/akash_query_ibc-transfer.md | 25 - cli/akash_query_ibc-transfer_denom-trace.md | 38 - cli/akash_query_ibc.md | 28 - cli/akash_query_ibc_channel.md | 36 - cli/akash_query_ibc_client.md | 33 - cli/akash_query_ibc_client_node-state.md | 38 - cli/akash_query_ibc_connection.md | 24 - cli/akash_query_market.md | 28 - cli/akash_query_market_bid.md | 27 - cli/akash_query_market_lease.md | 27 - cli/akash_query_market_order.md | 27 - cli/akash_query_mint.md | 28 - cli/akash_query_params.md | 26 - cli/akash_query_provider.md | 27 - cli/akash_query_slashing.md | 28 - cli/akash_query_staking.md | 39 - cli/akash_query_upgrade.md | 24 - cli/akash_start.md | 98 --- cli/akash_status.md | 20 - cli/akash_tendermint.md | 21 - cli/akash_tendermint_show-address.md | 19 - cli/akash_tendermint_show-node-id.md | 19 - cli/akash_tendermint_show-validator.md | 19 - cli/akash_tendermint_version.md | 25 - cli/akash_tx.md | 45 -- cli/akash_tx_audit.md | 26 - cli/akash_tx_audit_attr.md | 23 - cli/akash_tx_bank.md | 27 - cli/akash_tx_cert.md | 28 - cli/akash_tx_cert_generate.md | 27 - cli/akash_tx_cert_generate_client.md | 52 -- cli/akash_tx_cert_generate_server.md | 48 -- cli/akash_tx_cert_publish.md | 24 - cli/akash_tx_cert_publish_client.md | 36 - cli/akash_tx_cert_revoke.md | 25 - cli/akash_tx_cert_revoke_client.md | 32 - cli/akash_tx_cert_revoke_server.md | 47 -- cli/akash_tx_crisis.md | 26 - cli/akash_tx_deployment.md | 31 - cli/akash_tx_deployment_group-close.md | 53 -- cli/akash_tx_deployment_group.md | 24 - cli/akash_tx_distribution.md | 29 - cli/akash_tx_evidence.md | 25 - cli/akash_tx_gov.md | 29 - cli/akash_tx_ibc-transfer.md | 26 - cli/akash_tx_ibc.md | 27 - cli/akash_tx_ibc_channel.md | 25 - cli/akash_tx_ibc_channel_close-confirm.md | 44 -- cli/akash_tx_ibc_channel_close-init.md | 44 -- cli/akash_tx_ibc_channel_open-ack.md | 45 -- cli/akash_tx_ibc_channel_open-confirm.md | 44 -- cli/akash_tx_ibc_channel_open-init.md | 46 -- cli/akash_tx_ibc_channel_open-try.md | 46 -- cli/akash_tx_ibc_connection.md | 29 - cli/akash_tx_ibc_connection_open-ack.md | 56 -- cli/akash_tx_ibc_connection_open-confirm.md | 54 -- cli/akash_tx_ibc_connection_open-init.md | 59 -- cli/akash_tx_ibc_connection_open-try.md | 59 -- cli/akash_tx_ibc_solo.md | 28 - cli/akash_tx_ibc_solo_create.md | 56 -- cli/akash_tx_ibc_solo_misbehaviour.md | 35 - cli/akash_tx_ibc_solo_update.md | 35 - cli/akash_tx_ibc_tendermint-client.md | 24 - cli/akash_tx_ibc_tendermint-client_create.md | 62 -- ...h_tx_ibc_tendermint-client_misbehaviour.md | 54 -- cli/akash_tx_ibc_tendermint-client_update.md | 54 -- cli/akash_tx_market.md | 27 - cli/akash_tx_market_bid-close.md | 49 -- cli/akash_tx_market_bid-create.md | 49 -- cli/akash_tx_market_bid.md | 27 - cli/akash_tx_market_lease.md | 28 - cli/akash_tx_market_order-close.md | 48 -- cli/akash_tx_provider.md | 27 - cli/akash_tx_slashing.md | 26 - cli/akash_tx_staking.md | 30 - cli/akash_tx_vesting.md | 26 - cli/akash_unsafe-reset-all.md | 19 - cli/akash_validate-genesis.md | 19 - cli/akash_version.md | 21 - cli/command-line-interface.md | 723 ------------------ cli/funding.md | 27 - cli/provider-services.md | 44 ++ ... provider-services_add-genesis-account.md} | 17 +- cli/provider-services_auth-server.md | 48 ++ ...md => provider-services_collect-gentxs.md} | 16 +- cli/provider-services_debug.md | 28 + cli/provider-services_debug_addr.md | 33 + cli/provider-services_debug_pubkey.md | 33 + cli/provider-services_debug_raw-bytes.md | 33 + cli/provider-services_events.md | 25 + ...sh_gentx.md => provider-services_gentx.md} | 21 +- cli/provider-services_hostname-operator.md | 34 + ...kash_init.md => provider-services_init.md} | 16 +- cli/provider-services_ip-operator.md | 37 + ...kash_keys.md => provider-services_keys.md} | 34 +- ...s_add.md => provider-services_keys_add.md} | 11 +- ...te.md => provider-services_keys_delete.md} | 11 +- ...rt.md => provider-services_keys_export.md} | 11 +- ...rt.md => provider-services_keys_import.md} | 11 +- ...list.md => provider-services_keys_list.md} | 11 +- ...e.md => provider-services_keys_migrate.md} | 11 +- ....md => provider-services_keys_mnemonic.md} | 11 +- ...rse.md => provider-services_keys_parse.md} | 11 +- ...show.md => provider-services_keys_show.md} | 11 +- cli/provider-services_lease-events.md | 35 + ...ogs.md => provider-services_lease-logs.md} | 10 +- cli/provider-services_lease-shell.md | 35 + ...s.md => provider-services_lease-status.md} | 10 +- cli/provider-services_migrate-endpoints.md | 31 + cli/provider-services_migrate-hostnames.md | 31 + cli/provider-services_migrate.md | 22 + cli/provider-services_migrate_v0.14tov0.16.md | 30 + cli/provider-services_node.md | 23 + cli/provider-services_node_migrate.md | 35 + cli/provider-services_node_status.md | 25 + cli/provider-services_operator.md | 22 + cli/provider-services_operator_inventory.md | 29 + cli/provider-services_query.md | 50 ++ ....md => provider-services_query_account.md} | 10 +- cli/provider-services_query_audit.md | 28 + ...d => provider-services_query_audit_get.md} | 10 +- ... => provider-services_query_audit_list.md} | 10 +- cli/provider-services_query_auth.md | 29 + ...> provider-services_query_auth_account.md} | 10 +- cli/provider-services_query_auth_accounts.md | 34 + ...=> provider-services_query_auth_params.md} | 10 +- cli/provider-services_query_authz.md | 29 + ...-services_query_authz_grants-by-grantee.md | 40 + ...-services_query_authz_grants-by-granter.md | 40 + cli/provider-services_query_authz_grants.md | 42 + cli/provider-services_query_bank.md | 29 + ... provider-services_query_bank_balances.md} | 14 +- ...der-services_query_bank_denom-metadata.md} | 14 +- ... => provider-services_query_bank_total.md} | 14 +- cli/provider-services_query_block.md | 26 + cli/provider-services_query_cert.md | 27 + ...d => provider-services_query_cert_list.md} | 10 +- cli/provider-services_query_deployment.md | 29 + ...provider-services_query_deployment_get.md} | 10 +- ...rovider-services_query_deployment_group.md | 27 + ...er-services_query_deployment_group_get.md} | 10 +- ...rovider-services_query_deployment_list.md} | 10 +- cli/provider-services_query_distribution.md | 32 + ...services_query_distribution_commission.md} | 12 +- ...ices_query_distribution_community-pool.md} | 12 +- ...der-services_query_distribution_params.md} | 10 +- ...der-services_query_distribution_rewards.md | 36 + ...er-services_query_distribution_slashes.md} | 12 +- ...ribution_validator-outstanding-rewards.md} | 12 +- cli/provider-services_query_escrow.md | 27 + ...-services_query_escrow_blocks-remaining.md | 30 + ...md => provider-services_query_evidence.md} | 14 +- cli/provider-services_query_gov.md | 36 + ...=> provider-services_query_gov_deposit.md} | 12 +- ...> provider-services_query_gov_deposits.md} | 14 +- ...d => provider-services_query_gov_param.md} | 16 +- ... => provider-services_query_gov_params.md} | 12 +- ...> provider-services_query_gov_proposal.md} | 14 +- ... provider-services_query_gov_proposals.md} | 18 +- ...> provider-services_query_gov_proposer.md} | 12 +- ...d => provider-services_query_gov_tally.md} | 14 +- ...md => provider-services_query_gov_vote.md} | 12 +- ...d => provider-services_query_gov_votes.md} | 14 +- cli/provider-services_query_ibc-transfer.md | 27 + ...-services_query_ibc-transfer_denom-hash.md | 38 + ...services_query_ibc-transfer_denom-trace.md | 38 + ...rvices_query_ibc-transfer_denom-traces.md} | 12 +- ...vices_query_ibc-transfer_escrow-address.md | 38 + ...der-services_query_ibc-transfer_params.md} | 12 +- cli/provider-services_query_ibc.md | 29 + cli/provider-services_query_ibc_channel.md | 37 + ...er-services_query_ibc_channel_channels.md} | 12 +- ...ervices_query_ibc_channel_client-state.md} | 12 +- ...services_query_ibc_channel_connections.md} | 12 +- ...rovider-services_query_ibc_channel_end.md} | 12 +- ...uery_ibc_channel_next-sequence-receive.md} | 12 +- ...-services_query_ibc_channel_packet-ack.md} | 12 +- ...es_query_ibc_channel_packet-commitment.md} | 12 +- ...s_query_ibc_channel_packet-commitments.md} | 12 +- ...vices_query_ibc_channel_packet-receipt.md} | 12 +- ...ices_query_ibc_channel_unreceived-acks.md} | 12 +- ...s_query_ibc_channel_unreceived-packets.md} | 12 +- cli/provider-services_query_ibc_client.md | 35 + ...uery_ibc_client_consensus-state-heights.md | 44 ++ ...vices_query_ibc_client_consensus-state.md} | 12 +- ...ices_query_ibc_client_consensus-states.md} | 12 +- ...vider-services_query_ibc_client_header.md} | 12 +- ...vider-services_query_ibc_client_params.md} | 12 +- ...s_query_ibc_client_self-consensus-state.md | 38 + ...ovider-services_query_ibc_client_state.md} | 12 +- ...vider-services_query_ibc_client_states.md} | 12 +- ...ovider-services_query_ibc_client_status.md | 36 + cli/provider-services_query_ibc_connection.md | 25 + ...vices_query_ibc_connection_connections.md} | 12 +- ...ider-services_query_ibc_connection_end.md} | 12 +- ...der-services_query_ibc_connection_path.md} | 12 +- cli/provider-services_query_icaauth.md | 27 + ...vider-services_query_icaauth_icaccounts.md | 28 + ...ider-services_query_interchain-accounts.md | 24 + ...es_query_interchain-accounts_controller.md | 23 + ...y_interchain-accounts_controller_params.md | 38 + ...services_query_interchain-accounts_host.md | 24 + ..._interchain-accounts_host_packet-events.md | 38 + ...s_query_interchain-accounts_host_params.md | 38 + cli/provider-services_query_market.md | 29 + cli/provider-services_query_market_bid.md | 28 + ...provider-services_query_market_bid_get.md} | 10 +- ...rovider-services_query_market_bid_list.md} | 10 +- cli/provider-services_query_market_lease.md | 28 + ...ovider-services_query_market_lease_get.md} | 10 +- ...vider-services_query_market_lease_list.md} | 10 +- cli/provider-services_query_market_order.md | 28 + ...ovider-services_query_market_order_get.md} | 10 +- ...vider-services_query_market_order_list.md} | 10 +- cli/provider-services_query_mint.md | 29 + ...-services_query_mint_annual-provisions.md} | 10 +- ...provider-services_query_mint_inflation.md} | 10 +- ...=> provider-services_query_mint_params.md} | 10 +- cli/provider-services_query_params.md | 27 + ...rovider-services_query_params_subspace.md} | 10 +- cli/provider-services_query_provider.md | 28 + ...> provider-services_query_provider_get.md} | 10 +- ... provider-services_query_provider_list.md} | 10 +- cli/provider-services_query_slashing.md | 29 + ...rovider-services_query_slashing_params.md} | 10 +- ...r-services_query_slashing_signing-info.md} | 10 +- ...-services_query_slashing_signing-infos.md} | 10 +- cli/provider-services_query_staking.md | 40 + ...ider-services_query_staking_delegation.md} | 12 +- ...-services_query_staking_delegations-to.md} | 12 +- ...der-services_query_staking_delegations.md} | 12 +- ...services_query_staking_historical-info.md} | 12 +- ...provider-services_query_staking_params.md} | 12 +- ...> provider-services_query_staking_pool.md} | 12 +- ...er-services_query_staking_redelegation.md} | 12 +- ...vices_query_staking_redelegations-from.md} | 12 +- ...r-services_query_staking_redelegations.md} | 12 +- ...ces_query_staking_unbonding-delegation.md} | 12 +- ...ery_staking_unbonding-delegations-from.md} | 12 +- ...es_query_staking_unbonding-delegations.md} | 12 +- ...vider-services_query_staking_validator.md} | 12 +- ...ider-services_query_staking_validators.md} | 12 +- ...ervices_query_tendermint-validator-set.md} | 10 +- ...ry_tx.md => provider-services_query_tx.md} | 16 +- ..._txs.md => provider-services_query_txs.md} | 12 +- cli/provider-services_query_upgrade.md | 25 + ...rovider-services_query_upgrade_applied.md} | 10 +- ...-services_query_upgrade_module_versions.md | 34 + ...> provider-services_query_upgrade_plan.md} | 10 +- cli/provider-services_run-resource-server.md | 48 ++ ...ovider_run.md => provider-services_run.md} | 21 +- ....md => provider-services_send-manifest.md} | 10 +- ...md => provider-services_service-status.md} | 10 +- cli/provider-services_show-cluster-ns.md | 30 + ..._status.md => provider-services_status.md} | 8 +- cli/provider-services_tx.md | 52 ++ cli/provider-services_tx_.md | 26 + cli/provider-services_tx_audit.md | 27 + cli/provider-services_tx_audit_attr.md | 24 + ...provider-services_tx_audit_attr_create.md} | 10 +- ...provider-services_tx_audit_attr_delete.md} | 10 +- cli/provider-services_tx_authz.md | 33 + cli/provider-services_tx_authz_exec.md | 53 ++ cli/provider-services_tx_authz_grant.md | 59 ++ cli/provider-services_tx_authz_revoke.md | 52 ++ cli/provider-services_tx_bank.md | 28 + ...d.md => provider-services_tx_bank_send.md} | 10 +- ...t.md => provider-services_tx_broadcast.md} | 10 +- cli/provider-services_tx_cert.md | 29 + cli/provider-services_tx_cert_generate.md | 28 + ...ovider-services_tx_cert_generate_client.md | 49 ++ ...ovider-services_tx_cert_generate_server.md | 49 ++ cli/provider-services_tx_cert_publish.md | 28 + ...rovider-services_tx_cert_publish_client.md | 47 ++ ...rovider-services_tx_cert_publish_server.md | 47 ++ cli/provider-services_tx_cert_revoke.md | 28 + ...provider-services_tx_cert_revoke_client.md | 47 ++ ...provider-services_tx_cert_revoke_server.md | 47 ++ cli/provider-services_tx_crisis.md | 27 + ...er-services_tx_crisis_invariant-broken.md} | 10 +- ...code.md => provider-services_tx_decode.md} | 10 +- cli/provider-services_tx_deployment.md | 32 + cli/provider-services_tx_deployment_authz.md | 28 + ...ider-services_tx_deployment_authz_grant.md | 55 ++ ...der-services_tx_deployment_authz_revoke.md | 52 ++ ... provider-services_tx_deployment_close.md} | 10 +- ...provider-services_tx_deployment_create.md} | 10 +- ...rovider-services_tx_deployment_deposit.md} | 10 +- cli/provider-services_tx_deployment_group.md | 25 + ...der-services_tx_deployment_group_close.md} | 10 +- ...der-services_tx_deployment_group_pause.md} | 10 +- ...der-services_tx_deployment_group_start.md} | 10 +- ...provider-services_tx_deployment_update.md} | 10 +- cli/provider-services_tx_distribution.md | 30 + ...es_tx_distribution_fund-community-pool.md} | 12 +- ...ices_tx_distribution_set-withdraw-addr.md} | 12 +- ...s_tx_distribution_withdraw-all-rewards.md} | 12 +- ...vices_tx_distribution_withdraw-rewards.md} | 14 +- ...code.md => provider-services_tx_encode.md} | 10 +- cli/provider-services_tx_evidence.md | 26 + cli/provider-services_tx_gov.md | 30 + ...md => provider-services_tx_gov_deposit.md} | 14 +- ...ovider-services_tx_gov_submit-proposal.md} | 26 +- ...ubmit-proposal_cancel-software-upgrade.md} | 10 +- ...v_submit-proposal_community-pool-spend.md} | 12 +- ...ices_tx_gov_submit-proposal_ibc-upgrade.md | 64 ++ ...es_tx_gov_submit-proposal_param-change.md} | 12 +- ...x_gov_submit-proposal_software-upgrade.md} | 10 +- ...es_tx_gov_submit-proposal_update-client.md | 55 ++ ...te.md => provider-services_tx_gov_vote.md} | 14 +- cli/provider-services_tx_gov_weighted-vote.md | 54 ++ cli/provider-services_tx_ibc-transfer.md | 27 + ...ider-services_tx_ibc-transfer_transfer.md} | 14 +- cli/provider-services_tx_ibc.md | 28 + cli/provider-services_tx_ibc_channel.md | 26 + cli/provider-services_tx_ibc_client.md | 30 + cli/provider-services_tx_ibc_client_create.md | 58 ++ ...der-services_tx_ibc_client_misbehaviour.md | 36 + cli/provider-services_tx_ibc_client_update.md | 36 + ...provider-services_tx_ibc_client_upgrade.md | 58 ++ cli/provider-services_tx_icaauth.md | 28 + cli/provider-services_tx_icaauth_register.md | 47 ++ cli/provider-services_tx_icaauth_submit.md | 47 ++ cli/provider-services_tx_market.md | 28 + cli/provider-services_tx_market_bid.md | 28 + ... provider-services_tx_market_bid_close.md} | 10 +- ...provider-services_tx_market_bid_create.md} | 12 +- cli/provider-services_tx_market_lease.md | 29 + ...rovider-services_tx_market_lease_close.md} | 10 +- ...ovider-services_tx_market_lease_create.md} | 10 +- ...ider-services_tx_market_lease_withdraw.md} | 10 +- ...n.md => provider-services_tx_multisign.md} | 12 +- cli/provider-services_tx_provider.md | 28 + ...> provider-services_tx_provider_create.md} | 10 +- ...> provider-services_tx_provider_update.md} | 10 +- ...x_send.md => provider-services_tx_send.md} | 10 +- ....md => provider-services_tx_sign-batch.md} | 10 +- ...x_sign.md => provider-services_tx_sign.md} | 10 +- cli/provider-services_tx_slashing.md | 27 + ...> provider-services_tx_slashing_unjail.md} | 10 +- cli/provider-services_tx_staking.md | 31 + ...r-services_tx_staking_create-validator.md} | 10 +- ... provider-services_tx_staking_delegate.md} | 12 +- ...der-services_tx_staking_edit-validator.md} | 12 +- ...rovider-services_tx_staking_redelegate.md} | 12 +- ...=> provider-services_tx_staking_unbond.md} | 12 +- ...ovider-services_tx_validate-signatures.md} | 10 +- cli/provider-services_tx_vesting.md | 27 + ...ices_tx_vesting_create-vesting-account.md} | 10 +- cli/provider-services_validate-genesis.md | 25 + cli/provider-services_version.md | 27 + 373 files changed, 5054 insertions(+), 4960 deletions(-) delete mode 100644 cli/akash_.md delete mode 100644 cli/akash_debug.md delete mode 100644 cli/akash_debug_addr.md delete mode 100644 cli/akash_debug_pubkey.md delete mode 100644 cli/akash_debug_raw-bytes.md delete mode 100644 cli/akash_deploy.md delete mode 100644 cli/akash_deploy_create.md delete mode 100644 cli/akash_events.md delete mode 100644 cli/akash_export.md delete mode 100644 cli/akash_migrate.md delete mode 100644 cli/akash_provider.md delete mode 100644 cli/akash_query.md delete mode 100644 cli/akash_query_audit.md delete mode 100644 cli/akash_query_auth.md delete mode 100644 cli/akash_query_bank.md delete mode 100644 cli/akash_query_block.md delete mode 100644 cli/akash_query_cert.md delete mode 100644 cli/akash_query_deployment.md delete mode 100644 cli/akash_query_deployment_group.md delete mode 100644 cli/akash_query_distribution.md delete mode 100644 cli/akash_query_distribution_rewards.md delete mode 100644 cli/akash_query_gov.md delete mode 100644 cli/akash_query_ibc-transfer.md delete mode 100644 cli/akash_query_ibc-transfer_denom-trace.md delete mode 100644 cli/akash_query_ibc.md delete mode 100644 cli/akash_query_ibc_channel.md delete mode 100644 cli/akash_query_ibc_client.md delete mode 100644 cli/akash_query_ibc_client_node-state.md delete mode 100644 cli/akash_query_ibc_connection.md delete mode 100644 cli/akash_query_market.md delete mode 100644 cli/akash_query_market_bid.md delete mode 100644 cli/akash_query_market_lease.md delete mode 100644 cli/akash_query_market_order.md delete mode 100644 cli/akash_query_mint.md delete mode 100644 cli/akash_query_params.md delete mode 100644 cli/akash_query_provider.md delete mode 100644 cli/akash_query_slashing.md delete mode 100644 cli/akash_query_staking.md delete mode 100644 cli/akash_query_upgrade.md delete mode 100644 cli/akash_start.md delete mode 100644 cli/akash_status.md delete mode 100644 cli/akash_tendermint.md delete mode 100644 cli/akash_tendermint_show-address.md delete mode 100644 cli/akash_tendermint_show-node-id.md delete mode 100644 cli/akash_tendermint_show-validator.md delete mode 100644 cli/akash_tendermint_version.md delete mode 100644 cli/akash_tx.md delete mode 100644 cli/akash_tx_audit.md delete mode 100644 cli/akash_tx_audit_attr.md delete mode 100644 cli/akash_tx_bank.md delete mode 100644 cli/akash_tx_cert.md delete mode 100644 cli/akash_tx_cert_generate.md delete mode 100644 cli/akash_tx_cert_generate_client.md delete mode 100644 cli/akash_tx_cert_generate_server.md delete mode 100644 cli/akash_tx_cert_publish.md delete mode 100644 cli/akash_tx_cert_publish_client.md delete mode 100644 cli/akash_tx_cert_revoke.md delete mode 100644 cli/akash_tx_cert_revoke_client.md delete mode 100644 cli/akash_tx_cert_revoke_server.md delete mode 100644 cli/akash_tx_crisis.md delete mode 100644 cli/akash_tx_deployment.md delete mode 100644 cli/akash_tx_deployment_group-close.md delete mode 100644 cli/akash_tx_deployment_group.md delete mode 100644 cli/akash_tx_distribution.md delete mode 100644 cli/akash_tx_evidence.md delete mode 100644 cli/akash_tx_gov.md delete mode 100644 cli/akash_tx_ibc-transfer.md delete mode 100644 cli/akash_tx_ibc.md delete mode 100644 cli/akash_tx_ibc_channel.md delete mode 100644 cli/akash_tx_ibc_channel_close-confirm.md delete mode 100644 cli/akash_tx_ibc_channel_close-init.md delete mode 100644 cli/akash_tx_ibc_channel_open-ack.md delete mode 100644 cli/akash_tx_ibc_channel_open-confirm.md delete mode 100644 cli/akash_tx_ibc_channel_open-init.md delete mode 100644 cli/akash_tx_ibc_channel_open-try.md delete mode 100644 cli/akash_tx_ibc_connection.md delete mode 100644 cli/akash_tx_ibc_connection_open-ack.md delete mode 100644 cli/akash_tx_ibc_connection_open-confirm.md delete mode 100644 cli/akash_tx_ibc_connection_open-init.md delete mode 100644 cli/akash_tx_ibc_connection_open-try.md delete mode 100644 cli/akash_tx_ibc_solo.md delete mode 100644 cli/akash_tx_ibc_solo_create.md delete mode 100644 cli/akash_tx_ibc_solo_misbehaviour.md delete mode 100644 cli/akash_tx_ibc_solo_update.md delete mode 100644 cli/akash_tx_ibc_tendermint-client.md delete mode 100644 cli/akash_tx_ibc_tendermint-client_create.md delete mode 100644 cli/akash_tx_ibc_tendermint-client_misbehaviour.md delete mode 100644 cli/akash_tx_ibc_tendermint-client_update.md delete mode 100644 cli/akash_tx_market.md delete mode 100644 cli/akash_tx_market_bid-close.md delete mode 100644 cli/akash_tx_market_bid-create.md delete mode 100644 cli/akash_tx_market_bid.md delete mode 100644 cli/akash_tx_market_lease.md delete mode 100644 cli/akash_tx_market_order-close.md delete mode 100644 cli/akash_tx_provider.md delete mode 100644 cli/akash_tx_slashing.md delete mode 100644 cli/akash_tx_staking.md delete mode 100644 cli/akash_tx_vesting.md delete mode 100644 cli/akash_unsafe-reset-all.md delete mode 100644 cli/akash_validate-genesis.md delete mode 100644 cli/akash_version.md delete mode 100644 cli/command-line-interface.md delete mode 100644 cli/funding.md create mode 100644 cli/provider-services.md rename cli/{akash_add-genesis-account.md => provider-services_add-genesis-account.md} (73%) create mode 100644 cli/provider-services_auth-server.md rename cli/{akash_collect-gentxs.md => provider-services_collect-gentxs.md} (50%) create mode 100644 cli/provider-services_debug.md create mode 100644 cli/provider-services_debug_addr.md create mode 100644 cli/provider-services_debug_pubkey.md create mode 100644 cli/provider-services_debug_raw-bytes.md create mode 100644 cli/provider-services_events.md rename cli/{akash_gentx.md => provider-services_gentx.md} (90%) create mode 100644 cli/provider-services_hostname-operator.md rename cli/{akash_init.md => provider-services_init.md} (54%) create mode 100644 cli/provider-services_ip-operator.md rename cli/{akash_keys.md => provider-services_keys.md} (55%) rename cli/{akash_keys_add.md => provider-services_keys_add.md} (90%) rename cli/{akash_keys_delete.md => provider-services_keys_delete.md} (73%) rename cli/{akash_keys_export.md => provider-services_keys_export.md} (79%) rename cli/{akash_keys_import.md => provider-services_keys_import.md} (63%) rename cli/{akash_keys_list.md => provider-services_keys_list.md} (67%) rename cli/{akash_keys_migrate.md => provider-services_keys_migrate.md} (78%) rename cli/{akash_keys_mnemonic.md => provider-services_keys_mnemonic.md} (71%) rename cli/{akash_keys_parse.md => provider-services_keys_parse.md} (66%) rename cli/{akash_keys_show.md => provider-services_keys_show.md} (76%) create mode 100644 cli/provider-services_lease-events.md rename cli/{akash_provider_lease-logs.md => provider-services_lease-logs.md} (82%) create mode 100644 cli/provider-services_lease-shell.md rename cli/{akash_provider_lease-status.md => provider-services_lease-status.md} (76%) create mode 100644 cli/provider-services_migrate-endpoints.md create mode 100644 cli/provider-services_migrate-hostnames.md create mode 100644 cli/provider-services_migrate.md create mode 100644 cli/provider-services_migrate_v0.14tov0.16.md create mode 100644 cli/provider-services_node.md create mode 100644 cli/provider-services_node_migrate.md create mode 100644 cli/provider-services_node_status.md create mode 100644 cli/provider-services_operator.md create mode 100644 cli/provider-services_operator_inventory.md create mode 100644 cli/provider-services_query.md rename cli/{akash_query_account.md => provider-services_query_account.md} (57%) create mode 100644 cli/provider-services_query_audit.md rename cli/{akash_query_provider_get.md => provider-services_query_audit_get.md} (53%) rename cli/{akash_query_audit_list.md => provider-services_query_audit_list.md} (74%) create mode 100644 cli/provider-services_query_auth.md rename cli/{akash_query_auth_account.md => provider-services_query_auth_account.md} (54%) create mode 100644 cli/provider-services_query_auth_accounts.md rename cli/{akash_query_auth_params.md => provider-services_query_auth_params.md} (59%) create mode 100644 cli/provider-services_query_authz.md create mode 100644 cli/provider-services_query_authz_grants-by-grantee.md create mode 100644 cli/provider-services_query_authz_grants-by-granter.md create mode 100644 cli/provider-services_query_authz_grants.md create mode 100644 cli/provider-services_query_bank.md rename cli/{akash_query_bank_balances.md => provider-services_query_bank_balances.md} (71%) rename cli/{akash_query_bank_denom-metadata.md => provider-services_query_bank_denom-metadata.md} (63%) rename cli/{akash_query_bank_total.md => provider-services_query_bank_total.md} (75%) create mode 100644 cli/provider-services_query_block.md create mode 100644 cli/provider-services_query_cert.md rename cli/{akash_query_cert_list.md => provider-services_query_cert_list.md} (78%) create mode 100644 cli/provider-services_query_deployment.md rename cli/{akash_query_deployment_get.md => provider-services_query_deployment_get.md} (58%) create mode 100644 cli/provider-services_query_deployment_group.md rename cli/{akash_query_deployment_group_get.md => provider-services_query_deployment_group_get.md} (59%) rename cli/{akash_query_deployment_list.md => provider-services_query_deployment_list.md} (76%) create mode 100644 cli/provider-services_query_distribution.md rename cli/{akash_query_distribution_commission.md => provider-services_query_distribution_commission.md} (51%) rename cli/{akash_query_distribution_community-pool.md => provider-services_query_distribution_community-pool.md} (55%) rename cli/{akash_query_distribution_params.md => provider-services_query_distribution_params.md} (52%) create mode 100644 cli/provider-services_query_distribution_rewards.md rename cli/{akash_query_distribution_slashes.md => provider-services_query_distribution_slashes.md} (67%) rename cli/{akash_query_distribution_validator-outstanding-rewards.md => provider-services_query_distribution_validator-outstanding-rewards.md} (53%) create mode 100644 cli/provider-services_query_escrow.md create mode 100644 cli/provider-services_query_escrow_blocks-remaining.md rename cli/{akash_query_evidence.md => provider-services_query_evidence.md} (71%) create mode 100644 cli/provider-services_query_gov.md rename cli/{akash_query_gov_deposit.md => provider-services_query_gov_deposit.md} (53%) rename cli/{akash_query_gov_deposits.md => provider-services_query_gov_deposits.md} (68%) rename cli/{akash_query_gov_param.md => provider-services_query_gov_param.md} (54%) rename cli/{akash_query_gov_params.md => provider-services_query_gov_params.md} (58%) rename cli/{akash_query_gov_proposal.md => provider-services_query_gov_proposal.md} (52%) rename cli/{akash_query_gov_proposals.md => provider-services_query_gov_proposals.md} (67%) rename cli/{akash_query_gov_proposer.md => provider-services_query_gov_proposer.md} (57%) rename cli/{akash_query_gov_tally.md => provider-services_query_gov_tally.md} (53%) rename cli/{akash_query_gov_vote.md => provider-services_query_gov_vote.md} (53%) rename cli/{akash_query_gov_votes.md => provider-services_query_gov_votes.md} (70%) create mode 100644 cli/provider-services_query_ibc-transfer.md create mode 100644 cli/provider-services_query_ibc-transfer_denom-hash.md create mode 100644 cli/provider-services_query_ibc-transfer_denom-trace.md rename cli/{akash_query_ibc-transfer_denom-traces.md => provider-services_query_ibc-transfer_denom-traces.md} (72%) create mode 100644 cli/provider-services_query_ibc-transfer_escrow-address.md rename cli/{akash_query_ibc-transfer_params.md => provider-services_query_ibc-transfer_params.md} (55%) create mode 100644 cli/provider-services_query_ibc.md create mode 100644 cli/provider-services_query_ibc_channel.md rename cli/{akash_query_ibc_channel_channels.md => provider-services_query_ibc_channel_channels.md} (71%) rename cli/{akash_query_ibc_channel_client-state.md => provider-services_query_ibc_channel_client-state.md} (56%) rename cli/{akash_query_ibc_channel_connections.md => provider-services_query_ibc_channel_connections.md} (73%) rename cli/{akash_query_ibc_channel_end.md => provider-services_query_ibc_channel_end.md} (57%) rename cli/{akash_query_ibc_channel_next-sequence-receive.md => provider-services_query_ibc_channel_next-sequence-receive.md} (55%) rename cli/{akash_query_ibc_channel_packet-ack.md => provider-services_query_ibc_channel_packet-ack.md} (54%) rename cli/{akash_query_ibc_channel_packet-commitment.md => provider-services_query_ibc_channel_packet-commitment.md} (53%) rename cli/{akash_query_ibc_channel_packet-commitments.md => provider-services_query_ibc_channel_packet-commitments.md} (72%) rename cli/{akash_query_ibc_channel_packet-receipt.md => provider-services_query_ibc_channel_packet-receipt.md} (53%) rename cli/{akash_query_ibc_channel_unreceived-acks.md => provider-services_query_ibc_channel_unreceived-acks.md} (65%) rename cli/{akash_query_ibc_channel_unreceived-packets.md => provider-services_query_ibc_channel_unreceived-packets.md} (64%) create mode 100644 cli/provider-services_query_ibc_client.md create mode 100644 cli/provider-services_query_ibc_client_consensus-state-heights.md rename cli/{akash_query_ibc_client_consensus-state.md => provider-services_query_ibc_client_consensus-state.md} (64%) rename cli/{akash_query_ibc_client_consensus-states.md => provider-services_query_ibc_client_consensus-states.md} (71%) rename cli/{akash_query_ibc_client_header.md => provider-services_query_ibc_client_header.md} (57%) rename cli/{akash_query_ibc_client_params.md => provider-services_query_ibc_client_params.md} (56%) create mode 100644 cli/provider-services_query_ibc_client_self-consensus-state.md rename cli/{akash_query_ibc_client_state.md => provider-services_query_ibc_client_state.md} (57%) rename cli/{akash_query_ibc_client_states.md => provider-services_query_ibc_client_states.md} (73%) create mode 100644 cli/provider-services_query_ibc_client_status.md create mode 100644 cli/provider-services_query_ibc_connection.md rename cli/{akash_query_ibc_connection_connections.md => provider-services_query_ibc_connection_connections.md} (71%) rename cli/{akash_query_ibc_connection_end.md => provider-services_query_ibc_connection_end.md} (56%) rename cli/{akash_query_ibc_connection_path.md => provider-services_query_ibc_connection_path.md} (57%) create mode 100644 cli/provider-services_query_icaauth.md create mode 100644 cli/provider-services_query_icaauth_icaccounts.md create mode 100644 cli/provider-services_query_interchain-accounts.md create mode 100644 cli/provider-services_query_interchain-accounts_controller.md create mode 100644 cli/provider-services_query_interchain-accounts_controller_params.md create mode 100644 cli/provider-services_query_interchain-accounts_host.md create mode 100644 cli/provider-services_query_interchain-accounts_host_packet-events.md create mode 100644 cli/provider-services_query_interchain-accounts_host_params.md create mode 100644 cli/provider-services_query_market.md create mode 100644 cli/provider-services_query_market_bid.md rename cli/{akash_query_market_bid_get.md => provider-services_query_market_bid_get.md} (65%) rename cli/{akash_query_market_bid_list.md => provider-services_query_market_bid_list.md} (79%) create mode 100644 cli/provider-services_query_market_lease.md rename cli/{akash_query_market_lease_get.md => provider-services_query_market_lease_get.md} (65%) rename cli/{akash_query_market_lease_list.md => provider-services_query_market_lease_list.md} (79%) create mode 100644 cli/provider-services_query_market_order.md rename cli/{akash_query_market_order_get.md => provider-services_query_market_order_get.md} (63%) rename cli/{akash_query_market_order_list.md => provider-services_query_market_order_list.md} (78%) create mode 100644 cli/provider-services_query_mint.md rename cli/{akash_query_mint_annual-provisions.md => provider-services_query_mint_annual-provisions.md} (55%) rename cli/{akash_query_mint_inflation.md => provider-services_query_mint_inflation.md} (55%) rename cli/{akash_query_mint_params.md => provider-services_query_mint_params.md} (55%) create mode 100644 cli/provider-services_query_params.md rename cli/{akash_query_params_subspace.md => provider-services_query_params_subspace.md} (54%) create mode 100644 cli/provider-services_query_provider.md rename cli/{akash_query_audit_get.md => provider-services_query_provider_get.md} (53%) rename cli/{akash_query_provider_list.md => provider-services_query_provider_list.md} (73%) create mode 100644 cli/provider-services_query_slashing.md rename cli/{akash_query_slashing_params.md => provider-services_query_slashing_params.md} (59%) rename cli/{akash_query_slashing_signing-info.md => provider-services_query_slashing_signing-info.md} (63%) rename cli/{akash_query_slashing_signing-infos.md => provider-services_query_slashing_signing-infos.md} (74%) create mode 100644 cli/provider-services_query_staking.md rename cli/{akash_query_staking_delegation.md => provider-services_query_staking_delegation.md} (50%) rename cli/{akash_query_staking_delegations-to.md => provider-services_query_staking_delegations-to.md} (69%) rename cli/{akash_query_staking_delegations.md => provider-services_query_staking_delegations.md} (69%) rename cli/{akash_query_staking_historical-info.md => provider-services_query_staking_historical-info.md} (54%) rename cli/{akash_query_staking_params.md => provider-services_query_staking_params.md} (56%) rename cli/{akash_query_staking_pool.md => provider-services_query_staking_pool.md} (57%) rename cli/{akash_query_staking_redelegation.md => provider-services_query_staking_redelegation.md} (50%) rename cli/{akash_query_staking_redelegations-from.md => provider-services_query_staking_redelegations-from.md} (69%) rename cli/{akash_query_staking_redelegations.md => provider-services_query_staking_redelegations.md} (70%) rename cli/{akash_query_staking_unbonding-delegation.md => provider-services_query_staking_unbonding-delegation.md} (51%) rename cli/{akash_query_staking_unbonding-delegations-from.md => provider-services_query_staking_unbonding-delegations-from.md} (68%) rename cli/{akash_query_staking_unbonding-delegations.md => provider-services_query_staking_unbonding-delegations.md} (69%) rename cli/{akash_query_staking_validator.md => provider-services_query_staking_validator.md} (50%) rename cli/{akash_query_staking_validators.md => provider-services_query_staking_validators.md} (72%) rename cli/{akash_query_tendermint-validator-set.md => provider-services_query_tendermint-validator-set.md} (62%) rename cli/{akash_query_tx.md => provider-services_query_tx.md} (56%) rename cli/{akash_query_txs.md => provider-services_query_txs.md} (72%) create mode 100644 cli/provider-services_query_upgrade.md rename cli/{akash_query_upgrade_applied.md => provider-services_query_upgrade_applied.md} (66%) create mode 100644 cli/provider-services_query_upgrade_module_versions.md rename cli/{akash_query_upgrade_plan.md => provider-services_query_upgrade_plan.md} (58%) create mode 100644 cli/provider-services_run-resource-server.md rename cli/{akash_provider_run.md => provider-services_run.md} (86%) rename cli/{akash_provider_send-manifest.md => provider-services_send-manifest.md} (77%) rename cli/{akash_provider_service-status.md => provider-services_service-status.md} (77%) create mode 100644 cli/provider-services_show-cluster-ns.md rename cli/{akash_provider_status.md => provider-services_status.md} (53%) create mode 100644 cli/provider-services_tx.md create mode 100644 cli/provider-services_tx_.md create mode 100644 cli/provider-services_tx_audit.md create mode 100644 cli/provider-services_tx_audit_attr.md rename cli/{akash_tx_audit_attr_create.md => provider-services_tx_audit_attr_create.md} (87%) rename cli/{akash_tx_audit_attr_delete.md => provider-services_tx_audit_attr_delete.md} (87%) create mode 100644 cli/provider-services_tx_authz.md create mode 100644 cli/provider-services_tx_authz_exec.md create mode 100644 cli/provider-services_tx_authz_grant.md create mode 100644 cli/provider-services_tx_authz_revoke.md create mode 100644 cli/provider-services_tx_bank.md rename cli/{akash_tx_bank_send.md => provider-services_tx_bank_send.md} (87%) rename cli/{akash_tx_broadcast.md => provider-services_tx_broadcast.md} (90%) create mode 100644 cli/provider-services_tx_cert.md create mode 100644 cli/provider-services_tx_cert_generate.md create mode 100644 cli/provider-services_tx_cert_generate_client.md create mode 100644 cli/provider-services_tx_cert_generate_server.md create mode 100644 cli/provider-services_tx_cert_publish.md create mode 100644 cli/provider-services_tx_cert_publish_client.md create mode 100644 cli/provider-services_tx_cert_publish_server.md create mode 100644 cli/provider-services_tx_cert_revoke.md create mode 100644 cli/provider-services_tx_cert_revoke_client.md create mode 100644 cli/provider-services_tx_cert_revoke_server.md create mode 100644 cli/provider-services_tx_crisis.md rename cli/{akash_tx_crisis_invariant-broken.md => provider-services_tx_crisis_invariant-broken.md} (86%) rename cli/{akash_tx_decode.md => provider-services_tx_decode.md} (89%) create mode 100644 cli/provider-services_tx_deployment.md create mode 100644 cli/provider-services_tx_deployment_authz.md create mode 100644 cli/provider-services_tx_deployment_authz_grant.md create mode 100644 cli/provider-services_tx_deployment_authz_revoke.md rename cli/{akash_tx_deployment_close.md => provider-services_tx_deployment_close.md} (88%) rename cli/{akash_tx_deployment_create.md => provider-services_tx_deployment_create.md} (88%) rename cli/{akash_tx_deployment_deposit.md => provider-services_tx_deployment_deposit.md} (88%) create mode 100644 cli/provider-services_tx_deployment_group.md rename cli/{akash_tx_deployment_group_close.md => provider-services_tx_deployment_group_close.md} (88%) rename cli/{akash_tx_deployment_group_pause.md => provider-services_tx_deployment_group_pause.md} (88%) rename cli/{akash_tx_deployment_group_start.md => provider-services_tx_deployment_group_start.md} (88%) rename cli/{akash_tx_deployment_update.md => provider-services_tx_deployment_update.md} (87%) create mode 100644 cli/provider-services_tx_distribution.md rename cli/{akash_tx_distribution_fund-community-pool.md => provider-services_tx_distribution_fund-community-pool.md} (84%) rename cli/{akash_tx_distribution_set-withdraw-addr.md => provider-services_tx_distribution_set-withdraw-addr.md} (83%) rename cli/{akash_tx_distribution_withdraw-all-rewards.md => provider-services_tx_distribution_withdraw-all-rewards.md} (86%) rename cli/{akash_tx_distribution_withdraw-rewards.md => provider-services_tx_distribution_withdraw-rewards.md} (81%) rename cli/{akash_tx_encode.md => provider-services_tx_encode.md} (90%) create mode 100644 cli/provider-services_tx_evidence.md create mode 100644 cli/provider-services_tx_gov.md rename cli/{akash_tx_gov_deposit.md => provider-services_tx_gov_deposit.md} (84%) rename cli/{akash_tx_gov_submit-proposal.md => provider-services_tx_gov_submit-proposal.md} (66%) rename cli/{akash_tx_gov_submit-proposal_cancel-software-upgrade.md => provider-services_tx_gov_submit-proposal_cancel-software-upgrade.md} (86%) rename cli/{akash_tx_gov_submit-proposal_community-pool-spend.md => provider-services_tx_gov_submit-proposal_community-pool-spend.md} (83%) create mode 100644 cli/provider-services_tx_gov_submit-proposal_ibc-upgrade.md rename cli/{akash_tx_gov_submit-proposal_param-change.md => provider-services_tx_gov_submit-proposal_param-change.md} (86%) rename cli/{akash_tx_gov_submit-proposal_software-upgrade.md => provider-services_tx_gov_submit-proposal_software-upgrade.md} (86%) create mode 100644 cli/provider-services_tx_gov_submit-proposal_update-client.md rename cli/{akash_tx_gov_vote.md => provider-services_tx_gov_vote.md} (85%) create mode 100644 cli/provider-services_tx_gov_weighted-vote.md create mode 100644 cli/provider-services_tx_ibc-transfer.md rename cli/{akash_tx_ibc-transfer_transfer.md => provider-services_tx_ibc-transfer_transfer.md} (85%) create mode 100644 cli/provider-services_tx_ibc.md create mode 100644 cli/provider-services_tx_ibc_channel.md create mode 100644 cli/provider-services_tx_ibc_client.md create mode 100644 cli/provider-services_tx_ibc_client_create.md create mode 100644 cli/provider-services_tx_ibc_client_misbehaviour.md create mode 100644 cli/provider-services_tx_ibc_client_update.md create mode 100644 cli/provider-services_tx_ibc_client_upgrade.md create mode 100644 cli/provider-services_tx_icaauth.md create mode 100644 cli/provider-services_tx_icaauth_register.md create mode 100644 cli/provider-services_tx_icaauth_submit.md create mode 100644 cli/provider-services_tx_market.md create mode 100644 cli/provider-services_tx_market_bid.md rename cli/{akash_tx_market_bid_close.md => provider-services_tx_market_bid_close.md} (89%) rename cli/{akash_tx_market_bid_create.md => provider-services_tx_market_bid_create.md} (89%) create mode 100644 cli/provider-services_tx_market_lease.md rename cli/{akash_tx_market_lease_close.md => provider-services_tx_market_lease_close.md} (89%) rename cli/{akash_tx_market_lease_create.md => provider-services_tx_market_lease_create.md} (89%) rename cli/{akash_tx_market_lease_withdraw.md => provider-services_tx_market_lease_withdraw.md} (89%) rename cli/{akash_tx_multisign.md => provider-services_tx_multisign.md} (89%) create mode 100644 cli/provider-services_tx_provider.md rename cli/{akash_tx_provider_create.md => provider-services_tx_provider_create.md} (87%) rename cli/{akash_tx_provider_update.md => provider-services_tx_provider_update.md} (87%) rename cli/{akash_tx_send.md => provider-services_tx_send.md} (88%) rename cli/{akash_tx_sign-batch.md => provider-services_tx_sign-batch.md} (92%) rename cli/{akash_tx_sign.md => provider-services_tx_sign.md} (92%) create mode 100644 cli/provider-services_tx_slashing.md rename cli/{akash_tx_slashing_unjail.md => provider-services_tx_slashing_unjail.md} (88%) create mode 100644 cli/provider-services_tx_staking.md rename cli/{akash_tx_staking_create-validator.md => provider-services_tx_staking_create-validator.md} (91%) rename cli/{akash_tx_staking_delegate.md => provider-services_tx_staking_delegate.md} (84%) rename cli/{akash_tx_staking_edit-validator.md => provider-services_tx_staking_edit-validator.md} (88%) rename cli/{akash_tx_staking_redelegate.md => provider-services_tx_staking_redelegate.md} (82%) rename cli/{akash_tx_staking_unbond.md => provider-services_tx_staking_unbond.md} (84%) rename cli/{akash_tx_validate-signatures.md => provider-services_tx_validate-signatures.md} (90%) create mode 100644 cli/provider-services_tx_vesting.md rename cli/{akash_tx_vesting_create-vesting-account.md => provider-services_tx_vesting_create-vesting-account.md} (88%) create mode 100644 cli/provider-services_validate-genesis.md create mode 100644 cli/provider-services_version.md diff --git a/cli/akash_.md b/cli/akash_.md deleted file mode 100644 index 93519c55..00000000 --- a/cli/akash_.md +++ /dev/null @@ -1,19 +0,0 @@ -## akash - - - -``` -akash [flags] -``` - -### Options - -``` - -h, --help help for this command -``` - -### SEE ALSO - -* [akash](akash.md) - Akash Blockchain Application - -###### Auto generated by spf13/cobra on 18-Feb-2021 diff --git a/cli/akash_debug.md b/cli/akash_debug.md deleted file mode 100644 index 23e509d9..00000000 --- a/cli/akash_debug.md +++ /dev/null @@ -1,22 +0,0 @@ -## akash debug - -Tool for helping with debugging your application - -``` -akash debug [flags] -``` - -### Options - -``` - -h, --help help for debug -``` - -### SEE ALSO - -* [akash](akash.md) - Akash Blockchain Application -* [akash debug addr](akash_debug_addr.md) - Convert an address between hex and bech32 -* [akash debug pubkey](akash_debug_pubkey.md) - Decode a pubkey from proto JSON -* [akash debug raw-bytes](akash_debug_raw-bytes.md) - Convert raw bytes output (eg. [10 21 13 255]) to hex - -###### Auto generated by spf13/cobra on 28-Apr-2022 diff --git a/cli/akash_debug_addr.md b/cli/akash_debug_addr.md deleted file mode 100644 index 3b252e3f..00000000 --- a/cli/akash_debug_addr.md +++ /dev/null @@ -1,27 +0,0 @@ -## akash debug addr - -Convert an address between hex and bech32 - -### Synopsis - -Convert an address between hex encoding and bech32. - -Example: -$ akash debug addr cosmos1e0jnq2sun3dzjh8p2xq95kk0expwmd7shwjpfg - - -``` -akash debug addr [address] [flags] -``` - -### Options - -``` - -h, --help help for addr -``` - -### SEE ALSO - -* [akash debug](akash_debug.md) - Tool for helping with debugging your application - -###### Auto generated by spf13/cobra on 28-Apr-2022 diff --git a/cli/akash_debug_pubkey.md b/cli/akash_debug_pubkey.md deleted file mode 100644 index b0562910..00000000 --- a/cli/akash_debug_pubkey.md +++ /dev/null @@ -1,27 +0,0 @@ -## akash debug pubkey - -Decode a pubkey from proto JSON - -### Synopsis - -Decode a pubkey from proto JSON and display it's address. - -Example: -$ akash debug pubkey '{"@type":"/cosmos.crypto.secp256k1.PubKey","key":"AurroA7jvfPd1AadmmOvWM2rJSwipXfRf8yD6pLbA2DJ"}' - - -``` -akash debug pubkey [pubkey] [flags] -``` - -### Options - -``` - -h, --help help for pubkey -``` - -### SEE ALSO - -* [akash debug](akash_debug.md) - Tool for helping with debugging your application - -###### Auto generated by spf13/cobra on 28-Apr-2022 diff --git a/cli/akash_debug_raw-bytes.md b/cli/akash_debug_raw-bytes.md deleted file mode 100644 index 92116c44..00000000 --- a/cli/akash_debug_raw-bytes.md +++ /dev/null @@ -1,27 +0,0 @@ -## akash debug raw-bytes - -Convert raw bytes output (eg. [10 21 13 255]) to hex - -### Synopsis - -Convert raw-bytes to hex. - -Example: -$ akash debug raw-bytes [72 101 108 108 111 44 32 112 108 97 121 103 114 111 117 110 100] - - -``` -akash debug raw-bytes [raw-bytes] [flags] -``` - -### Options - -``` - -h, --help help for raw-bytes -``` - -### SEE ALSO - -* [akash debug](akash_debug.md) - Tool for helping with debugging your application - -###### Auto generated by spf13/cobra on 28-Apr-2022 diff --git a/cli/akash_deploy.md b/cli/akash_deploy.md deleted file mode 100644 index 5017d831..00000000 --- a/cli/akash_deploy.md +++ /dev/null @@ -1,17 +0,0 @@ -## akash deploy - -Akash deploy tool commands - -### Options - -``` - -h, --help help for deploy - --node string The node address (default "http://localhost:26657") -``` - -### SEE ALSO - -* [akash](akash.md) - Akash Blockchain Application -* [akash deploy create](akash_deploy_create.md) - Create a deployment on the akash network - -###### Auto generated by spf13/cobra on 18-Feb-2021 diff --git a/cli/akash_deploy_create.md b/cli/akash_deploy_create.md deleted file mode 100644 index 554dccaf..00000000 --- a/cli/akash_deploy_create.md +++ /dev/null @@ -1,49 +0,0 @@ -## akash deploy create - -Create a deployment on the akash network - -``` -akash deploy create [sdl-file] [flags] -``` - -### Options - -``` - -a, --account-number uint The account number of the signing account (offline mode only) - -b, --broadcast-mode string Transaction broadcasting mode (sync|async|block) (default "sync") - --chain-id string The network chain ID - --deposit string Deposit amount (default "5000000uakt") - --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it - --dseq uint Deployment Sequence - --fees string Fees to pay along with transaction; eg: 10uatom - --from string Name or address of private key with which to sign - --gas string gas limit to set per-transaction; set to "auto" to calculate sufficient gas automatically (default 200000) - --gas-adjustment float adjustment factor to be multiplied against the estimate returned by the tx simulation; if the gas limit is set manually this flag is ignored (default 1) - --gas-prices string Gas prices in decimal format to determine the transaction fee (e.g. 0.1uatom) - --generate-only Build an unsigned transaction and write it to STDOUT (when enabled, the local Keybase is not accessible) - -h, --help help for create - --keyring-backend string Select keyring's backend (os|file|kwallet|pass|test) (default "os") - --keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used - --ledger Use a connected Ledger device - --memo string Memo to send along with transaction - --offline Offline mode (does not allow any online functionality - --owner string Deployment Owner - -s, --sequence uint The sequence number of the signing account (offline mode only) - --sign-mode string Choose sign mode (direct|amino-json), this is an advanced feature - --tick duration The time interval at which deployment status is checked (default 500ms) - --timeout duration The max amount of time to wait for deployment status checking process (default 2m30s) - --timeout-height uint Set a block timeout height to prevent the tx from being committed past a certain height - -y, --yes Skip tx broadcasting prompt confirmation -``` - -### Options inherited from parent commands - -``` - --node string The node address (default "http://localhost:26657") -``` - -### SEE ALSO - -* [akash deploy](akash_deploy.md) - Akash deploy tool commands - -###### Auto generated by spf13/cobra on 18-Feb-2021 diff --git a/cli/akash_events.md b/cli/akash_events.md deleted file mode 100644 index 209b08eb..00000000 --- a/cli/akash_events.md +++ /dev/null @@ -1,20 +0,0 @@ -## akash events - -Prints out akash events in real time - -``` -akash events [flags] -``` - -### Options - -``` - -h, --help help for events - --node string The node address (default "tcp://localhost:26657") -``` - -### SEE ALSO - -* [akash](akash.md) - Akash Blockchain Application - -###### Auto generated by spf13/cobra on 28-Apr-2022 diff --git a/cli/akash_export.md b/cli/akash_export.md deleted file mode 100644 index 04f94133..00000000 --- a/cli/akash_export.md +++ /dev/null @@ -1,23 +0,0 @@ -## akash export - -Export state to JSON - -``` -akash export [flags] -``` - -### Options - -``` - --for-zero-height Export state to start at height zero (perform preproccessing) - --height int Export state from a particular height (-1 means latest height) (default -1) - -h, --help help for export - --home string The application home directory (default "/home/ericu/.akash") - --jail-allowed-addrs strings Comma-separated list of operator addresses of jailed validators to unjail -``` - -### SEE ALSO - -* [akash](akash.md) - Akash Blockchain Application - -###### Auto generated by spf13/cobra on 28-Apr-2022 diff --git a/cli/akash_migrate.md b/cli/akash_migrate.md deleted file mode 100644 index e54e0fe5..00000000 --- a/cli/akash_migrate.md +++ /dev/null @@ -1,29 +0,0 @@ -## akash migrate - -Migrate genesis to a specified target version - -### Synopsis - -Migrate the source genesis into the target version and print to STDOUT. - -Example: -$ akash migrate v0.36 /path/to/genesis.json --chain-id=cosmoshub-3 --genesis-time=2019-04-22T17:00:00Z - - -``` -akash migrate [target-version] [genesis-file] [flags] -``` - -### Options - -``` - --chain-id string override chain_id with this flag - --genesis-time string override genesis_time with this flag - -h, --help help for migrate -``` - -### SEE ALSO - -* [akash](akash.md) - Akash Blockchain Application - -###### Auto generated by spf13/cobra on 28-Apr-2022 diff --git a/cli/akash_provider.md b/cli/akash_provider.md deleted file mode 100644 index c8596515..00000000 --- a/cli/akash_provider.md +++ /dev/null @@ -1,30 +0,0 @@ -## akash provider - -Akash provider commands - -### Options - -``` - -h, --help help for provider - --node string The node address (default "http://localhost:26657") -``` - -### SEE ALSO - -* [akash](akash.md) - Akash Blockchain Application -* [akash provider auth-server](akash_provider_auth-server.md) - Run the authentication server to issue JWTs to tenants -* [akash provider hostname-operator](akash_provider_hostname-operator.md) - -* [akash provider lease-events](akash_provider_lease-events.md) - get lease events -* [akash provider lease-logs](akash_provider_lease-logs.md) - get lease logs -* [akash provider lease-shell](akash_provider_lease-shell.md) - do lease shell -* [akash provider lease-status](akash_provider_lease-status.md) - get lease status -* [akash provider migrate](akash_provider_migrate.md) - -* [akash provider migrate-hostnames](akash_provider_migrate-hostnames.md) - -* [akash provider run](akash_provider_run.md) - run akash provider -* [akash provider run-resource-server](akash_provider_run-resource-server.md) - Run the resource server which authenticates tenants based on JWT before providing access to resources -* [akash provider send-manifest](akash_provider_send-manifest.md) - Submit manifest to provider(s) -* [akash provider service-status](akash_provider_service-status.md) - get service status -* [akash provider show-cluster-ns](akash_provider_show-cluster-ns.md) - print cluster namespace for given lease ID -* [akash provider status](akash_provider_status.md) - get provider status - -###### Auto generated by spf13/cobra on 28-Apr-2022 diff --git a/cli/akash_query.md b/cli/akash_query.md deleted file mode 100644 index 489eb522..00000000 --- a/cli/akash_query.md +++ /dev/null @@ -1,42 +0,0 @@ -## akash query - -Querying subcommands - -### Options - -``` - --chain-id string The network chain ID - -h, --help help for query -``` - -### SEE ALSO - -* [akash](akash.md) - Akash Blockchain Application -* [akash query ](akash_query_.md) - -* [akash query ](akash_query_.md) - -* [akash query account](akash_query_account.md) - Query for account by address -* [akash query audit](akash_query_audit.md) - Audit query commands -* [akash query auth](akash_query_auth.md) - Querying commands for the auth module -* [akash query authz](akash_query_authz.md) - Querying commands for the authz module -* [akash query bank](akash_query_bank.md) - Querying commands for the bank module -* [akash query block](akash_query_block.md) - Get verified data for a the block at given height -* [akash query cert](akash_query_cert.md) - Certificate query commands -* [akash query deployment](akash_query_deployment.md) - Deployment query commands -* [akash query distribution](akash_query_distribution.md) - Querying commands for the distribution module -* [akash query escrow](akash_query_escrow.md) - Escrow query commands -* [akash query evidence](akash_query_evidence.md) - Query for evidence by hash or for all (paginated) submitted evidence -* [akash query gov](akash_query_gov.md) - Querying commands for the governance module -* [akash query ibc](akash_query_ibc.md) - Querying commands for the IBC module -* [akash query ibc-transfer](akash_query_ibc-transfer.md) - IBC fungible token transfer query subcommands -* [akash query market](akash_query_market.md) - Market query commands -* [akash query mint](akash_query_mint.md) - Querying commands for the minting module -* [akash query params](akash_query_params.md) - Querying commands for the params module -* [akash query provider](akash_query_provider.md) - Provider query commands -* [akash query slashing](akash_query_slashing.md) - Querying commands for the slashing module -* [akash query staking](akash_query_staking.md) - Querying commands for the staking module -* [akash query tendermint-validator-set](akash_query_tendermint-validator-set.md) - Get the full tendermint validator set at given height -* [akash query tx](akash_query_tx.md) - Query for a transaction by hash, "/" combination or comma-separated signatures in a committed block -* [akash query txs](akash_query_txs.md) - Query for paginated transactions that match a set of events -* [akash query upgrade](akash_query_upgrade.md) - Querying commands for the upgrade module - -###### Auto generated by spf13/cobra on 28-Apr-2022 diff --git a/cli/akash_query_audit.md b/cli/akash_query_audit.md deleted file mode 100644 index a7b9ca9a..00000000 --- a/cli/akash_query_audit.md +++ /dev/null @@ -1,27 +0,0 @@ -## akash query audit - -Audit query commands - -``` -akash query audit [flags] -``` - -### Options - -``` - -h, --help help for audit -``` - -### Options inherited from parent commands - -``` - --chain-id string The network chain ID -``` - -### SEE ALSO - -* [akash query](akash_query.md) - Querying subcommands -* [akash query audit get](akash_query_audit_get.md) - Query provider -* [akash query audit list](akash_query_audit_list.md) - Query for all providers - -###### Auto generated by spf13/cobra on 28-Apr-2022 diff --git a/cli/akash_query_auth.md b/cli/akash_query_auth.md deleted file mode 100644 index e2e5270f..00000000 --- a/cli/akash_query_auth.md +++ /dev/null @@ -1,28 +0,0 @@ -## akash query auth - -Querying commands for the auth module - -``` -akash query auth [flags] -``` - -### Options - -``` - -h, --help help for auth -``` - -### Options inherited from parent commands - -``` - --chain-id string The network chain ID -``` - -### SEE ALSO - -* [akash query](akash_query.md) - Querying subcommands -* [akash query auth account](akash_query_auth_account.md) - Query for account by address -* [akash query auth accounts](akash_query_auth_accounts.md) - Query all the accounts -* [akash query auth params](akash_query_auth_params.md) - Query the current auth parameters - -###### Auto generated by spf13/cobra on 28-Apr-2022 diff --git a/cli/akash_query_bank.md b/cli/akash_query_bank.md deleted file mode 100644 index c006be22..00000000 --- a/cli/akash_query_bank.md +++ /dev/null @@ -1,28 +0,0 @@ -## akash query bank - -Querying commands for the bank module - -``` -akash query bank [flags] -``` - -### Options - -``` - -h, --help help for bank -``` - -### Options inherited from parent commands - -``` - --chain-id string The network chain ID -``` - -### SEE ALSO - -* [akash query](akash_query.md) - Querying subcommands -* [akash query bank balances](akash_query_bank_balances.md) - Query for account balances by address -* [akash query bank denom-metadata](akash_query_bank_denom-metadata.md) - Query the client metadata for coin denominations -* [akash query bank total](akash_query_bank_total.md) - Query the total supply of coins of the chain - -###### Auto generated by spf13/cobra on 28-Apr-2022 diff --git a/cli/akash_query_block.md b/cli/akash_query_block.md deleted file mode 100644 index ed136cc0..00000000 --- a/cli/akash_query_block.md +++ /dev/null @@ -1,26 +0,0 @@ -## akash query block - -Get verified data for a the block at given height - -``` -akash query block [height] [flags] -``` - -### Options - -``` - -h, --help help for block - -n, --node string Node to connect to (default "tcp://localhost:26657") -``` - -### Options inherited from parent commands - -``` - --chain-id string The network chain ID -``` - -### SEE ALSO - -* [akash query](akash_query.md) - Querying subcommands - -###### Auto generated by spf13/cobra on 28-Apr-2022 diff --git a/cli/akash_query_cert.md b/cli/akash_query_cert.md deleted file mode 100644 index 4a883dd5..00000000 --- a/cli/akash_query_cert.md +++ /dev/null @@ -1,26 +0,0 @@ -## akash query cert - -Certificate query commands - -``` -akash query cert [flags] -``` - -### Options - -``` - -h, --help help for cert -``` - -### Options inherited from parent commands - -``` - --chain-id string The network chain ID -``` - -### SEE ALSO - -* [akash query](akash_query.md) - Querying subcommands -* [akash query cert list](akash_query_cert_list.md) - Query for all certificates - -###### Auto generated by spf13/cobra on 28-Apr-2022 diff --git a/cli/akash_query_deployment.md b/cli/akash_query_deployment.md deleted file mode 100644 index fdd3a03d..00000000 --- a/cli/akash_query_deployment.md +++ /dev/null @@ -1,28 +0,0 @@ -## akash query deployment - -Deployment query commands - -``` -akash query deployment [flags] -``` - -### Options - -``` - -h, --help help for deployment -``` - -### Options inherited from parent commands - -``` - --chain-id string The network chain ID -``` - -### SEE ALSO - -* [akash query](akash_query.md) - Querying subcommands -* [akash query deployment get](akash_query_deployment_get.md) - Query deployment -* [akash query deployment group](akash_query_deployment_group.md) - Deployment group query commands -* [akash query deployment list](akash_query_deployment_list.md) - Query for all deployments - -###### Auto generated by spf13/cobra on 28-Apr-2022 diff --git a/cli/akash_query_deployment_group.md b/cli/akash_query_deployment_group.md deleted file mode 100644 index 834639c2..00000000 --- a/cli/akash_query_deployment_group.md +++ /dev/null @@ -1,26 +0,0 @@ -## akash query deployment group - -Deployment group query commands - -``` -akash query deployment group [flags] -``` - -### Options - -``` - -h, --help help for group -``` - -### Options inherited from parent commands - -``` - --chain-id string The network chain ID -``` - -### SEE ALSO - -* [akash query deployment](akash_query_deployment.md) - Deployment query commands -* [akash query deployment group get](akash_query_deployment_group_get.md) - Query group of deployment - -###### Auto generated by spf13/cobra on 28-Apr-2022 diff --git a/cli/akash_query_distribution.md b/cli/akash_query_distribution.md deleted file mode 100644 index f7daecd6..00000000 --- a/cli/akash_query_distribution.md +++ /dev/null @@ -1,31 +0,0 @@ -## akash query distribution - -Querying commands for the distribution module - -``` -akash query distribution [flags] -``` - -### Options - -``` - -h, --help help for distribution -``` - -### Options inherited from parent commands - -``` - --chain-id string The network chain ID -``` - -### SEE ALSO - -* [akash query](akash_query.md) - Querying subcommands -* [akash query distribution commission](akash_query_distribution_commission.md) - Query distribution validator commission -* [akash query distribution community-pool](akash_query_distribution_community-pool.md) - Query the amount of coins in the community pool -* [akash query distribution params](akash_query_distribution_params.md) - Query distribution params -* [akash query distribution rewards](akash_query_distribution_rewards.md) - Query all distribution delegator rewards or rewards from a particular validator -* [akash query distribution slashes](akash_query_distribution_slashes.md) - Query distribution validator slashes -* [akash query distribution validator-outstanding-rewards](akash_query_distribution_validator-outstanding-rewards.md) - Query distribution outstanding (un-withdrawn) rewards for a validator and all their delegations - -###### Auto generated by spf13/cobra on 28-Apr-2022 diff --git a/cli/akash_query_distribution_rewards.md b/cli/akash_query_distribution_rewards.md deleted file mode 100644 index 4e98f06a..00000000 --- a/cli/akash_query_distribution_rewards.md +++ /dev/null @@ -1,36 +0,0 @@ -## akash query distribution rewards - -Query all distribution delegator rewards or rewards from a particular validator - -### Synopsis - -Query all rewards earned by a delegator, optionally restrict to rewards from a single validator. - -Example: -$ akash query distribution rewards akash1gghjut3ccd8ay0zduzj64hwre2fxs9ld75ru9p -$ akash query distribution rewards akash1gghjut3ccd8ay0zduzj64hwre2fxs9ld75ru9p akashvaloper1gghjut3ccd8ay0zduzj64hwre2fxs9ldmqhffj - -``` -akash query distribution rewards [delegator-addr] [validator-addr] [flags] -``` - -### Options - -``` - --height int Use a specific height to query state at (this can error if the node is pruning state) - -h, --help help for rewards - --node string : to Tendermint RPC interface for this chain (default "tcp://localhost:26657") - -o, --output string Output format (text|json) (default "text") -``` - -### Options inherited from parent commands - -``` - --chain-id string The network chain ID -``` - -### SEE ALSO - -* [akash query distribution](akash_query_distribution.md) - Querying commands for the distribution module - -###### Auto generated by spf13/cobra on 28-Apr-2022 diff --git a/cli/akash_query_gov.md b/cli/akash_query_gov.md deleted file mode 100644 index 31c84efe..00000000 --- a/cli/akash_query_gov.md +++ /dev/null @@ -1,35 +0,0 @@ -## akash query gov - -Querying commands for the governance module - -``` -akash query gov [flags] -``` - -### Options - -``` - -h, --help help for gov -``` - -### Options inherited from parent commands - -``` - --chain-id string The network chain ID -``` - -### SEE ALSO - -* [akash query](akash_query.md) - Querying subcommands -* [akash query gov deposit](akash_query_gov_deposit.md) - Query details of a deposit -* [akash query gov deposits](akash_query_gov_deposits.md) - Query deposits on a proposal -* [akash query gov param](akash_query_gov_param.md) - Query the parameters (voting|tallying|deposit) of the governance process -* [akash query gov params](akash_query_gov_params.md) - Query the parameters of the governance process -* [akash query gov proposal](akash_query_gov_proposal.md) - Query details of a single proposal -* [akash query gov proposals](akash_query_gov_proposals.md) - Query proposals with optional filters -* [akash query gov proposer](akash_query_gov_proposer.md) - Query the proposer of a governance proposal -* [akash query gov tally](akash_query_gov_tally.md) - Get the tally of a proposal vote -* [akash query gov vote](akash_query_gov_vote.md) - Query details of a single vote -* [akash query gov votes](akash_query_gov_votes.md) - Query votes on a proposal - -###### Auto generated by spf13/cobra on 28-Apr-2022 diff --git a/cli/akash_query_ibc-transfer.md b/cli/akash_query_ibc-transfer.md deleted file mode 100644 index 14b4c860..00000000 --- a/cli/akash_query_ibc-transfer.md +++ /dev/null @@ -1,25 +0,0 @@ -## akash query ibc-transfer - -IBC fungible token transfer query subcommands - -### Options - -``` - -h, --help help for ibc-transfer -``` - -### Options inherited from parent commands - -``` - --chain-id string The network chain ID -``` - -### SEE ALSO - -* [akash query](akash_query.md) - Querying subcommands -* [akash query ibc-transfer denom-trace](akash_query_ibc-transfer_denom-trace.md) - Query the denom trace info from a given trace hash -* [akash query ibc-transfer denom-traces](akash_query_ibc-transfer_denom-traces.md) - Query the trace info for all token denominations -* [akash query ibc-transfer escrow-address](akash_query_ibc-transfer_escrow-address.md) - Get the escrow address for a channel -* [akash query ibc-transfer params](akash_query_ibc-transfer_params.md) - Query the current ibc-transfer parameters - -###### Auto generated by spf13/cobra on 28-Apr-2022 diff --git a/cli/akash_query_ibc-transfer_denom-trace.md b/cli/akash_query_ibc-transfer_denom-trace.md deleted file mode 100644 index da0b0b79..00000000 --- a/cli/akash_query_ibc-transfer_denom-trace.md +++ /dev/null @@ -1,38 +0,0 @@ -## akash query ibc-transfer denom-trace - -Query the denom trace info from a given trace hash - -### Synopsis - -Query the denom trace info from a given trace hash - -``` -akash query ibc-transfer denom-trace [hash] [flags] -``` - -### Examples - -``` -akash query ibc-transfer denom-trace [hash] -``` - -### Options - -``` - --height int Use a specific height to query state at (this can error if the node is pruning state) - -h, --help help for denom-trace - --node string : to Tendermint RPC interface for this chain (default "tcp://localhost:26657") - -o, --output string Output format (text|json) (default "text") -``` - -### Options inherited from parent commands - -``` - --chain-id string The network chain ID -``` - -### SEE ALSO - -* [akash query ibc-transfer](akash_query_ibc-transfer.md) - IBC fungible token transfer query subcommands - -###### Auto generated by spf13/cobra on 28-Apr-2022 diff --git a/cli/akash_query_ibc.md b/cli/akash_query_ibc.md deleted file mode 100644 index 273a731d..00000000 --- a/cli/akash_query_ibc.md +++ /dev/null @@ -1,28 +0,0 @@ -## akash query ibc - -Querying commands for the IBC module - -``` -akash query ibc [flags] -``` - -### Options - -``` - -h, --help help for ibc -``` - -### Options inherited from parent commands - -``` - --chain-id string The network chain ID -``` - -### SEE ALSO - -* [akash query](akash_query.md) - Querying subcommands -* [akash query ibc channel](akash_query_ibc_channel.md) - IBC channel query subcommands -* [akash query ibc client](akash_query_ibc_client.md) - IBC client query subcommands -* [akash query ibc connection](akash_query_ibc_connection.md) - IBC connection query subcommands - -###### Auto generated by spf13/cobra on 28-Apr-2022 diff --git a/cli/akash_query_ibc_channel.md b/cli/akash_query_ibc_channel.md deleted file mode 100644 index c0fb0db2..00000000 --- a/cli/akash_query_ibc_channel.md +++ /dev/null @@ -1,36 +0,0 @@ -## akash query ibc channel - -IBC channel query subcommands - -``` -akash query ibc channel [flags] -``` - -### Options - -``` - -h, --help help for channel -``` - -### Options inherited from parent commands - -``` - --chain-id string The network chain ID -``` - -### SEE ALSO - -* [akash query ibc](akash_query_ibc.md) - Querying commands for the IBC module -* [akash query ibc channel channels](akash_query_ibc_channel_channels.md) - Query all channels -* [akash query ibc channel client-state](akash_query_ibc_channel_client-state.md) - Query the client state associated with a channel -* [akash query ibc channel connections](akash_query_ibc_channel_connections.md) - Query all channels associated with a connection -* [akash query ibc channel end](akash_query_ibc_channel_end.md) - Query a channel end -* [akash query ibc channel next-sequence-receive](akash_query_ibc_channel_next-sequence-receive.md) - Query a next receive sequence -* [akash query ibc channel packet-ack](akash_query_ibc_channel_packet-ack.md) - Query a packet acknowledgement -* [akash query ibc channel packet-commitment](akash_query_ibc_channel_packet-commitment.md) - Query a packet commitment -* [akash query ibc channel packet-commitments](akash_query_ibc_channel_packet-commitments.md) - Query all packet commitments associated with a channel -* [akash query ibc channel packet-receipt](akash_query_ibc_channel_packet-receipt.md) - Query a packet receipt -* [akash query ibc channel unreceived-acks](akash_query_ibc_channel_unreceived-acks.md) - Query all the unreceived acks associated with a channel -* [akash query ibc channel unreceived-packets](akash_query_ibc_channel_unreceived-packets.md) - Query all the unreceived packets associated with a channel - -###### Auto generated by spf13/cobra on 28-Apr-2022 diff --git a/cli/akash_query_ibc_client.md b/cli/akash_query_ibc_client.md deleted file mode 100644 index a99676b6..00000000 --- a/cli/akash_query_ibc_client.md +++ /dev/null @@ -1,33 +0,0 @@ -## akash query ibc client - -IBC client query subcommands - -``` -akash query ibc client [flags] -``` - -### Options - -``` - -h, --help help for client -``` - -### Options inherited from parent commands - -``` - --chain-id string The network chain ID -``` - -### SEE ALSO - -* [akash query ibc](akash_query_ibc.md) - Querying commands for the IBC module -* [akash query ibc client consensus-state](akash_query_ibc_client_consensus-state.md) - Query the consensus state of a client at a given height -* [akash query ibc client consensus-states](akash_query_ibc_client_consensus-states.md) - Query all the consensus states of a client. -* [akash query ibc client header](akash_query_ibc_client_header.md) - Query the latest header of the running chain -* [akash query ibc client params](akash_query_ibc_client_params.md) - Query the current ibc client parameters -* [akash query ibc client self-consensus-state](akash_query_ibc_client_self-consensus-state.md) - Query the self consensus state for this chain -* [akash query ibc client state](akash_query_ibc_client_state.md) - Query a client state -* [akash query ibc client states](akash_query_ibc_client_states.md) - Query all available light clients -* [akash query ibc client status](akash_query_ibc_client_status.md) - Query client status - -###### Auto generated by spf13/cobra on 28-Apr-2022 diff --git a/cli/akash_query_ibc_client_node-state.md b/cli/akash_query_ibc_client_node-state.md deleted file mode 100644 index 37a6a32e..00000000 --- a/cli/akash_query_ibc_client_node-state.md +++ /dev/null @@ -1,38 +0,0 @@ -## akash query ibc client node-state - -Query a node consensus state - -### Synopsis - -Query a node consensus state. This result is feed to the client creation transaction. - -``` -akash query ibc client node-state [flags] -``` - -### Examples - -``` -akash query ibc client node-state -``` - -### Options - -``` - --height int Use a specific height to query state at (this can error if the node is pruning state) - -h, --help help for node-state - --node string : to Tendermint RPC interface for this chain (default "tcp://localhost:26657") - -o, --output string Output format (text|json) (default "text") -``` - -### Options inherited from parent commands - -``` - --chain-id string The network chain ID -``` - -### SEE ALSO - -* [akash query ibc client](akash_query_ibc_client.md) - IBC client query subcommands - -###### Auto generated by spf13/cobra on 18-Feb-2021 diff --git a/cli/akash_query_ibc_connection.md b/cli/akash_query_ibc_connection.md deleted file mode 100644 index f6af1d96..00000000 --- a/cli/akash_query_ibc_connection.md +++ /dev/null @@ -1,24 +0,0 @@ -## akash query ibc connection - -IBC connection query subcommands - -### Options - -``` - -h, --help help for connection -``` - -### Options inherited from parent commands - -``` - --chain-id string The network chain ID -``` - -### SEE ALSO - -* [akash query ibc](akash_query_ibc.md) - Querying commands for the IBC module -* [akash query ibc connection connections](akash_query_ibc_connection_connections.md) - Query all connections -* [akash query ibc connection end](akash_query_ibc_connection_end.md) - Query stored connection end -* [akash query ibc connection path](akash_query_ibc_connection_path.md) - Query stored client connection paths - -###### Auto generated by spf13/cobra on 28-Apr-2022 diff --git a/cli/akash_query_market.md b/cli/akash_query_market.md deleted file mode 100644 index 77e3beac..00000000 --- a/cli/akash_query_market.md +++ /dev/null @@ -1,28 +0,0 @@ -## akash query market - -Market query commands - -``` -akash query market [flags] -``` - -### Options - -``` - -h, --help help for market -``` - -### Options inherited from parent commands - -``` - --chain-id string The network chain ID -``` - -### SEE ALSO - -* [akash query](akash_query.md) - Querying subcommands -* [akash query market bid](akash_query_market_bid.md) - Bid query commands -* [akash query market lease](akash_query_market_lease.md) - Lease query commands -* [akash query market order](akash_query_market_order.md) - Order query commands - -###### Auto generated by spf13/cobra on 28-Apr-2022 diff --git a/cli/akash_query_market_bid.md b/cli/akash_query_market_bid.md deleted file mode 100644 index 55a8337a..00000000 --- a/cli/akash_query_market_bid.md +++ /dev/null @@ -1,27 +0,0 @@ -## akash query market bid - -Bid query commands - -``` -akash query market bid [flags] -``` - -### Options - -``` - -h, --help help for bid -``` - -### Options inherited from parent commands - -``` - --chain-id string The network chain ID -``` - -### SEE ALSO - -* [akash query market](akash_query_market.md) - Market query commands -* [akash query market bid get](akash_query_market_bid_get.md) - Query order -* [akash query market bid list](akash_query_market_bid_list.md) - Query for all bids - -###### Auto generated by spf13/cobra on 28-Apr-2022 diff --git a/cli/akash_query_market_lease.md b/cli/akash_query_market_lease.md deleted file mode 100644 index 5f5c5dab..00000000 --- a/cli/akash_query_market_lease.md +++ /dev/null @@ -1,27 +0,0 @@ -## akash query market lease - -Lease query commands - -``` -akash query market lease [flags] -``` - -### Options - -``` - -h, --help help for lease -``` - -### Options inherited from parent commands - -``` - --chain-id string The network chain ID -``` - -### SEE ALSO - -* [akash query market](akash_query_market.md) - Market query commands -* [akash query market lease get](akash_query_market_lease_get.md) - Query order -* [akash query market lease list](akash_query_market_lease_list.md) - Query for all leases - -###### Auto generated by spf13/cobra on 28-Apr-2022 diff --git a/cli/akash_query_market_order.md b/cli/akash_query_market_order.md deleted file mode 100644 index 0723e727..00000000 --- a/cli/akash_query_market_order.md +++ /dev/null @@ -1,27 +0,0 @@ -## akash query market order - -Order query commands - -``` -akash query market order [flags] -``` - -### Options - -``` - -h, --help help for order -``` - -### Options inherited from parent commands - -``` - --chain-id string The network chain ID -``` - -### SEE ALSO - -* [akash query market](akash_query_market.md) - Market query commands -* [akash query market order get](akash_query_market_order_get.md) - Query order -* [akash query market order list](akash_query_market_order_list.md) - Query for all orders - -###### Auto generated by spf13/cobra on 28-Apr-2022 diff --git a/cli/akash_query_mint.md b/cli/akash_query_mint.md deleted file mode 100644 index 01c8b2ab..00000000 --- a/cli/akash_query_mint.md +++ /dev/null @@ -1,28 +0,0 @@ -## akash query mint - -Querying commands for the minting module - -``` -akash query mint [flags] -``` - -### Options - -``` - -h, --help help for mint -``` - -### Options inherited from parent commands - -``` - --chain-id string The network chain ID -``` - -### SEE ALSO - -* [akash query](akash_query.md) - Querying subcommands -* [akash query mint annual-provisions](akash_query_mint_annual-provisions.md) - Query the current minting annual provisions value -* [akash query mint inflation](akash_query_mint_inflation.md) - Query the current minting inflation value -* [akash query mint params](akash_query_mint_params.md) - Query the current minting parameters - -###### Auto generated by spf13/cobra on 28-Apr-2022 diff --git a/cli/akash_query_params.md b/cli/akash_query_params.md deleted file mode 100644 index b6cf1ebf..00000000 --- a/cli/akash_query_params.md +++ /dev/null @@ -1,26 +0,0 @@ -## akash query params - -Querying commands for the params module - -``` -akash query params [flags] -``` - -### Options - -``` - -h, --help help for params -``` - -### Options inherited from parent commands - -``` - --chain-id string The network chain ID -``` - -### SEE ALSO - -* [akash query](akash_query.md) - Querying subcommands -* [akash query params subspace](akash_query_params_subspace.md) - Query for raw parameters by subspace and key - -###### Auto generated by spf13/cobra on 28-Apr-2022 diff --git a/cli/akash_query_provider.md b/cli/akash_query_provider.md deleted file mode 100644 index adcec851..00000000 --- a/cli/akash_query_provider.md +++ /dev/null @@ -1,27 +0,0 @@ -## akash query provider - -Provider query commands - -``` -akash query provider [flags] -``` - -### Options - -``` - -h, --help help for provider -``` - -### Options inherited from parent commands - -``` - --chain-id string The network chain ID -``` - -### SEE ALSO - -* [akash query](akash_query.md) - Querying subcommands -* [akash query provider get](akash_query_provider_get.md) - Query provider -* [akash query provider list](akash_query_provider_list.md) - Query for all providers - -###### Auto generated by spf13/cobra on 28-Apr-2022 diff --git a/cli/akash_query_slashing.md b/cli/akash_query_slashing.md deleted file mode 100644 index 6e93c8c4..00000000 --- a/cli/akash_query_slashing.md +++ /dev/null @@ -1,28 +0,0 @@ -## akash query slashing - -Querying commands for the slashing module - -``` -akash query slashing [flags] -``` - -### Options - -``` - -h, --help help for slashing -``` - -### Options inherited from parent commands - -``` - --chain-id string The network chain ID -``` - -### SEE ALSO - -* [akash query](akash_query.md) - Querying subcommands -* [akash query slashing params](akash_query_slashing_params.md) - Query the current slashing parameters -* [akash query slashing signing-info](akash_query_slashing_signing-info.md) - Query a validator's signing information -* [akash query slashing signing-infos](akash_query_slashing_signing-infos.md) - Query signing information of all validators - -###### Auto generated by spf13/cobra on 28-Apr-2022 diff --git a/cli/akash_query_staking.md b/cli/akash_query_staking.md deleted file mode 100644 index cf44a9a9..00000000 --- a/cli/akash_query_staking.md +++ /dev/null @@ -1,39 +0,0 @@ -## akash query staking - -Querying commands for the staking module - -``` -akash query staking [flags] -``` - -### Options - -``` - -h, --help help for staking -``` - -### Options inherited from parent commands - -``` - --chain-id string The network chain ID -``` - -### SEE ALSO - -* [akash query](akash_query.md) - Querying subcommands -* [akash query staking delegation](akash_query_staking_delegation.md) - Query a delegation based on address and validator address -* [akash query staking delegations](akash_query_staking_delegations.md) - Query all delegations made by one delegator -* [akash query staking delegations-to](akash_query_staking_delegations-to.md) - Query all delegations made to one validator -* [akash query staking historical-info](akash_query_staking_historical-info.md) - Query historical info at given height -* [akash query staking params](akash_query_staking_params.md) - Query the current staking parameters information -* [akash query staking pool](akash_query_staking_pool.md) - Query the current staking pool values -* [akash query staking redelegation](akash_query_staking_redelegation.md) - Query a redelegation record based on delegator and a source and destination validator address -* [akash query staking redelegations](akash_query_staking_redelegations.md) - Query all redelegations records for one delegator -* [akash query staking redelegations-from](akash_query_staking_redelegations-from.md) - Query all outgoing redelegatations from a validator -* [akash query staking unbonding-delegation](akash_query_staking_unbonding-delegation.md) - Query an unbonding-delegation record based on delegator and validator address -* [akash query staking unbonding-delegations](akash_query_staking_unbonding-delegations.md) - Query all unbonding-delegations records for one delegator -* [akash query staking unbonding-delegations-from](akash_query_staking_unbonding-delegations-from.md) - Query all unbonding delegatations from a validator -* [akash query staking validator](akash_query_staking_validator.md) - Query a validator -* [akash query staking validators](akash_query_staking_validators.md) - Query for all validators - -###### Auto generated by spf13/cobra on 28-Apr-2022 diff --git a/cli/akash_query_upgrade.md b/cli/akash_query_upgrade.md deleted file mode 100644 index 7d8e521d..00000000 --- a/cli/akash_query_upgrade.md +++ /dev/null @@ -1,24 +0,0 @@ -## akash query upgrade - -Querying commands for the upgrade module - -### Options - -``` - -h, --help help for upgrade -``` - -### Options inherited from parent commands - -``` - --chain-id string The network chain ID -``` - -### SEE ALSO - -* [akash query](akash_query.md) - Querying subcommands -* [akash query upgrade applied](akash_query_upgrade_applied.md) - block header for height at which a completed upgrade was applied -* [akash query upgrade module_versions](akash_query_upgrade_module_versions.md) - get the list of module versions -* [akash query upgrade plan](akash_query_upgrade_plan.md) - get upgrade plan (if one exists) - -###### Auto generated by spf13/cobra on 28-Apr-2022 diff --git a/cli/akash_start.md b/cli/akash_start.md deleted file mode 100644 index efa652bf..00000000 --- a/cli/akash_start.md +++ /dev/null @@ -1,98 +0,0 @@ -## akash start - -Run the full node - -### Synopsis - -Run the full node application with Tendermint in or out of process. By -default, the application will run with Tendermint in process. - -Pruning options can be provided via the '--pruning' flag or alternatively with '--pruning-keep-recent', -'pruning-keep-every', and 'pruning-interval' together. - -For '--pruning' the options are as follows: - -default: the last 100 states are kept in addition to every 500th state; pruning at 10 block intervals -nothing: all historic states will be saved, nothing will be deleted (i.e. archiving node) -everything: all saved states will be deleted, storing only the current and previous state; pruning at 10 block intervals -custom: allow pruning options to be manually specified through 'pruning-keep-recent', 'pruning-keep-every', and 'pruning-interval' - -Node halting configurations exist in the form of two flags: '--halt-height' and '--halt-time'. During -the ABCI Commit phase, the node will check if the current block height is greater than or equal to -the halt-height or if the current block time is greater than or equal to the halt-time. If so, the -node will attempt to gracefully shutdown and the block will not be committed. In addition, the node -will not be able to commit subsequent blocks. - -For profiling and benchmarking purposes, CPU profiling can be enabled via the '--cpu-profile' flag -which accepts a path for the resulting pprof file. - -The node may be started in a 'query only' mode where only the gRPC and JSON HTTP -API services are enabled via the 'grpc-only' flag. In this mode, Tendermint is -bypassed and can be used when legacy queries are needed after an on-chain upgrade -is performed. Note, when enabled, gRPC will also be automatically enabled. - - -``` -akash start [flags] -``` - -### Options - -``` - --abci string specify abci transport (socket | grpc) (default "socket") - --address string Listen address (default "tcp://0.0.0.0:26658") - --consensus.create_empty_blocks set this to false to only produce blocks when there are txs or when the AppHash changes (default true) - --consensus.create_empty_blocks_interval string the possible interval between empty blocks (default "0s") - --consensus.double_sign_check_height int how many blocks to look back to check existence of the node's consensus votes before joining consensus - --cpu-profile string Enable CPU profiling and write to the provided file - --db_backend string database backend: goleveldb | cleveldb | boltdb | rocksdb | badgerdb (default "goleveldb") - --db_dir string database directory (default "data") - --fast_sync fast blockchain syncing (default true) - --genesis_hash bytesHex optional SHA-256 hash of the genesis file - --grpc-only Start the node in gRPC query only mode (no Tendermint process is started) - --grpc-web.address string The gRPC-Web server address to listen on (default "0.0.0.0:9091") - --grpc-web.enable Define if the gRPC-Web server should be enabled. (Note: gRPC must also be enabled.) (default true) - --grpc.address string the gRPC server address to listen on (default "0.0.0.0:9090") - --grpc.enable Define if the gRPC server should be enabled (default true) - --halt-height uint Block height at which to gracefully halt the chain and shutdown the node - --halt-time uint Minimum block time (in Unix seconds) at which to gracefully halt the chain and shutdown the node - -h, --help help for start - --home string The application home directory (default "/home/ericu/.akash") - --inter-block-cache Enable inter-block caching (default true) - --inv-check-period uint Assert registered invariants every N blocks - --min-retain-blocks uint Minimum block height offset during ABCI commit to prune Tendermint blocks - --minimum-gas-prices string Minimum gas prices to accept for transactions; Any fee in a tx must meet this minimum (e.g. 0.01photino;0.0001stake) - --moniker string node name (default "ericu-ryzen") - --p2p.laddr string node listen address. (0.0.0.0:0 means any interface, any port) (default "tcp://0.0.0.0:26656") - --p2p.persistent_peers string comma-delimited ID@host:port persistent peers - --p2p.pex enable/disable Peer-Exchange (default true) - --p2p.private_peer_ids string comma-delimited private peer IDs - --p2p.seed_mode enable/disable seed mode - --p2p.seeds string comma-delimited ID@host:port seed nodes - --p2p.unconditional_peer_ids string comma-delimited IDs of unconditional peers - --p2p.upnp enable/disable UPNP port forwarding - --priv_validator_laddr string socket address to listen on for connections from external priv_validator process - --proxy_app string proxy app address, or one of: 'kvstore', 'persistent_kvstore', 'counter', 'e2e' or 'noop' for local testing. (default "tcp://127.0.0.1:26658") - --pruning string Pruning strategy (default|nothing|everything|custom) (default "default") - --pruning-interval uint Height interval at which pruned heights are removed from disk (ignored if pruning is not 'custom') - --pruning-keep-every uint Offset heights to keep on disk after 'keep-every' (ignored if pruning is not 'custom') - --pruning-keep-recent uint Number of recent heights to keep on disk (ignored if pruning is not 'custom') - --rpc.grpc_laddr string GRPC listen address (BroadcastTx only). Port required - --rpc.laddr string RPC listen address. Port required (default "tcp://127.0.0.1:26657") - --rpc.pprof_laddr string pprof listen address (https://golang.org/pkg/net/http/pprof) - --rpc.unsafe enabled unsafe rpc methods - --state-sync.snapshot-interval uint State sync snapshot interval - --state-sync.snapshot-keep-recent uint32 State sync snapshot to keep (default 2) - --trace Provide full stack traces for errors in ABCI Log - --trace-store string Enable KVStore tracing to an output file - --transport string Transport protocol: socket, grpc (default "socket") - --unsafe-skip-upgrades ints Skip a set of upgrade heights to continue the old binary - --with-tendermint Run abci app embedded in-process with tendermint (default true) - --x-crisis-skip-assert-invariants Skip x/crisis invariants check on startup -``` - -### SEE ALSO - -* [akash](akash.md) - Akash Blockchain Application - -###### Auto generated by spf13/cobra on 28-Apr-2022 diff --git a/cli/akash_status.md b/cli/akash_status.md deleted file mode 100644 index 0c0aa825..00000000 --- a/cli/akash_status.md +++ /dev/null @@ -1,20 +0,0 @@ -## akash status - -Query remote node for status - -``` -akash status [flags] -``` - -### Options - -``` - -h, --help help for status - -n, --node string Node to connect to (default "tcp://localhost:26657") -``` - -### SEE ALSO - -* [akash](akash.md) - Akash Blockchain Application - -###### Auto generated by spf13/cobra on 28-Apr-2022 diff --git a/cli/akash_tendermint.md b/cli/akash_tendermint.md deleted file mode 100644 index 46eada1e..00000000 --- a/cli/akash_tendermint.md +++ /dev/null @@ -1,21 +0,0 @@ -## akash tendermint - -Tendermint subcommands - -### Options - -``` - -h, --help help for tendermint -``` - -### SEE ALSO - -* [akash](akash.md) - Akash Blockchain Application -* [akash tendermint reset-state](akash_tendermint_reset-state.md) - Remove all the data and WAL -* [akash tendermint show-address](akash_tendermint_show-address.md) - Shows this node's tendermint validator consensus address -* [akash tendermint show-node-id](akash_tendermint_show-node-id.md) - Show this node's ID -* [akash tendermint show-validator](akash_tendermint_show-validator.md) - Show this node's tendermint validator info -* [akash tendermint unsafe-reset-all](akash_tendermint_unsafe-reset-all.md) - (unsafe) Remove all the data and WAL, reset this node's validator to genesis state -* [akash tendermint version](akash_tendermint_version.md) - Print tendermint libraries' version - -###### Auto generated by spf13/cobra on 28-Apr-2022 diff --git a/cli/akash_tendermint_show-address.md b/cli/akash_tendermint_show-address.md deleted file mode 100644 index 1b17f474..00000000 --- a/cli/akash_tendermint_show-address.md +++ /dev/null @@ -1,19 +0,0 @@ -## akash tendermint show-address - -Shows this node's tendermint validator consensus address - -``` -akash tendermint show-address [flags] -``` - -### Options - -``` - -h, --help help for show-address -``` - -### SEE ALSO - -* [akash tendermint](akash_tendermint.md) - Tendermint subcommands - -###### Auto generated by spf13/cobra on 28-Apr-2022 diff --git a/cli/akash_tendermint_show-node-id.md b/cli/akash_tendermint_show-node-id.md deleted file mode 100644 index 5da479ce..00000000 --- a/cli/akash_tendermint_show-node-id.md +++ /dev/null @@ -1,19 +0,0 @@ -## akash tendermint show-node-id - -Show this node's ID - -``` -akash tendermint show-node-id [flags] -``` - -### Options - -``` - -h, --help help for show-node-id -``` - -### SEE ALSO - -* [akash tendermint](akash_tendermint.md) - Tendermint subcommands - -###### Auto generated by spf13/cobra on 28-Apr-2022 diff --git a/cli/akash_tendermint_show-validator.md b/cli/akash_tendermint_show-validator.md deleted file mode 100644 index 43cc3d67..00000000 --- a/cli/akash_tendermint_show-validator.md +++ /dev/null @@ -1,19 +0,0 @@ -## akash tendermint show-validator - -Show this node's tendermint validator info - -``` -akash tendermint show-validator [flags] -``` - -### Options - -``` - -h, --help help for show-validator -``` - -### SEE ALSO - -* [akash tendermint](akash_tendermint.md) - Tendermint subcommands - -###### Auto generated by spf13/cobra on 28-Apr-2022 diff --git a/cli/akash_tendermint_version.md b/cli/akash_tendermint_version.md deleted file mode 100644 index 5ddb3859..00000000 --- a/cli/akash_tendermint_version.md +++ /dev/null @@ -1,25 +0,0 @@ -## akash tendermint version - -Print tendermint libraries' version - -### Synopsis - -Print protocols' and libraries' version numbers -against which this app has been compiled. - - -``` -akash tendermint version [flags] -``` - -### Options - -``` - -h, --help help for version -``` - -### SEE ALSO - -* [akash tendermint](akash_tendermint.md) - Tendermint subcommands - -###### Auto generated by spf13/cobra on 28-Apr-2022 diff --git a/cli/akash_tx.md b/cli/akash_tx.md deleted file mode 100644 index 8d4f9d2e..00000000 --- a/cli/akash_tx.md +++ /dev/null @@ -1,45 +0,0 @@ -## akash tx - -Transactions subcommands - -### Options - -``` - --chain-id string The network chain ID - -h, --help help for tx -``` - -### SEE ALSO - -* [akash](akash.md) - Akash Blockchain Application -* [akash tx ](akash_tx_.md) - -* [akash tx ](akash_tx_.md) - -* [akash tx ](akash_tx_.md) - -* [akash tx audit](akash_tx_audit.md) - Audit transaction subcommands -* [akash tx authz](akash_tx_authz.md) - Authorization transactions subcommands -* [akash tx bank](akash_tx_bank.md) - Bank transaction subcommands -* [akash tx broadcast](akash_tx_broadcast.md) - Broadcast transactions generated offline -* [akash tx cert](akash_tx_cert.md) - Certificates transaction subcommands -* [akash tx crisis](akash_tx_crisis.md) - Crisis transactions subcommands -* [akash tx decode](akash_tx_decode.md) - Decode a binary encoded transaction string -* [akash tx deployment](akash_tx_deployment.md) - Deployment transaction subcommands -* [akash tx distribution](akash_tx_distribution.md) - Distribution transactions subcommands -* [akash tx encode](akash_tx_encode.md) - Encode transactions generated offline -* [akash tx evidence](akash_tx_evidence.md) - Evidence transaction subcommands -* [akash tx gov](akash_tx_gov.md) - Governance transactions subcommands -* [akash tx ibc](akash_tx_ibc.md) - IBC transaction subcommands -* [akash tx ibc-transfer](akash_tx_ibc-transfer.md) - IBC fungible token transfer transaction subcommands -* [akash tx market](akash_tx_market.md) - Transaction subcommands -* [akash tx multisign](akash_tx_multisign.md) - Generate multisig signatures for transactions generated offline -* [akash tx provider](akash_tx_provider.md) - Provider transaction subcommands -* [akash tx send](akash_tx_send.md) - Send funds from one account to another. Note, the'--from' flag is -ignored as it is implied from [from_key_or_address]. -* [akash tx sign](akash_tx_sign.md) - Sign a transaction generated offline -* [akash tx sign-batch](akash_tx_sign-batch.md) - Sign transaction batch files -* [akash tx slashing](akash_tx_slashing.md) - Slashing transaction subcommands -* [akash tx staking](akash_tx_staking.md) - Staking transaction subcommands -* [akash tx validate-signatures](akash_tx_validate-signatures.md) - validate transactions signatures -* [akash tx vesting](akash_tx_vesting.md) - Vesting transaction subcommands -* [akash tx vesting](akash_tx_vesting.md) - Vesting transaction subcommands - -###### Auto generated by spf13/cobra on 28-Apr-2022 diff --git a/cli/akash_tx_audit.md b/cli/akash_tx_audit.md deleted file mode 100644 index a2e70bdd..00000000 --- a/cli/akash_tx_audit.md +++ /dev/null @@ -1,26 +0,0 @@ -## akash tx audit - -Audit transaction subcommands - -``` -akash tx audit [flags] -``` - -### Options - -``` - -h, --help help for audit -``` - -### Options inherited from parent commands - -``` - --chain-id string The network chain ID -``` - -### SEE ALSO - -* [akash tx](akash_tx.md) - Transactions subcommands -* [akash tx audit attr](akash_tx_audit_attr.md) - Manage provider attributes - -###### Auto generated by spf13/cobra on 28-Apr-2022 diff --git a/cli/akash_tx_audit_attr.md b/cli/akash_tx_audit_attr.md deleted file mode 100644 index d72d4329..00000000 --- a/cli/akash_tx_audit_attr.md +++ /dev/null @@ -1,23 +0,0 @@ -## akash tx audit attr - -Manage provider attributes - -### Options - -``` - -h, --help help for attr -``` - -### Options inherited from parent commands - -``` - --chain-id string The network chain ID -``` - -### SEE ALSO - -* [akash tx audit](akash_tx_audit.md) - Audit transaction subcommands -* [akash tx audit attr create](akash_tx_audit_attr_create.md) - Create/update provider attributes -* [akash tx audit attr delete](akash_tx_audit_attr_delete.md) - Delete provider attributes - -###### Auto generated by spf13/cobra on 28-Apr-2022 diff --git a/cli/akash_tx_bank.md b/cli/akash_tx_bank.md deleted file mode 100644 index e94a73ed..00000000 --- a/cli/akash_tx_bank.md +++ /dev/null @@ -1,27 +0,0 @@ -## akash tx bank - -Bank transaction subcommands - -``` -akash tx bank [flags] -``` - -### Options - -``` - -h, --help help for bank -``` - -### Options inherited from parent commands - -``` - --chain-id string The network chain ID -``` - -### SEE ALSO - -* [akash tx](akash_tx.md) - Transactions subcommands -* [akash tx bank send](akash_tx_bank_send.md) - Send funds from one account to another. Note, the'--from' flag is -ignored as it is implied from [from_key_or_address]. - -###### Auto generated by spf13/cobra on 28-Apr-2022 diff --git a/cli/akash_tx_cert.md b/cli/akash_tx_cert.md deleted file mode 100644 index b3aa9c85..00000000 --- a/cli/akash_tx_cert.md +++ /dev/null @@ -1,28 +0,0 @@ -## akash tx cert - -Certificates transaction subcommands - -``` -akash tx cert [flags] -``` - -### Options - -``` - -h, --help help for cert -``` - -### Options inherited from parent commands - -``` - --chain-id string The network chain ID -``` - -### SEE ALSO - -* [akash tx](akash_tx.md) - Transactions subcommands -* [akash tx cert generate](akash_tx_cert_generate.md) - -* [akash tx cert publish](akash_tx_cert_publish.md) - -* [akash tx cert revoke](akash_tx_cert_revoke.md) - - -###### Auto generated by spf13/cobra on 28-Apr-2022 diff --git a/cli/akash_tx_cert_generate.md b/cli/akash_tx_cert_generate.md deleted file mode 100644 index 09b5dd46..00000000 --- a/cli/akash_tx_cert_generate.md +++ /dev/null @@ -1,27 +0,0 @@ -## akash tx cert generate - -create/update api certificates - -``` -akash tx cert generate [flags] -``` - -### Options - -``` - -h, --help help for create -``` - -### Options inherited from parent commands - -``` - --chain-id string The network chain ID -``` - -### SEE ALSO - -* [akash tx cert](akash_tx_cert.md) - Certificates transaction subcommands -* [akash tx cert generate client](akash_tx_cert_generate_client.md) - create client api certificate -* [akash tx cert generate server](akash_tx_cert_generate_server.md) - create server api certificate - -###### Auto generated by spf13/cobra on 18-Feb-2021 diff --git a/cli/akash_tx_cert_generate_client.md b/cli/akash_tx_cert_generate_client.md deleted file mode 100644 index 57c13695..00000000 --- a/cli/akash_tx_cert_generate_client.md +++ /dev/null @@ -1,52 +0,0 @@ -## akash tx cert generate client - -create client api certificate - -``` -akash tx cert generate client [flags] -``` - -### Options - -``` - -a, --account-number uint The account number of the signing account (offline mode only) - -b, --broadcast-mode string Transaction broadcasting mode (sync|async|block) (default "sync") - --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it - --fees string Fees to pay along with transaction; eg: 10uatom - --from string Name or address of private key with which to sign - --gas string gas limit to set per-transaction; set to "auto" to calculate sufficient gas automatically (default 200000) - --gas-adjustment float adjustment factor to be multiplied against the estimate returned by the tx simulation; if the gas limit is set manually this flag is ignored (default 1) - --gas-prices string Gas prices in decimal format to determine the transaction fee (e.g. 0.1uatom) - --generate-only Build an unsigned transaction and write it to STDOUT (when enabled, the local Keybase is not accessible) - -h, --help help for client - --keyring-backend string Select keyring's backend (os|file|kwallet|pass|test) (default "os") - --keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used - --ledger Use a connected Ledger device - --memo string Memo to send along with transaction - --naf string certificate is not valid after this date. default 365d. days or RFC3339 - --nbf string certificate is not valid before this date. default current timestamp. RFC3339 - --node string : to tendermint rpc interface for this chain (default "tcp://localhost:26657") - --offline Offline mode (does not allow any online functionality - --rie revoke current certificate if it already present on chain - -s, --sequence uint The sequence number of the signing account (offline mode only) - --sign-mode string Choose sign mode (direct|amino-json), this is an advanced feature - --timeout-height uint Set a block timeout height to prevent the tx from being committed past a certain height - --to-genesis export certificate to genesis - -y, --yes Skip tx broadcasting prompt confirmation -``` - -### Options inherited from parent commands - -``` ---chain-id string The network chain ID -``` - -### Example - -``` -akash tx cert generate client --from sign --fees 5000uakt -``` - -### SEE ALSO - -* [akash tx cert](akash_tx_cert.md) - create/update api certificates diff --git a/cli/akash_tx_cert_generate_server.md b/cli/akash_tx_cert_generate_server.md deleted file mode 100644 index b607783d..00000000 --- a/cli/akash_tx_cert_generate_server.md +++ /dev/null @@ -1,48 +0,0 @@ -## akash tx cert generate server - -create server api certificate - -``` -akash tx cert generate server [space separated dns names and/or IP addresses] [flags] -``` - -### Options - -``` - -a, --account-number uint The account number of the signing account (offline mode only) - -b, --broadcast-mode string Transaction broadcasting mode (sync|async|block) (default "sync") - --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it - --fees string Fees to pay along with transaction; eg: 10uatom - --from string Name or address of private key with which to sign - --gas string gas limit to set per-transaction; set to "auto" to calculate sufficient gas automatically (default 200000) - --gas-adjustment float adjustment factor to be multiplied against the estimate returned by the tx simulation; if the gas limit is set manually this flag is ignored (default 1) - --gas-prices string Gas prices in decimal format to determine the transaction fee (e.g. 0.1uatom) - --generate-only Build an unsigned transaction and write it to STDOUT (when enabled, the local Keybase is not accessible) - -h, --help help for server - --keyring-backend string Select keyring's backend (os|file|kwallet|pass|test) (default "os") - --keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used - --ledger Use a connected Ledger device - --memo string Memo to send along with transaction - --naf string certificate is not valid after this date. default 365d. days or RFC3339 - --nbf string certificate is not valid before this date. default current timestamp. RFC3339 - --node string : to tendermint rpc interface for this chain (default "tcp://localhost:26657") - --offline Offline mode (does not allow any online functionality - --rie revoke current certificate if it already present on chain - -s, --sequence uint The sequence number of the signing account (offline mode only) - --sign-mode string Choose sign mode (direct|amino-json), this is an advanced feature - --timeout-height uint Set a block timeout height to prevent the tx from being committed past a certain height - --to-genesis export certificate to genesis - -y, --yes Skip tx broadcasting prompt confirmation -``` - -### Options inherited from parent commands - -``` ---chain-id string The network chain ID -``` - -### SEE ALSO - -* [akash tx cert generate](akash_tx_cert_generate.md) - create/update api certificates - -###### Auto generated by spf13/cobra on 18-Feb-2021 diff --git a/cli/akash_tx_cert_publish.md b/cli/akash_tx_cert_publish.md deleted file mode 100644 index dfa468d6..00000000 --- a/cli/akash_tx_cert_publish.md +++ /dev/null @@ -1,24 +0,0 @@ -## akash tx cert publish - -publish certificate to the blockchain - -``` -akash tx cert publish [flags] -``` -### Options - -``` --h, --help help for create -``` - -### Options inherited from parent commands - -``` ---chain-id string The network chain ID -``` - -### SEE ALSO - -* [akash tx cert publish client](akash_tx_cert_publish_client.md) - Publish client certificate -* [akash tx cert publish server](akash_tx_cert_publish_server.md) - Publish server certificate -* [akash tx cert revoke](akash_tx_cert_revoke.md) - Revoke certificate diff --git a/cli/akash_tx_cert_publish_client.md b/cli/akash_tx_cert_publish_client.md deleted file mode 100644 index d070f112..00000000 --- a/cli/akash_tx_cert_publish_client.md +++ /dev/null @@ -1,36 +0,0 @@ -## akash tx cert publish client - -publish client certificate to the blockchain - -``` -akash tx cert publish client --from $AKASH_KEY_NAME [flags] -``` -### Options - -``` --h, --help help for create -``` - -### Options inherited from parent commands - -``` ---chain-id string The network chain ID -``` - -### Example - -``` -akash tx cert publish client --from sign --fees 5000uakt -``` - -### Example on chain - -https://www.mintscan.io/akash/txs/4DAF9CC2CB9203F2FDFA1617CD93909C9DE577A5740A20E00BEB3E4E05E45FBC - - - -### SEE ALSO - -* [akash tx cert publish](akash_tx_cert_publish.md) - Publish certificate -* [akash tx cert publish server](akash_tx_cert_publish_server.md) - Publish server certificate -* [akash tx cert revoke](akash_tx_cert_revoke.md) - Revoke certificate diff --git a/cli/akash_tx_cert_revoke.md b/cli/akash_tx_cert_revoke.md deleted file mode 100644 index 04eda134..00000000 --- a/cli/akash_tx_cert_revoke.md +++ /dev/null @@ -1,25 +0,0 @@ -## akash tx cert revoke - - - -``` -akash tx cert revoke [flags] -``` - -### Options - -``` - -h, --help help for revoke -``` - -### Options inherited from parent commands - -``` - --chain-id string The network chain ID -``` - -### SEE ALSO - -* [akash tx cert](akash_tx_cert.md) - Certificates transaction subcommands -* [akash tx cert revoke client](akash_tx_cert_revoke_client.md) - Remove client certificate -* [akash tx cert revoke server](akash_tx_cert_revoke_server.md) - Remove server certificate diff --git a/cli/akash_tx_cert_revoke_client.md b/cli/akash_tx_cert_revoke_client.md deleted file mode 100644 index 9a1e2098..00000000 --- a/cli/akash_tx_cert_revoke_client.md +++ /dev/null @@ -1,32 +0,0 @@ -## akash tx cert revoke client - -``` -akash tx cert revoke client --from $AKASH_KEY_NAME [flags] -``` - -### Options - -``` --h, --help help for revoke -``` - -### Options inherited from parent commands - -``` ---chain-id string The network chain ID -``` - -### Example - -``` -akash tx cert revoke client --from sign --fees 5000uakt -``` - -### Example on chain - -https://www.mintscan.io/akash/txs/F9E007A8A915AD4F6AD3F876A92CA280886719EFB30079E02D28D596A685043A - -### SEE ALSO - -* [akash tx cert](akash_tx_cert.md) - Certificates transaction subcommands -* [akash tx cert revoke server](akash_tx_cert_revoke_server.md) - Remove server certificate diff --git a/cli/akash_tx_cert_revoke_server.md b/cli/akash_tx_cert_revoke_server.md deleted file mode 100644 index 59fb44e8..00000000 --- a/cli/akash_tx_cert_revoke_server.md +++ /dev/null @@ -1,47 +0,0 @@ -## akash tx cert remove server - -remove server api certificate - -``` -akash tx cert remove server [space separated dns names and/or IP addresses] [flags] -``` - -### Options - -``` - -a, --account-number uint The account number of the signing account (offline mode only) - -b, --broadcast-mode string Transaction broadcasting mode (sync|async|block) (default "sync") - --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it - --fees string Fees to pay along with transaction; eg: 10uatom - --from string Name or address of private key with which to sign - --gas string gas limit to set per-transaction; set to "auto" to calculate sufficient gas automatically (default 200000) - --gas-adjustment float adjustment factor to be multiplied against the estimate returned by the tx simulation; if the gas limit is set manually this flag is ignored (default 1) - --gas-prices string Gas prices in decimal format to determine the transaction fee (e.g. 0.1uatom) - --generate-only Build an unsigned transaction and write it to STDOUT (when enabled, the local Keybase is not accessible) - -h, --help help for server - --keyring-backend string Select keyring's backend (os|file|kwallet|pass|test) (default "os") - --keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used - --ledger Use a connected Ledger device - --memo string Memo to send along with transaction - --naf string certificate is not valid after this date. default 365d. days or RFC3339 - --nbf string certificate is not valid before this date. default current timestamp. RFC3339 - --node string : to tendermint rpc interface for this chain (default "tcp://localhost:26657") - --offline Offline mode (does not allow any online functionality - --rie revoke current certificate if it already present on chain - -s, --sequence uint The sequence number of the signing account (offline mode only) - --sign-mode string Choose sign mode (direct|amino-json), this is an advanced feature - --timeout-height uint Set a block timeout height to prevent the tx from being committed past a certain height - --to-genesis export certificate to genesis - -y, --yes Skip tx broadcasting prompt confirmation -``` - -### Options inherited from parent commands - -``` ---chain-id string The network chain ID -``` - -### SEE ALSO - -* [akash tx cert](akash_tx_cert.md) - Certificates transaction subcommands -* [akash tx cert revoke client](akash_tx_cert_revoke_client.md) - Remove client certificate diff --git a/cli/akash_tx_crisis.md b/cli/akash_tx_crisis.md deleted file mode 100644 index 9fba7182..00000000 --- a/cli/akash_tx_crisis.md +++ /dev/null @@ -1,26 +0,0 @@ -## akash tx crisis - -Crisis transactions subcommands - -``` -akash tx crisis [flags] -``` - -### Options - -``` - -h, --help help for crisis -``` - -### Options inherited from parent commands - -``` - --chain-id string The network chain ID -``` - -### SEE ALSO - -* [akash tx](akash_tx.md) - Transactions subcommands -* [akash tx crisis invariant-broken](akash_tx_crisis_invariant-broken.md) - Submit proof that an invariant broken to halt the chain - -###### Auto generated by spf13/cobra on 28-Apr-2022 diff --git a/cli/akash_tx_deployment.md b/cli/akash_tx_deployment.md deleted file mode 100644 index d228c0fe..00000000 --- a/cli/akash_tx_deployment.md +++ /dev/null @@ -1,31 +0,0 @@ -## akash tx deployment - -Deployment transaction subcommands - -``` -akash tx deployment [flags] -``` - -### Options - -``` - -h, --help help for deployment -``` - -### Options inherited from parent commands - -``` - --chain-id string The network chain ID -``` - -### SEE ALSO - -* [akash tx](akash_tx.md) - Transactions subcommands -* [akash tx deployment authz](akash_tx_deployment_authz.md) - Deployment authorization transaction subcommands -* [akash tx deployment close](akash_tx_deployment_close.md) - Close deployment -* [akash tx deployment create](akash_tx_deployment_create.md) - Create deployment -* [akash tx deployment deposit](akash_tx_deployment_deposit.md) - Deposit deployment -* [akash tx deployment group](akash_tx_deployment_group.md) - Modify a Deployment's specific Group -* [akash tx deployment update](akash_tx_deployment_update.md) - update deployment - -###### Auto generated by spf13/cobra on 28-Apr-2022 diff --git a/cli/akash_tx_deployment_group-close.md b/cli/akash_tx_deployment_group-close.md deleted file mode 100644 index 0bb9e5c0..00000000 --- a/cli/akash_tx_deployment_group-close.md +++ /dev/null @@ -1,53 +0,0 @@ -## akash tx deployment group-close - -close a Deployment's specific Group - -``` -akash tx deployment group-close [flags] -``` - -### Examples - -``` -akashctl tx deployment group-close --owner=[Account Address] --dseq=[uint64] --gseq=[uint32] -``` - -### Options - -``` - -a, --account-number uint The account number of the signing account (offline mode only) - -b, --broadcast-mode string Transaction broadcasting mode (sync|async|block) (default "sync") - --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it - --dseq uint Deployment Sequence - --fees string Fees to pay along with transaction; eg: 10uatom - --from string Name or address of private key with which to sign - --gas string gas limit to set per-transaction; set to "auto" to calculate sufficient gas automatically (default 200000) - --gas-adjustment float adjustment factor to be multiplied against the estimate returned by the tx simulation; if the gas limit is set manually this flag is ignored (default 1) - --gas-prices string Gas prices in decimal format to determine the transaction fee (e.g. 0.1uatom) - --generate-only Build an unsigned transaction and write it to STDOUT (when enabled, the local Keybase is not accessible) - --gseq uint32 Group Sequence - -h, --help help for group-close - --keyring-backend string Select keyring's backend (os|file|kwallet|pass|test) (default "os") - --keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used - --ledger Use a connected Ledger device - --memo string Memo to send along with transaction - --node string : to tendermint rpc interface for this chain (default "tcp://localhost:26657") - --offline Offline mode (does not allow any online functionality - --owner string Deployment Owner - -s, --sequence uint The sequence number of the signing account (offline mode only) - --sign-mode string Choose sign mode (direct|amino-json), this is an advanced feature - --timeout-height uint Set a block timeout height to prevent the tx from being committed past a certain height - -y, --yes Skip tx broadcasting prompt confirmation -``` - -### Options inherited from parent commands - -``` - --chain-id string The network chain ID -``` - -### SEE ALSO - -* [akash tx deployment](akash_tx_deployment.md) - Deployment transaction subcommands - -###### Auto generated by spf13/cobra on 20-Jan-2021 diff --git a/cli/akash_tx_deployment_group.md b/cli/akash_tx_deployment_group.md deleted file mode 100644 index f44116d9..00000000 --- a/cli/akash_tx_deployment_group.md +++ /dev/null @@ -1,24 +0,0 @@ -## akash tx deployment group - -Modify a Deployment's specific Group - -### Options - -``` - -h, --help help for group -``` - -### Options inherited from parent commands - -``` - --chain-id string The network chain ID -``` - -### SEE ALSO - -* [akash tx deployment](akash_tx_deployment.md) - Deployment transaction subcommands -* [akash tx deployment group close](akash_tx_deployment_group_close.md) - close a Deployment's specific Group -* [akash tx deployment group pause](akash_tx_deployment_group_pause.md) - pause a Deployment's specific Group -* [akash tx deployment group start](akash_tx_deployment_group_start.md) - start a Deployment's specific Group - -###### Auto generated by spf13/cobra on 28-Apr-2022 diff --git a/cli/akash_tx_distribution.md b/cli/akash_tx_distribution.md deleted file mode 100644 index ea927045..00000000 --- a/cli/akash_tx_distribution.md +++ /dev/null @@ -1,29 +0,0 @@ -## akash tx distribution - -Distribution transactions subcommands - -``` -akash tx distribution [flags] -``` - -### Options - -``` - -h, --help help for distribution -``` - -### Options inherited from parent commands - -``` - --chain-id string The network chain ID -``` - -### SEE ALSO - -* [akash tx](akash_tx.md) - Transactions subcommands -* [akash tx distribution fund-community-pool](akash_tx_distribution_fund-community-pool.md) - Funds the community pool with the specified amount -* [akash tx distribution set-withdraw-addr](akash_tx_distribution_set-withdraw-addr.md) - change the default withdraw address for rewards associated with an address -* [akash tx distribution withdraw-all-rewards](akash_tx_distribution_withdraw-all-rewards.md) - withdraw all delegations rewards for a delegator -* [akash tx distribution withdraw-rewards](akash_tx_distribution_withdraw-rewards.md) - Withdraw rewards from a given delegation address, and optionally withdraw validator commission if the delegation address given is a validator operator - -###### Auto generated by spf13/cobra on 28-Apr-2022 diff --git a/cli/akash_tx_evidence.md b/cli/akash_tx_evidence.md deleted file mode 100644 index 6f491e76..00000000 --- a/cli/akash_tx_evidence.md +++ /dev/null @@ -1,25 +0,0 @@ -## akash tx evidence - -Evidence transaction subcommands - -``` -akash tx evidence [flags] -``` - -### Options - -``` - -h, --help help for evidence -``` - -### Options inherited from parent commands - -``` - --chain-id string The network chain ID -``` - -### SEE ALSO - -* [akash tx](akash_tx.md) - Transactions subcommands - -###### Auto generated by spf13/cobra on 28-Apr-2022 diff --git a/cli/akash_tx_gov.md b/cli/akash_tx_gov.md deleted file mode 100644 index d71f39f0..00000000 --- a/cli/akash_tx_gov.md +++ /dev/null @@ -1,29 +0,0 @@ -## akash tx gov - -Governance transactions subcommands - -``` -akash tx gov [flags] -``` - -### Options - -``` - -h, --help help for gov -``` - -### Options inherited from parent commands - -``` - --chain-id string The network chain ID -``` - -### SEE ALSO - -* [akash tx](akash_tx.md) - Transactions subcommands -* [akash tx gov deposit](akash_tx_gov_deposit.md) - Deposit tokens for an active proposal -* [akash tx gov submit-proposal](akash_tx_gov_submit-proposal.md) - Submit a proposal along with an initial deposit -* [akash tx gov vote](akash_tx_gov_vote.md) - Vote for an active proposal, options: yes/no/no_with_veto/abstain -* [akash tx gov weighted-vote](akash_tx_gov_weighted-vote.md) - Vote for an active proposal, options: yes/no/no_with_veto/abstain - -###### Auto generated by spf13/cobra on 28-Apr-2022 diff --git a/cli/akash_tx_ibc-transfer.md b/cli/akash_tx_ibc-transfer.md deleted file mode 100644 index 9cadb5d5..00000000 --- a/cli/akash_tx_ibc-transfer.md +++ /dev/null @@ -1,26 +0,0 @@ -## akash tx ibc-transfer - -IBC fungible token transfer transaction subcommands - -``` -akash tx ibc-transfer [flags] -``` - -### Options - -``` - -h, --help help for ibc-transfer -``` - -### Options inherited from parent commands - -``` - --chain-id string The network chain ID -``` - -### SEE ALSO - -* [akash tx](akash_tx.md) - Transactions subcommands -* [akash tx ibc-transfer transfer](akash_tx_ibc-transfer_transfer.md) - Transfer a fungible token through IBC - -###### Auto generated by spf13/cobra on 28-Apr-2022 diff --git a/cli/akash_tx_ibc.md b/cli/akash_tx_ibc.md deleted file mode 100644 index cc768a9e..00000000 --- a/cli/akash_tx_ibc.md +++ /dev/null @@ -1,27 +0,0 @@ -## akash tx ibc - -IBC transaction subcommands - -``` -akash tx ibc [flags] -``` - -### Options - -``` - -h, --help help for ibc -``` - -### Options inherited from parent commands - -``` - --chain-id string The network chain ID -``` - -### SEE ALSO - -* [akash tx](akash_tx.md) - Transactions subcommands -* [akash tx ibc channel](akash_tx_ibc_channel.md) - IBC channel transaction subcommands -* [akash tx ibc client](akash_tx_ibc_client.md) - IBC client transaction subcommands - -###### Auto generated by spf13/cobra on 28-Apr-2022 diff --git a/cli/akash_tx_ibc_channel.md b/cli/akash_tx_ibc_channel.md deleted file mode 100644 index 78d1157b..00000000 --- a/cli/akash_tx_ibc_channel.md +++ /dev/null @@ -1,25 +0,0 @@ -## akash tx ibc channel - -IBC channel transaction subcommands - -``` -akash tx ibc channel [flags] -``` - -### Options - -``` - -h, --help help for channel -``` - -### Options inherited from parent commands - -``` - --chain-id string The network chain ID -``` - -### SEE ALSO - -* [akash tx ibc](akash_tx_ibc.md) - IBC transaction subcommands - -###### Auto generated by spf13/cobra on 28-Apr-2022 diff --git a/cli/akash_tx_ibc_channel_close-confirm.md b/cli/akash_tx_ibc_channel_close-confirm.md deleted file mode 100644 index 83a1b6f1..00000000 --- a/cli/akash_tx_ibc_channel_close-confirm.md +++ /dev/null @@ -1,44 +0,0 @@ -## akash tx ibc channel close-confirm - -Creates and sends a ChannelCloseConfirm message - -``` -akash tx ibc channel close-confirm [port-id] [channel-id] [/path/to/proof_init.json] [proof-height] [flags] -``` - -### Options - -``` - -a, --account-number uint The account number of the signing account (offline mode only) - -b, --broadcast-mode string Transaction broadcasting mode (sync|async|block) (default "sync") - --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it - --fees string Fees to pay along with transaction; eg: 10uatom - --from string Name or address of private key with which to sign - --gas string gas limit to set per-transaction; set to "auto" to calculate sufficient gas automatically (default 200000) - --gas-adjustment float adjustment factor to be multiplied against the estimate returned by the tx simulation; if the gas limit is set manually this flag is ignored (default 1) - --gas-prices string Gas prices in decimal format to determine the transaction fee (e.g. 0.1uatom) - --generate-only Build an unsigned transaction and write it to STDOUT (when enabled, the local Keybase is not accessible) - -h, --help help for close-confirm - --keyring-backend string Select keyring's backend (os|file|kwallet|pass|test) (default "os") - --keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used - --ledger Use a connected Ledger device - --memo string Memo to send along with transaction - --node string : to tendermint rpc interface for this chain (default "tcp://localhost:26657") - --offline Offline mode (does not allow any online functionality - -s, --sequence uint The sequence number of the signing account (offline mode only) - --sign-mode string Choose sign mode (direct|amino-json), this is an advanced feature - --timeout-height uint Set a block timeout height to prevent the tx from being committed past a certain height - -y, --yes Skip tx broadcasting prompt confirmation -``` - -### Options inherited from parent commands - -``` - --chain-id string The network chain ID -``` - -### SEE ALSO - -* [akash tx ibc channel](akash_tx_ibc_channel.md) - IBC channel transaction subcommands - -###### Auto generated by spf13/cobra on 18-Feb-2021 diff --git a/cli/akash_tx_ibc_channel_close-init.md b/cli/akash_tx_ibc_channel_close-init.md deleted file mode 100644 index c7f981e7..00000000 --- a/cli/akash_tx_ibc_channel_close-init.md +++ /dev/null @@ -1,44 +0,0 @@ -## akash tx ibc channel close-init - -Creates and sends a ChannelCloseInit message - -``` -akash tx ibc channel close-init [port-id] [channel-id] [flags] -``` - -### Options - -``` - -a, --account-number uint The account number of the signing account (offline mode only) - -b, --broadcast-mode string Transaction broadcasting mode (sync|async|block) (default "sync") - --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it - --fees string Fees to pay along with transaction; eg: 10uatom - --from string Name or address of private key with which to sign - --gas string gas limit to set per-transaction; set to "auto" to calculate sufficient gas automatically (default 200000) - --gas-adjustment float adjustment factor to be multiplied against the estimate returned by the tx simulation; if the gas limit is set manually this flag is ignored (default 1) - --gas-prices string Gas prices in decimal format to determine the transaction fee (e.g. 0.1uatom) - --generate-only Build an unsigned transaction and write it to STDOUT (when enabled, the local Keybase is not accessible) - -h, --help help for close-init - --keyring-backend string Select keyring's backend (os|file|kwallet|pass|test) (default "os") - --keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used - --ledger Use a connected Ledger device - --memo string Memo to send along with transaction - --node string : to tendermint rpc interface for this chain (default "tcp://localhost:26657") - --offline Offline mode (does not allow any online functionality - -s, --sequence uint The sequence number of the signing account (offline mode only) - --sign-mode string Choose sign mode (direct|amino-json), this is an advanced feature - --timeout-height uint Set a block timeout height to prevent the tx from being committed past a certain height - -y, --yes Skip tx broadcasting prompt confirmation -``` - -### Options inherited from parent commands - -``` - --chain-id string The network chain ID -``` - -### SEE ALSO - -* [akash tx ibc channel](akash_tx_ibc_channel.md) - IBC channel transaction subcommands - -###### Auto generated by spf13/cobra on 18-Feb-2021 diff --git a/cli/akash_tx_ibc_channel_open-ack.md b/cli/akash_tx_ibc_channel_open-ack.md deleted file mode 100644 index 61e8fcd7..00000000 --- a/cli/akash_tx_ibc_channel_open-ack.md +++ /dev/null @@ -1,45 +0,0 @@ -## akash tx ibc channel open-ack - -Creates and sends a ChannelOpenAck message - -``` -akash tx ibc channel open-ack [port-id] [channel-id] [counterparty-channel-id] [/path/to/proof_try.json] [proof-height] [flags] -``` - -### Options - -``` - -a, --account-number uint The account number of the signing account (offline mode only) - -b, --broadcast-mode string Transaction broadcasting mode (sync|async|block) (default "sync") - --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it - --fees string Fees to pay along with transaction; eg: 10uatom - --from string Name or address of private key with which to sign - --gas string gas limit to set per-transaction; set to "auto" to calculate sufficient gas automatically (default 200000) - --gas-adjustment float adjustment factor to be multiplied against the estimate returned by the tx simulation; if the gas limit is set manually this flag is ignored (default 1) - --gas-prices string Gas prices in decimal format to determine the transaction fee (e.g. 0.1uatom) - --generate-only Build an unsigned transaction and write it to STDOUT (when enabled, the local Keybase is not accessible) - -h, --help help for open-ack - --ibc-version string IBC application version (default "ics20-1") - --keyring-backend string Select keyring's backend (os|file|kwallet|pass|test) (default "os") - --keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used - --ledger Use a connected Ledger device - --memo string Memo to send along with transaction - --node string : to tendermint rpc interface for this chain (default "tcp://localhost:26657") - --offline Offline mode (does not allow any online functionality - -s, --sequence uint The sequence number of the signing account (offline mode only) - --sign-mode string Choose sign mode (direct|amino-json), this is an advanced feature - --timeout-height uint Set a block timeout height to prevent the tx from being committed past a certain height - -y, --yes Skip tx broadcasting prompt confirmation -``` - -### Options inherited from parent commands - -``` - --chain-id string The network chain ID -``` - -### SEE ALSO - -* [akash tx ibc channel](akash_tx_ibc_channel.md) - IBC channel transaction subcommands - -###### Auto generated by spf13/cobra on 18-Feb-2021 diff --git a/cli/akash_tx_ibc_channel_open-confirm.md b/cli/akash_tx_ibc_channel_open-confirm.md deleted file mode 100644 index 185020e5..00000000 --- a/cli/akash_tx_ibc_channel_open-confirm.md +++ /dev/null @@ -1,44 +0,0 @@ -## akash tx ibc channel open-confirm - -Creates and sends a ChannelOpenConfirm message - -``` -akash tx ibc channel open-confirm [port-id] [channel-id] [/path/to/proof_ack.json] [proof-height] [flags] -``` - -### Options - -``` - -a, --account-number uint The account number of the signing account (offline mode only) - -b, --broadcast-mode string Transaction broadcasting mode (sync|async|block) (default "sync") - --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it - --fees string Fees to pay along with transaction; eg: 10uatom - --from string Name or address of private key with which to sign - --gas string gas limit to set per-transaction; set to "auto" to calculate sufficient gas automatically (default 200000) - --gas-adjustment float adjustment factor to be multiplied against the estimate returned by the tx simulation; if the gas limit is set manually this flag is ignored (default 1) - --gas-prices string Gas prices in decimal format to determine the transaction fee (e.g. 0.1uatom) - --generate-only Build an unsigned transaction and write it to STDOUT (when enabled, the local Keybase is not accessible) - -h, --help help for open-confirm - --keyring-backend string Select keyring's backend (os|file|kwallet|pass|test) (default "os") - --keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used - --ledger Use a connected Ledger device - --memo string Memo to send along with transaction - --node string : to tendermint rpc interface for this chain (default "tcp://localhost:26657") - --offline Offline mode (does not allow any online functionality - -s, --sequence uint The sequence number of the signing account (offline mode only) - --sign-mode string Choose sign mode (direct|amino-json), this is an advanced feature - --timeout-height uint Set a block timeout height to prevent the tx from being committed past a certain height - -y, --yes Skip tx broadcasting prompt confirmation -``` - -### Options inherited from parent commands - -``` - --chain-id string The network chain ID -``` - -### SEE ALSO - -* [akash tx ibc channel](akash_tx_ibc_channel.md) - IBC channel transaction subcommands - -###### Auto generated by spf13/cobra on 18-Feb-2021 diff --git a/cli/akash_tx_ibc_channel_open-init.md b/cli/akash_tx_ibc_channel_open-init.md deleted file mode 100644 index 4f1c28a6..00000000 --- a/cli/akash_tx_ibc_channel_open-init.md +++ /dev/null @@ -1,46 +0,0 @@ -## akash tx ibc channel open-init - -Creates and sends a ChannelOpenInit message - -``` -akash tx ibc channel open-init [port-id] [counterparty-port-id] [connection-hops] [flags] -``` - -### Options - -``` - -a, --account-number uint The account number of the signing account (offline mode only) - -b, --broadcast-mode string Transaction broadcasting mode (sync|async|block) (default "sync") - --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it - --fees string Fees to pay along with transaction; eg: 10uatom - --from string Name or address of private key with which to sign - --gas string gas limit to set per-transaction; set to "auto" to calculate sufficient gas automatically (default 200000) - --gas-adjustment float adjustment factor to be multiplied against the estimate returned by the tx simulation; if the gas limit is set manually this flag is ignored (default 1) - --gas-prices string Gas prices in decimal format to determine the transaction fee (e.g. 0.1uatom) - --generate-only Build an unsigned transaction and write it to STDOUT (when enabled, the local Keybase is not accessible) - -h, --help help for open-init - --ibc-version string IBC application version (default "ics20-1") - --keyring-backend string Select keyring's backend (os|file|kwallet|pass|test) (default "os") - --keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used - --ledger Use a connected Ledger device - --memo string Memo to send along with transaction - --node string : to tendermint rpc interface for this chain (default "tcp://localhost:26657") - --offline Offline mode (does not allow any online functionality - --ordered Pass flag for opening ordered channels (default true) - -s, --sequence uint The sequence number of the signing account (offline mode only) - --sign-mode string Choose sign mode (direct|amino-json), this is an advanced feature - --timeout-height uint Set a block timeout height to prevent the tx from being committed past a certain height - -y, --yes Skip tx broadcasting prompt confirmation -``` - -### Options inherited from parent commands - -``` - --chain-id string The network chain ID -``` - -### SEE ALSO - -* [akash tx ibc channel](akash_tx_ibc_channel.md) - IBC channel transaction subcommands - -###### Auto generated by spf13/cobra on 18-Feb-2021 diff --git a/cli/akash_tx_ibc_channel_open-try.md b/cli/akash_tx_ibc_channel_open-try.md deleted file mode 100644 index 3e41e8d9..00000000 --- a/cli/akash_tx_ibc_channel_open-try.md +++ /dev/null @@ -1,46 +0,0 @@ -## akash tx ibc channel open-try - -Creates and sends a ChannelOpenTry message - -``` -akash tx ibc channel open-try [port-id] [channel-id] [counterparty-port-id] [counterparty-channel-id] [connection-hops] [/path/to/proof_init.json] [proof-height] [flags] -``` - -### Options - -``` - -a, --account-number uint The account number of the signing account (offline mode only) - -b, --broadcast-mode string Transaction broadcasting mode (sync|async|block) (default "sync") - --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it - --fees string Fees to pay along with transaction; eg: 10uatom - --from string Name or address of private key with which to sign - --gas string gas limit to set per-transaction; set to "auto" to calculate sufficient gas automatically (default 200000) - --gas-adjustment float adjustment factor to be multiplied against the estimate returned by the tx simulation; if the gas limit is set manually this flag is ignored (default 1) - --gas-prices string Gas prices in decimal format to determine the transaction fee (e.g. 0.1uatom) - --generate-only Build an unsigned transaction and write it to STDOUT (when enabled, the local Keybase is not accessible) - -h, --help help for open-try - --ibc-version string IBC application version (default "ics20-1") - --keyring-backend string Select keyring's backend (os|file|kwallet|pass|test) (default "os") - --keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used - --ledger Use a connected Ledger device - --memo string Memo to send along with transaction - --node string : to tendermint rpc interface for this chain (default "tcp://localhost:26657") - --offline Offline mode (does not allow any online functionality - --ordered Pass flag for opening ordered channels (default true) - -s, --sequence uint The sequence number of the signing account (offline mode only) - --sign-mode string Choose sign mode (direct|amino-json), this is an advanced feature - --timeout-height uint Set a block timeout height to prevent the tx from being committed past a certain height - -y, --yes Skip tx broadcasting prompt confirmation -``` - -### Options inherited from parent commands - -``` - --chain-id string The network chain ID -``` - -### SEE ALSO - -* [akash tx ibc channel](akash_tx_ibc_channel.md) - IBC channel transaction subcommands - -###### Auto generated by spf13/cobra on 18-Feb-2021 diff --git a/cli/akash_tx_ibc_connection.md b/cli/akash_tx_ibc_connection.md deleted file mode 100644 index 25c86fcb..00000000 --- a/cli/akash_tx_ibc_connection.md +++ /dev/null @@ -1,29 +0,0 @@ -## akash tx ibc connection - -IBC connection transaction subcommands - -``` -akash tx ibc connection [flags] -``` - -### Options - -``` - -h, --help help for connection -``` - -### Options inherited from parent commands - -``` - --chain-id string The network chain ID -``` - -### SEE ALSO - -* [akash tx ibc](akash_tx_ibc.md) - IBC transaction subcommands -* [akash tx ibc connection open-ack](akash_tx_ibc_connection_open-ack.md) - relay the acceptance of a connection open attempt -* [akash tx ibc connection open-confirm](akash_tx_ibc_connection_open-confirm.md) - confirm to chain B that connection is open on chain A -* [akash tx ibc connection open-init](akash_tx_ibc_connection_open-init.md) - Initialize connection on chain A -* [akash tx ibc connection open-try](akash_tx_ibc_connection_open-try.md) - initiate connection handshake between two chains - -###### Auto generated by spf13/cobra on 18-Feb-2021 diff --git a/cli/akash_tx_ibc_connection_open-ack.md b/cli/akash_tx_ibc_connection_open-ack.md deleted file mode 100644 index 96860de0..00000000 --- a/cli/akash_tx_ibc_connection_open-ack.md +++ /dev/null @@ -1,56 +0,0 @@ -## akash tx ibc connection open-ack - -relay the acceptance of a connection open attempt - -### Synopsis - -Relay the acceptance of a connection open attempt from chain B to chain A - -``` -akash tx ibc connection open-ack [connection-id] [counterparty-connection-id] [path/to/client_state.json] [consensus-height] [proof-height] - [path/to/proof_try.json] [path/to/proof_client.json] [path/to/proof_consensus.json] [version] [flags] -``` - -### Examples - -``` -akash tx ibc connection open-ack [connection-id] [counterparty-connection-id] [path/to/client_state.json] [consensus-height] [proof-height] - [path/to/proof_try.json] [path/to/proof_client.json] [path/to/proof_consensus.json] [version] -``` - -### Options - -``` - -a, --account-number uint The account number of the signing account (offline mode only) - -b, --broadcast-mode string Transaction broadcasting mode (sync|async|block) (default "sync") - --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it - --fees string Fees to pay along with transaction; eg: 10uatom - --from string Name or address of private key with which to sign - --gas string gas limit to set per-transaction; set to "auto" to calculate sufficient gas automatically (default 200000) - --gas-adjustment float adjustment factor to be multiplied against the estimate returned by the tx simulation; if the gas limit is set manually this flag is ignored (default 1) - --gas-prices string Gas prices in decimal format to determine the transaction fee (e.g. 0.1uatom) - --generate-only Build an unsigned transaction and write it to STDOUT (when enabled, the local Keybase is not accessible) - -h, --help help for open-ack - --keyring-backend string Select keyring's backend (os|file|kwallet|pass|test) (default "os") - --keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used - --ledger Use a connected Ledger device - --memo string Memo to send along with transaction - --node string : to tendermint rpc interface for this chain (default "tcp://localhost:26657") - --offline Offline mode (does not allow any online functionality - -s, --sequence uint The sequence number of the signing account (offline mode only) - --sign-mode string Choose sign mode (direct|amino-json), this is an advanced feature - --timeout-height uint Set a block timeout height to prevent the tx from being committed past a certain height - -y, --yes Skip tx broadcasting prompt confirmation -``` - -### Options inherited from parent commands - -``` - --chain-id string The network chain ID -``` - -### SEE ALSO - -* [akash tx ibc connection](akash_tx_ibc_connection.md) - IBC connection transaction subcommands - -###### Auto generated by spf13/cobra on 18-Feb-2021 diff --git a/cli/akash_tx_ibc_connection_open-confirm.md b/cli/akash_tx_ibc_connection_open-confirm.md deleted file mode 100644 index 1a33aa10..00000000 --- a/cli/akash_tx_ibc_connection_open-confirm.md +++ /dev/null @@ -1,54 +0,0 @@ -## akash tx ibc connection open-confirm - -confirm to chain B that connection is open on chain A - -### Synopsis - -Confirm to chain B that connection is open on chain A - -``` -akash tx ibc connection open-confirm [connection-id] [proof-height] [path/to/proof_ack.json] [flags] -``` - -### Examples - -``` -akash tx ibc connection open-confirm [connection-id] [proof-height] [path/to/proof_ack.json] -``` - -### Options - -``` - -a, --account-number uint The account number of the signing account (offline mode only) - -b, --broadcast-mode string Transaction broadcasting mode (sync|async|block) (default "sync") - --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it - --fees string Fees to pay along with transaction; eg: 10uatom - --from string Name or address of private key with which to sign - --gas string gas limit to set per-transaction; set to "auto" to calculate sufficient gas automatically (default 200000) - --gas-adjustment float adjustment factor to be multiplied against the estimate returned by the tx simulation; if the gas limit is set manually this flag is ignored (default 1) - --gas-prices string Gas prices in decimal format to determine the transaction fee (e.g. 0.1uatom) - --generate-only Build an unsigned transaction and write it to STDOUT (when enabled, the local Keybase is not accessible) - -h, --help help for open-confirm - --keyring-backend string Select keyring's backend (os|file|kwallet|pass|test) (default "os") - --keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used - --ledger Use a connected Ledger device - --memo string Memo to send along with transaction - --node string : to tendermint rpc interface for this chain (default "tcp://localhost:26657") - --offline Offline mode (does not allow any online functionality - -s, --sequence uint The sequence number of the signing account (offline mode only) - --sign-mode string Choose sign mode (direct|amino-json), this is an advanced feature - --timeout-height uint Set a block timeout height to prevent the tx from being committed past a certain height - -y, --yes Skip tx broadcasting prompt confirmation -``` - -### Options inherited from parent commands - -``` - --chain-id string The network chain ID -``` - -### SEE ALSO - -* [akash tx ibc connection](akash_tx_ibc_connection.md) - IBC connection transaction subcommands - -###### Auto generated by spf13/cobra on 18-Feb-2021 diff --git a/cli/akash_tx_ibc_connection_open-init.md b/cli/akash_tx_ibc_connection_open-init.md deleted file mode 100644 index 32632e56..00000000 --- a/cli/akash_tx_ibc_connection_open-init.md +++ /dev/null @@ -1,59 +0,0 @@ -## akash tx ibc connection open-init - -Initialize connection on chain A - -### Synopsis - -Initialize a connection on chain A with a given counterparty chain B. - - 'version-identifier' flag can be a single pre-selected version identifier to be used in the handshake. - - 'version-features' flag can be a list of features separated by commas to accompany the version identifier. - -``` -akash tx ibc connection open-init [client-id] [counterparty-client-id] [path/to/counterparty_prefix.json] [flags] -``` - -### Examples - -``` -akash tx ibc connection open-init [client-id] [counterparty-client-id] [path/to/counterparty_prefix.json] --version-identifier="1.0" --version-features="ORDER_UNORDERED" --delay-period=500 -``` - -### Options - -``` - -a, --account-number uint The account number of the signing account (offline mode only) - -b, --broadcast-mode string Transaction broadcasting mode (sync|async|block) (default "sync") - --delay-period uint delay period that must pass before packet verification can pass against a consensus state - --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it - --fees string Fees to pay along with transaction; eg: 10uatom - --from string Name or address of private key with which to sign - --gas string gas limit to set per-transaction; set to "auto" to calculate sufficient gas automatically (default 200000) - --gas-adjustment float adjustment factor to be multiplied against the estimate returned by the tx simulation; if the gas limit is set manually this flag is ignored (default 1) - --gas-prices string Gas prices in decimal format to determine the transaction fee (e.g. 0.1uatom) - --generate-only Build an unsigned transaction and write it to STDOUT (when enabled, the local Keybase is not accessible) - -h, --help help for open-init - --keyring-backend string Select keyring's backend (os|file|kwallet|pass|test) (default "os") - --keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used - --ledger Use a connected Ledger device - --memo string Memo to send along with transaction - --node string : to tendermint rpc interface for this chain (default "tcp://localhost:26657") - --offline Offline mode (does not allow any online functionality - -s, --sequence uint The sequence number of the signing account (offline mode only) - --sign-mode string Choose sign mode (direct|amino-json), this is an advanced feature - --timeout-height uint Set a block timeout height to prevent the tx from being committed past a certain height - --version-features string version features list separated by commas without spaces. The features must function with the version identifier. - --version-identifier string version identifier to be used in the connection handshake version negotiation - -y, --yes Skip tx broadcasting prompt confirmation -``` - -### Options inherited from parent commands - -``` - --chain-id string The network chain ID -``` - -### SEE ALSO - -* [akash tx ibc connection](akash_tx_ibc_connection.md) - IBC connection transaction subcommands - -###### Auto generated by spf13/cobra on 18-Feb-2021 diff --git a/cli/akash_tx_ibc_connection_open-try.md b/cli/akash_tx_ibc_connection_open-try.md deleted file mode 100644 index 5650b1fa..00000000 --- a/cli/akash_tx_ibc_connection_open-try.md +++ /dev/null @@ -1,59 +0,0 @@ -## akash tx ibc connection open-try - -initiate connection handshake between two chains - -### Synopsis - -Initialize a connection on chain A with a given counterparty chain B. Provide counterparty versions separated by commas - -``` -akash tx ibc connection open-try [connection-id] [client-id] -[counterparty-connection-id] [counterparty-client-id] [path/to/counterparty_prefix.json] [path/to/client_state.json] -[path/to/counterparty_version1.json,path/to/counterparty_version2.json...] [consensus-height] [proof-height] [path/to/proof_init.json] [path/to/proof_client.json] [path/to/proof_consensus.json] [flags] -``` - -### Examples - -``` -akash tx ibc connection open-try connection-id] [client-id] \ -[counterparty-connection-id] [counterparty-client-id] [path/to/counterparty_prefix.json] [path/to/client_state.json]\ -[counterparty-versions] [consensus-height] [proof-height] [path/to/proof_init.json] [path/to/proof_client.json] [path/to/proof_consensus.json] -``` - -### Options - -``` - -a, --account-number uint The account number of the signing account (offline mode only) - -b, --broadcast-mode string Transaction broadcasting mode (sync|async|block) (default "sync") - --delay-period uint delay period that must pass before packet verification can pass against a consensus state - --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it - --fees string Fees to pay along with transaction; eg: 10uatom - --from string Name or address of private key with which to sign - --gas string gas limit to set per-transaction; set to "auto" to calculate sufficient gas automatically (default 200000) - --gas-adjustment float adjustment factor to be multiplied against the estimate returned by the tx simulation; if the gas limit is set manually this flag is ignored (default 1) - --gas-prices string Gas prices in decimal format to determine the transaction fee (e.g. 0.1uatom) - --generate-only Build an unsigned transaction and write it to STDOUT (when enabled, the local Keybase is not accessible) - -h, --help help for open-try - --keyring-backend string Select keyring's backend (os|file|kwallet|pass|test) (default "os") - --keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used - --ledger Use a connected Ledger device - --memo string Memo to send along with transaction - --node string : to tendermint rpc interface for this chain (default "tcp://localhost:26657") - --offline Offline mode (does not allow any online functionality - -s, --sequence uint The sequence number of the signing account (offline mode only) - --sign-mode string Choose sign mode (direct|amino-json), this is an advanced feature - --timeout-height uint Set a block timeout height to prevent the tx from being committed past a certain height - -y, --yes Skip tx broadcasting prompt confirmation -``` - -### Options inherited from parent commands - -``` - --chain-id string The network chain ID -``` - -### SEE ALSO - -* [akash tx ibc connection](akash_tx_ibc_connection.md) - IBC connection transaction subcommands - -###### Auto generated by spf13/cobra on 18-Feb-2021 diff --git a/cli/akash_tx_ibc_solo.md b/cli/akash_tx_ibc_solo.md deleted file mode 100644 index b4038395..00000000 --- a/cli/akash_tx_ibc_solo.md +++ /dev/null @@ -1,28 +0,0 @@ -## akash tx ibc solo - -Solo Machine transaction subcommands - -``` -akash tx ibc solo machine [flags] -``` - -### Options - -``` - -h, --help help for solo -``` - -### Options inherited from parent commands - -``` - --chain-id string The network chain ID -``` - -### SEE ALSO - -* [akash tx ibc](akash_tx_ibc.md) - IBC transaction subcommands -* [akash tx ibc solo create](akash_tx_ibc_solo_create.md) - create new solo machine client -* [akash tx ibc solo misbehaviour](akash_tx_ibc_solo_misbehaviour.md) - submit a client misbehaviour -* [akash tx ibc solo update](akash_tx_ibc_solo_update.md) - update existing client with a header - -###### Auto generated by spf13/cobra on 18-Feb-2021 diff --git a/cli/akash_tx_ibc_solo_create.md b/cli/akash_tx_ibc_solo_create.md deleted file mode 100644 index 29bf4a1a..00000000 --- a/cli/akash_tx_ibc_solo_create.md +++ /dev/null @@ -1,56 +0,0 @@ -## akash tx ibc solo create - -create new solo machine client - -### Synopsis - -create a new solo machine client with the specified identifier and public key - - ConsensusState json example: {"public_key":{"@type":"/cosmos.crypto.secp256k1.PubKey","key":"A/3SXL2ONYaOkxpdR5P8tHTlSlPv1AwQwSFxKRee5JQW"},"diversifier":"diversifier","timestamp":"10"} - -``` -akash tx ibc solo create [sequence] [path/to/consensus_state.json] [flags] -``` - -### Examples - -``` -akash tx ibc solo machine create [sequence] [path/to/consensus_state] --from node0 --home ../node0/cli --chain-id $CID -``` - -### Options - -``` - -a, --account-number uint The account number of the signing account (offline mode only) - --allow_update_after_proposal allow governance proposal to update client - -b, --broadcast-mode string Transaction broadcasting mode (sync|async|block) (default "sync") - --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it - --fees string Fees to pay along with transaction; eg: 10uatom - --from string Name or address of private key with which to sign - --gas string gas limit to set per-transaction; set to "auto" to calculate sufficient gas automatically (default 200000) - --gas-adjustment float adjustment factor to be multiplied against the estimate returned by the tx simulation; if the gas limit is set manually this flag is ignored (default 1) - --gas-prices string Gas prices in decimal format to determine the transaction fee (e.g. 0.1uatom) - --generate-only Build an unsigned transaction and write it to STDOUT (when enabled, the local Keybase is not accessible) - -h, --help help for create - --keyring-backend string Select keyring's backend (os|file|kwallet|pass|test) (default "os") - --keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used - --ledger Use a connected Ledger device - --memo string Memo to send along with transaction - --node string : to tendermint rpc interface for this chain (default "tcp://localhost:26657") - --offline Offline mode (does not allow any online functionality - -s, --sequence uint The sequence number of the signing account (offline mode only) - --sign-mode string Choose sign mode (direct|amino-json), this is an advanced feature - --timeout-height uint Set a block timeout height to prevent the tx from being committed past a certain height - -y, --yes Skip tx broadcasting prompt confirmation -``` - -### Options inherited from parent commands - -``` - --chain-id string The network chain ID -``` - -### SEE ALSO - -* [akash tx ibc solo](akash_tx_ibc_solo.md) - Solo Machine transaction subcommands - -###### Auto generated by spf13/cobra on 18-Feb-2021 diff --git a/cli/akash_tx_ibc_solo_misbehaviour.md b/cli/akash_tx_ibc_solo_misbehaviour.md deleted file mode 100644 index 36bdf691..00000000 --- a/cli/akash_tx_ibc_solo_misbehaviour.md +++ /dev/null @@ -1,35 +0,0 @@ -## akash tx ibc solo misbehaviour - -submit a client misbehaviour - -### Synopsis - -submit a client misbehaviour to prevent future updates - -``` -akash tx ibc solo misbehaviour [path/to/misbehaviour.json] [flags] -``` - -### Examples - -``` -akash tx ibc solo machine misbehaviour [path/to/misbehaviour.json] --from node0 --home ../node0/cli --chain-id $CID -``` - -### Options - -``` - -h, --help help for misbehaviour -``` - -### Options inherited from parent commands - -``` - --chain-id string The network chain ID -``` - -### SEE ALSO - -* [akash tx ibc solo](akash_tx_ibc_solo.md) - Solo Machine transaction subcommands - -###### Auto generated by spf13/cobra on 18-Feb-2021 diff --git a/cli/akash_tx_ibc_solo_update.md b/cli/akash_tx_ibc_solo_update.md deleted file mode 100644 index 5bc1faea..00000000 --- a/cli/akash_tx_ibc_solo_update.md +++ /dev/null @@ -1,35 +0,0 @@ -## akash tx ibc solo update - -update existing client with a header - -### Synopsis - -update existing client with a solo machine header - -``` -akash tx ibc solo update [client-id] [path/to/header.json] [flags] -``` - -### Examples - -``` -akash tx ibc solo machine update [client-id] [path/to/header.json] --from node0 --home ../node0/cli --chain-id $CID -``` - -### Options - -``` - -h, --help help for update -``` - -### Options inherited from parent commands - -``` - --chain-id string The network chain ID -``` - -### SEE ALSO - -* [akash tx ibc solo](akash_tx_ibc_solo.md) - Solo Machine transaction subcommands - -###### Auto generated by spf13/cobra on 18-Feb-2021 diff --git a/cli/akash_tx_ibc_tendermint-client.md b/cli/akash_tx_ibc_tendermint-client.md deleted file mode 100644 index a5760cbf..00000000 --- a/cli/akash_tx_ibc_tendermint-client.md +++ /dev/null @@ -1,24 +0,0 @@ -## akash tx ibc tendermint-client - -Tendermint client transaction subcommands - -### Options - -``` - -h, --help help for tendermint-client -``` - -### Options inherited from parent commands - -``` - --chain-id string The network chain ID -``` - -### SEE ALSO - -* [akash tx ibc](akash_tx_ibc.md) - IBC transaction subcommands -* [akash tx ibc tendermint-client create](akash_tx_ibc_tendermint-client_create.md) - create new tendermint client -* [akash tx ibc tendermint-client misbehaviour](akash_tx_ibc_tendermint-client_misbehaviour.md) - submit a client misbehaviour -* [akash tx ibc tendermint-client update](akash_tx_ibc_tendermint-client_update.md) - update existing client with a header - -###### Auto generated by spf13/cobra on 18-Feb-2021 diff --git a/cli/akash_tx_ibc_tendermint-client_create.md b/cli/akash_tx_ibc_tendermint-client_create.md deleted file mode 100644 index 184865d2..00000000 --- a/cli/akash_tx_ibc_tendermint-client_create.md +++ /dev/null @@ -1,62 +0,0 @@ -## akash tx ibc tendermint-client create - -create new tendermint client - -### Synopsis - -Create a new tendermint IBC client. - - 'trust-level' flag can be a fraction (eg: '1/3') or 'default' - - 'proof-specs' flag can be JSON input, a path to a .json file or 'default' - - 'upgrade-path' flag is a string specifying the upgrade path for this chain where a future upgraded client will be stored. The path is a comma-separated list representing the keys in order of the keyPath to the committed upgraded client. - e.g. 'upgrade/upgradedClient' - -``` -akash tx ibc tendermint-client create [path/to/consensus_state.json] [trusting_period] [unbonding_period] [max_clock_drift] [flags] -``` - -### Examples - -``` -akash tx ibc tendermint-client create [path/to/consensus_state.json] [trusting_period] [unbonding_period] [max_clock_drift] --trust-level default --consensus-params [path/to/consensus-params.json] --proof-specs [path/to/proof-specs.json] --upgrade-path upgrade/upgradedClient --from node0 --home ../node0/cli --chain-id $CID -``` - -### Options - -``` - -a, --account-number uint The account number of the signing account (offline mode only) - --allow_update_after_expiry allow governance proposal to update client after expiry - --allow_update_after_misbehaviour allow governance proposal to update client after misbehaviour - -b, --broadcast-mode string Transaction broadcasting mode (sync|async|block) (default "sync") - --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it - --fees string Fees to pay along with transaction; eg: 10uatom - --from string Name or address of private key with which to sign - --gas string gas limit to set per-transaction; set to "auto" to calculate sufficient gas automatically (default 200000) - --gas-adjustment float adjustment factor to be multiplied against the estimate returned by the tx simulation; if the gas limit is set manually this flag is ignored (default 1) - --gas-prices string Gas prices in decimal format to determine the transaction fee (e.g. 0.1uatom) - --generate-only Build an unsigned transaction and write it to STDOUT (when enabled, the local Keybase is not accessible) - -h, --help help for create - --keyring-backend string Select keyring's backend (os|file|kwallet|pass|test) (default "os") - --keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used - --ledger Use a connected Ledger device - --memo string Memo to send along with transaction - --node string : to tendermint rpc interface for this chain (default "tcp://localhost:26657") - --offline Offline mode (does not allow any online functionality - --proof-specs string proof specs format to be used for verification (default "default") - -s, --sequence uint The sequence number of the signing account (offline mode only) - --sign-mode string Choose sign mode (direct|amino-json), this is an advanced feature - --timeout-height uint Set a block timeout height to prevent the tx from being committed past a certain height - --trust-level string light client trust level fraction for header updates (default "default") - -y, --yes Skip tx broadcasting prompt confirmation -``` - -### Options inherited from parent commands - -``` - --chain-id string The network chain ID -``` - -### SEE ALSO - -* [akash tx ibc tendermint-client](akash_tx_ibc_tendermint-client.md) - Tendermint client transaction subcommands - -###### Auto generated by spf13/cobra on 18-Feb-2021 diff --git a/cli/akash_tx_ibc_tendermint-client_misbehaviour.md b/cli/akash_tx_ibc_tendermint-client_misbehaviour.md deleted file mode 100644 index 5adb4e61..00000000 --- a/cli/akash_tx_ibc_tendermint-client_misbehaviour.md +++ /dev/null @@ -1,54 +0,0 @@ -## akash tx ibc tendermint-client misbehaviour - -submit a client misbehaviour - -### Synopsis - -submit a client misbehaviour to invalidate to invalidate previous state roots and prevent future updates - -``` -akash tx ibc tendermint-client misbehaviour [path/to/misbehaviour.json] [flags] -``` - -### Examples - -``` -$ akash tx ibc tendermint-client misbehaviour [path/to/misbehaviour.json] --from node0 --home ../node0/cli --chain-id $CID -``` - -### Options - -``` - -a, --account-number uint The account number of the signing account (offline mode only) - -b, --broadcast-mode string Transaction broadcasting mode (sync|async|block) (default "sync") - --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it - --fees string Fees to pay along with transaction; eg: 10uatom - --from string Name or address of private key with which to sign - --gas string gas limit to set per-transaction; set to "auto" to calculate sufficient gas automatically (default 200000) - --gas-adjustment float adjustment factor to be multiplied against the estimate returned by the tx simulation; if the gas limit is set manually this flag is ignored (default 1) - --gas-prices string Gas prices in decimal format to determine the transaction fee (e.g. 0.1uatom) - --generate-only Build an unsigned transaction and write it to STDOUT (when enabled, the local Keybase is not accessible) - -h, --help help for misbehaviour - --keyring-backend string Select keyring's backend (os|file|kwallet|pass|test) (default "os") - --keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used - --ledger Use a connected Ledger device - --memo string Memo to send along with transaction - --node string : to tendermint rpc interface for this chain (default "tcp://localhost:26657") - --offline Offline mode (does not allow any online functionality - -s, --sequence uint The sequence number of the signing account (offline mode only) - --sign-mode string Choose sign mode (direct|amino-json), this is an advanced feature - --timeout-height uint Set a block timeout height to prevent the tx from being committed past a certain height - -y, --yes Skip tx broadcasting prompt confirmation -``` - -### Options inherited from parent commands - -``` - --chain-id string The network chain ID -``` - -### SEE ALSO - -* [akash tx ibc tendermint-client](akash_tx_ibc_tendermint-client.md) - Tendermint client transaction subcommands - -###### Auto generated by spf13/cobra on 18-Feb-2021 diff --git a/cli/akash_tx_ibc_tendermint-client_update.md b/cli/akash_tx_ibc_tendermint-client_update.md deleted file mode 100644 index d7010236..00000000 --- a/cli/akash_tx_ibc_tendermint-client_update.md +++ /dev/null @@ -1,54 +0,0 @@ -## akash tx ibc tendermint-client update - -update existing client with a header - -### Synopsis - -update existing tendermint client with a tendermint header - -``` -akash tx ibc tendermint-client update [client-id] [path/to/header.json] [flags] -``` - -### Examples - -``` -$ akash tx ibc tendermint-client update [client-id] [path/to/header.json] --from node0 --home ../node0/cli --chain-id $CID -``` - -### Options - -``` - -a, --account-number uint The account number of the signing account (offline mode only) - -b, --broadcast-mode string Transaction broadcasting mode (sync|async|block) (default "sync") - --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it - --fees string Fees to pay along with transaction; eg: 10uatom - --from string Name or address of private key with which to sign - --gas string gas limit to set per-transaction; set to "auto" to calculate sufficient gas automatically (default 200000) - --gas-adjustment float adjustment factor to be multiplied against the estimate returned by the tx simulation; if the gas limit is set manually this flag is ignored (default 1) - --gas-prices string Gas prices in decimal format to determine the transaction fee (e.g. 0.1uatom) - --generate-only Build an unsigned transaction and write it to STDOUT (when enabled, the local Keybase is not accessible) - -h, --help help for update - --keyring-backend string Select keyring's backend (os|file|kwallet|pass|test) (default "os") - --keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used - --ledger Use a connected Ledger device - --memo string Memo to send along with transaction - --node string : to tendermint rpc interface for this chain (default "tcp://localhost:26657") - --offline Offline mode (does not allow any online functionality - -s, --sequence uint The sequence number of the signing account (offline mode only) - --sign-mode string Choose sign mode (direct|amino-json), this is an advanced feature - --timeout-height uint Set a block timeout height to prevent the tx from being committed past a certain height - -y, --yes Skip tx broadcasting prompt confirmation -``` - -### Options inherited from parent commands - -``` - --chain-id string The network chain ID -``` - -### SEE ALSO - -* [akash tx ibc tendermint-client](akash_tx_ibc_tendermint-client.md) - Tendermint client transaction subcommands - -###### Auto generated by spf13/cobra on 18-Feb-2021 diff --git a/cli/akash_tx_market.md b/cli/akash_tx_market.md deleted file mode 100644 index 7c2e89d2..00000000 --- a/cli/akash_tx_market.md +++ /dev/null @@ -1,27 +0,0 @@ -## akash tx market - -Transaction subcommands - -``` -akash tx market [flags] -``` - -### Options - -``` - -h, --help help for market -``` - -### Options inherited from parent commands - -``` - --chain-id string The network chain ID -``` - -### SEE ALSO - -* [akash tx](akash_tx.md) - Transactions subcommands -* [akash tx market bid](akash_tx_market_bid.md) - Bid subcommands -* [akash tx market lease](akash_tx_market_lease.md) - Lease subcommands - -###### Auto generated by spf13/cobra on 28-Apr-2022 diff --git a/cli/akash_tx_market_bid-close.md b/cli/akash_tx_market_bid-close.md deleted file mode 100644 index c7796c27..00000000 --- a/cli/akash_tx_market_bid-close.md +++ /dev/null @@ -1,49 +0,0 @@ -## akash tx market bid-close - -Close a market bid - -``` -akash tx market bid-close [flags] -``` - -### Options - -``` - -a, --account-number uint The account number of the signing account (offline mode only) - -b, --broadcast-mode string Transaction broadcasting mode (sync|async|block) (default "sync") - --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it - --dseq uint Deployment Sequence - --fees string Fees to pay along with transaction; eg: 10uatom - --from string Name or address of private key with which to sign - --gas string gas limit to set per-transaction; set to "auto" to calculate sufficient gas automatically (default 200000) - --gas-adjustment float adjustment factor to be multiplied against the estimate returned by the tx simulation; if the gas limit is set manually this flag is ignored (default 1) - --gas-prices string Gas prices in decimal format to determine the transaction fee (e.g. 0.1uatom) - --generate-only Build an unsigned transaction and write it to STDOUT (when enabled, the local Keybase is not accessible) - --gseq uint32 Group Sequence - -h, --help help for bid-close - --keyring-backend string Select keyring's backend (os|file|kwallet|pass|test) (default "os") - --keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used - --ledger Use a connected Ledger device - --memo string Memo to send along with transaction - --node string : to tendermint rpc interface for this chain (default "tcp://localhost:26657") - --offline Offline mode (does not allow any online functionality - --oseq uint32 Order Sequence - --owner string Deployment Owner - --provider string Provider - -s, --sequence uint The sequence number of the signing account (offline mode only) - --sign-mode string Choose sign mode (direct|amino-json), this is an advanced feature - --timeout-height uint Set a block timeout height to prevent the tx from being committed past a certain height - -y, --yes Skip tx broadcasting prompt confirmation -``` - -### Options inherited from parent commands - -``` - --chain-id string The network chain ID -``` - -### SEE ALSO - -* [akash tx market](akash_tx_market.md) - Transaction subcommands - -###### Auto generated by spf13/cobra on 20-Jan-2021 diff --git a/cli/akash_tx_market_bid-create.md b/cli/akash_tx_market_bid-create.md deleted file mode 100644 index 46d20fb3..00000000 --- a/cli/akash_tx_market_bid-create.md +++ /dev/null @@ -1,49 +0,0 @@ -## akash tx market bid-create - -Create a market bid - -``` -akash tx market bid-create [flags] -``` - -### Options - -``` - -a, --account-number uint The account number of the signing account (offline mode only) - -b, --broadcast-mode string Transaction broadcasting mode (sync|async|block) (default "sync") - --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it - --dseq uint Deployment Sequence - --fees string Fees to pay along with transaction; eg: 10uatom - --from string Name or address of private key with which to sign - --gas string gas limit to set per-transaction; set to "auto" to calculate sufficient gas automatically (default 200000) - --gas-adjustment float adjustment factor to be multiplied against the estimate returned by the tx simulation; if the gas limit is set manually this flag is ignored (default 1) - --gas-prices string Gas prices in decimal format to determine the transaction fee (e.g. 0.1uatom) - --generate-only Build an unsigned transaction and write it to STDOUT (when enabled, the local Keybase is not accessible) - --gseq uint32 Group Sequence - -h, --help help for bid-create - --keyring-backend string Select keyring's backend (os|file|kwallet|pass|test) (default "os") - --keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used - --ledger Use a connected Ledger device - --memo string Memo to send along with transaction - --node string : to tendermint rpc interface for this chain (default "tcp://localhost:26657") - --offline Offline mode (does not allow any online functionality - --oseq uint32 Order Sequence - --owner string Deployment Owner - --price string Bid Price - -s, --sequence uint The sequence number of the signing account (offline mode only) - --sign-mode string Choose sign mode (direct|amino-json), this is an advanced feature - --timeout-height uint Set a block timeout height to prevent the tx from being committed past a certain height - -y, --yes Skip tx broadcasting prompt confirmation -``` - -### Options inherited from parent commands - -``` - --chain-id string The network chain ID -``` - -### SEE ALSO - -* [akash tx market](akash_tx_market.md) - Transaction subcommands - -###### Auto generated by spf13/cobra on 20-Jan-2021 diff --git a/cli/akash_tx_market_bid.md b/cli/akash_tx_market_bid.md deleted file mode 100644 index 7671df94..00000000 --- a/cli/akash_tx_market_bid.md +++ /dev/null @@ -1,27 +0,0 @@ -## akash tx market bid - -Bid subcommands - -``` -akash tx market bid [flags] -``` - -### Options - -``` - -h, --help help for bid -``` - -### Options inherited from parent commands - -``` - --chain-id string The network chain ID -``` - -### SEE ALSO - -* [akash tx market](akash_tx_market.md) - Transaction subcommands -* [akash tx market bid close](akash_tx_market_bid_close.md) - Close a market bid -* [akash tx market bid create](akash_tx_market_bid_create.md) - Create a market bid - -###### Auto generated by spf13/cobra on 28-Apr-2022 diff --git a/cli/akash_tx_market_lease.md b/cli/akash_tx_market_lease.md deleted file mode 100644 index df475473..00000000 --- a/cli/akash_tx_market_lease.md +++ /dev/null @@ -1,28 +0,0 @@ -## akash tx market lease - -Lease subcommands - -``` -akash tx market lease [flags] -``` - -### Options - -``` - -h, --help help for lease -``` - -### Options inherited from parent commands - -``` - --chain-id string The network chain ID -``` - -### SEE ALSO - -* [akash tx market](akash_tx_market.md) - Transaction subcommands -* [akash tx market lease close](akash_tx_market_lease_close.md) - Close a market order -* [akash tx market lease create](akash_tx_market_lease_create.md) - Create a market lease -* [akash tx market lease withdraw](akash_tx_market_lease_withdraw.md) - Settle and withdraw available funds from market order escrow account - -###### Auto generated by spf13/cobra on 28-Apr-2022 diff --git a/cli/akash_tx_market_order-close.md b/cli/akash_tx_market_order-close.md deleted file mode 100644 index da97b030..00000000 --- a/cli/akash_tx_market_order-close.md +++ /dev/null @@ -1,48 +0,0 @@ -## akash tx market order-close - -Close a market order - -``` -akash tx market order-close [flags] -``` - -### Options - -``` - -a, --account-number uint The account number of the signing account (offline mode only) - -b, --broadcast-mode string Transaction broadcasting mode (sync|async|block) (default "sync") - --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it - --dseq uint Deployment Sequence - --fees string Fees to pay along with transaction; eg: 10uatom - --from string Name or address of private key with which to sign - --gas string gas limit to set per-transaction; set to "auto" to calculate sufficient gas automatically (default 200000) - --gas-adjustment float adjustment factor to be multiplied against the estimate returned by the tx simulation; if the gas limit is set manually this flag is ignored (default 1) - --gas-prices string Gas prices in decimal format to determine the transaction fee (e.g. 0.1uatom) - --generate-only Build an unsigned transaction and write it to STDOUT (when enabled, the local Keybase is not accessible) - --gseq uint32 Group Sequence - -h, --help help for order-close - --keyring-backend string Select keyring's backend (os|file|kwallet|pass|test) (default "os") - --keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used - --ledger Use a connected Ledger device - --memo string Memo to send along with transaction - --node string : to tendermint rpc interface for this chain (default "tcp://localhost:26657") - --offline Offline mode (does not allow any online functionality - --oseq uint32 Order Sequence - --owner string Deployment Owner - -s, --sequence uint The sequence number of the signing account (offline mode only) - --sign-mode string Choose sign mode (direct|amino-json), this is an advanced feature - --timeout-height uint Set a block timeout height to prevent the tx from being committed past a certain height - -y, --yes Skip tx broadcasting prompt confirmation -``` - -### Options inherited from parent commands - -``` - --chain-id string The network chain ID -``` - -### SEE ALSO - -* [akash tx market](akash_tx_market.md) - Transaction subcommands - -###### Auto generated by spf13/cobra on 20-Jan-2021 diff --git a/cli/akash_tx_provider.md b/cli/akash_tx_provider.md deleted file mode 100644 index 22abb6a5..00000000 --- a/cli/akash_tx_provider.md +++ /dev/null @@ -1,27 +0,0 @@ -## akash tx provider - -Provider transaction subcommands - -``` -akash tx provider [flags] -``` - -### Options - -``` - -h, --help help for provider -``` - -### Options inherited from parent commands - -``` - --chain-id string The network chain ID -``` - -### SEE ALSO - -* [akash tx](akash_tx.md) - Transactions subcommands -* [akash tx provider create](akash_tx_provider_create.md) - Create a provider -* [akash tx provider update](akash_tx_provider_update.md) - Update provider - -###### Auto generated by spf13/cobra on 28-Apr-2022 diff --git a/cli/akash_tx_slashing.md b/cli/akash_tx_slashing.md deleted file mode 100644 index f084635b..00000000 --- a/cli/akash_tx_slashing.md +++ /dev/null @@ -1,26 +0,0 @@ -## akash tx slashing - -Slashing transaction subcommands - -``` -akash tx slashing [flags] -``` - -### Options - -``` - -h, --help help for slashing -``` - -### Options inherited from parent commands - -``` - --chain-id string The network chain ID -``` - -### SEE ALSO - -* [akash tx](akash_tx.md) - Transactions subcommands -* [akash tx slashing unjail](akash_tx_slashing_unjail.md) - unjail validator previously jailed for downtime - -###### Auto generated by spf13/cobra on 28-Apr-2022 diff --git a/cli/akash_tx_staking.md b/cli/akash_tx_staking.md deleted file mode 100644 index 55e8cee1..00000000 --- a/cli/akash_tx_staking.md +++ /dev/null @@ -1,30 +0,0 @@ -## akash tx staking - -Staking transaction subcommands - -``` -akash tx staking [flags] -``` - -### Options - -``` - -h, --help help for staking -``` - -### Options inherited from parent commands - -``` - --chain-id string The network chain ID -``` - -### SEE ALSO - -* [akash tx](akash_tx.md) - Transactions subcommands -* [akash tx staking create-validator](akash_tx_staking_create-validator.md) - create new validator initialized with a self-delegation to it -* [akash tx staking delegate](akash_tx_staking_delegate.md) - Delegate liquid tokens to a validator -* [akash tx staking edit-validator](akash_tx_staking_edit-validator.md) - edit an existing validator account -* [akash tx staking redelegate](akash_tx_staking_redelegate.md) - Redelegate illiquid tokens from one validator to another -* [akash tx staking unbond](akash_tx_staking_unbond.md) - Unbond shares from a validator - -###### Auto generated by spf13/cobra on 28-Apr-2022 diff --git a/cli/akash_tx_vesting.md b/cli/akash_tx_vesting.md deleted file mode 100644 index 39781ada..00000000 --- a/cli/akash_tx_vesting.md +++ /dev/null @@ -1,26 +0,0 @@ -## akash tx vesting - -Vesting transaction subcommands - -``` -akash tx vesting [flags] -``` - -### Options - -``` - -h, --help help for vesting -``` - -### Options inherited from parent commands - -``` - --chain-id string The network chain ID -``` - -### SEE ALSO - -* [akash tx](akash_tx.md) - Transactions subcommands -* [akash tx vesting create-vesting-account](akash_tx_vesting_create-vesting-account.md) - Create a new vesting account funded with an allocation of tokens. - -###### Auto generated by spf13/cobra on 28-Apr-2022 diff --git a/cli/akash_unsafe-reset-all.md b/cli/akash_unsafe-reset-all.md deleted file mode 100644 index d42ac323..00000000 --- a/cli/akash_unsafe-reset-all.md +++ /dev/null @@ -1,19 +0,0 @@ -## akash unsafe-reset-all - -Resets the blockchain database, removes address book files, and resets data/priv_validator_state.json to the genesis state - -``` -akash unsafe-reset-all [flags] -``` - -### Options - -``` - -h, --help help for unsafe-reset-all -``` - -### SEE ALSO - -* [akash](akash.md) - Akash Blockchain Application - -###### Auto generated by spf13/cobra on 18-Feb-2021 diff --git a/cli/akash_validate-genesis.md b/cli/akash_validate-genesis.md deleted file mode 100644 index abddfee1..00000000 --- a/cli/akash_validate-genesis.md +++ /dev/null @@ -1,19 +0,0 @@ -## akash validate-genesis - -validates the genesis file at the default location or at the location passed as an arg - -``` -akash validate-genesis [file] [flags] -``` - -### Options - -``` - -h, --help help for validate-genesis -``` - -### SEE ALSO - -* [akash](akash.md) - Akash Blockchain Application - -###### Auto generated by spf13/cobra on 28-Apr-2022 diff --git a/cli/akash_version.md b/cli/akash_version.md deleted file mode 100644 index 481a1627..00000000 --- a/cli/akash_version.md +++ /dev/null @@ -1,21 +0,0 @@ -## akash version - -Print the application binary version information - -``` -akash version [flags] -``` - -### Options - -``` - -h, --help help for version - --long Print long version information - -o, --output string Output format (text|json) (default "text") -``` - -### SEE ALSO - -* [akash](akash.md) - Akash Blockchain Application - -###### Auto generated by spf13/cobra on 28-Apr-2022 diff --git a/cli/command-line-interface.md b/cli/command-line-interface.md deleted file mode 100644 index 72ec01f8..00000000 --- a/cli/command-line-interface.md +++ /dev/null @@ -1,723 +0,0 @@ -# CLI Commands - -> _**NOTE -**_ with the Mainnet4 update Akash network and provider services were separated into two repositories. The command prefixes in this guide - such as `akash` in the example command `akash version`- are relevant to the akash network repo binary. The `provider-services` repo binary `-` which is used for deployment purposes - have equal commands with the `provider-services` prefix such as example command `provider-services version.` -> -> `` -> -> Additional info on `provider-services` commands is available in the [Akash CLI Guide.](../other-resources/experimental/mainnet4-upgrade-docs/detailed-steps/) - -The software to run the **Network**, the **Platform**, and the command-line client used to interact with them are all currently distributed in the `akash` Command Line Interface (CLI) application. - -## The Akash CLI - -The Akash command line utility - -``` - -h, --help help for akash -``` - -## Akash Commands - -Below are links to the top level commands. Click one of the links to see the available commands. - -* [akash ](https://github.com/ovrclk/docs/tree/ed6bc0143968bc6e4e92c26c5dad6427f048bc2d/cli/akash\_.md)- -* [akash ](https://github.com/ovrclk/docs/tree/ed6bc0143968bc6e4e92c26c5dad6427f048bc2d/cli/akash\_.md)- -* [akash add-genesis-account](https://github.com/ovrclk/docs/tree/ed6bc0143968bc6e4e92c26c5dad6427f048bc2d/cli/akash\_add-genesis-account.md) - Add a genesis account to genesis.json -* [akash collect-gentxs](https://github.com/ovrclk/docs/tree/ed6bc0143968bc6e4e92c26c5dad6427f048bc2d/cli/akash\_collect-gentxs.md) - Collect genesis txs and output a genesis.json file -* [akash debug](https://github.com/ovrclk/docs/tree/ed6bc0143968bc6e4e92c26c5dad6427f048bc2d/cli/akash\_debug.md) - Tool for helping with debugging your application -* [akash deploy](https://github.com/ovrclk/docs/tree/ed6bc0143968bc6e4e92c26c5dad6427f048bc2d/cli/akash\_deploy.md) - Akash deploy tool commands -* [akash events](https://github.com/ovrclk/docs/tree/ed6bc0143968bc6e4e92c26c5dad6427f048bc2d/cli/akash\_events.md) - Prints out akash events in real time -* [akash export](https://github.com/ovrclk/docs/tree/ed6bc0143968bc6e4e92c26c5dad6427f048bc2d/cli/akash\_export.md) - Export state to JSON -* [akash gentx](https://github.com/ovrclk/docs/tree/ed6bc0143968bc6e4e92c26c5dad6427f048bc2d/cli/akash\_gentx.md) - Generate a genesis tx carrying a self delegation -* [akash init](https://github.com/ovrclk/docs/tree/ed6bc0143968bc6e4e92c26c5dad6427f048bc2d/cli/akash\_init.md) - Initialize private validator, p2p, genesis, and application configuration files -* [akash keys](https://github.com/ovrclk/docs/tree/ed6bc0143968bc6e4e92c26c5dad6427f048bc2d/cli/akash\_keys.md) - Manage your application's keys -* [akash migrate](https://github.com/ovrclk/docs/tree/ed6bc0143968bc6e4e92c26c5dad6427f048bc2d/cli/akash\_migrate.md) - Migrate genesis to a specified target version -* [akash provider](https://github.com/ovrclk/docs/tree/ed6bc0143968bc6e4e92c26c5dad6427f048bc2d/cli/akash\_provider.md) - Akash provider commands -* [akash query](https://github.com/ovrclk/docs/tree/ed6bc0143968bc6e4e92c26c5dad6427f048bc2d/cli/akash\_query.md) - Querying subcommands -* [akash start](https://github.com/ovrclk/docs/tree/ed6bc0143968bc6e4e92c26c5dad6427f048bc2d/cli/akash\_start.md) - Run the full node -* [akash status](https://github.com/ovrclk/docs/tree/ed6bc0143968bc6e4e92c26c5dad6427f048bc2d/cli/akash\_status.md) - Query remote node for status -* [akash tendermint](https://github.com/ovrclk/docs/tree/ed6bc0143968bc6e4e92c26c5dad6427f048bc2d/cli/akash\_tendermint.md) - Tendermint subcommands -* [akash tx](akash\_tx.md) - Transactions subcommands -* [akash unsafe-reset-all](https://github.com/ovrclk/docs/tree/ed6bc0143968bc6e4e92c26c5dad6427f048bc2d/cli/akash\_unsafe-reset-all.md) - Resets the blockchain database, removes address book files, and resets data/priv\_validator\_state.json to the genesis state -* [akash validate-genesis](https://github.com/ovrclk/docs/tree/ed6bc0143968bc6e4e92c26c5dad6427f048bc2d/cli/akash\_validate-genesis.md) - validates the genesis file at the default location or at the location passed as an arg -* [akash version](https://github.com/ovrclk/docs/tree/ed6bc0143968bc6e4e92c26c5dad6427f048bc2d/cli/akash\_version.md) - Print the application binary version information - -## Send Tokens - -Sign and send tokens to other account. - -**Usage** - -``` -akash tx bank send [from_key_or_address] [to_address] [amount] [flags] -``` - -**Example** - -``` -$ akash tx bank send bob akash12wlzqjelrt87r3u56ps4m8lk7wavx5m5jg9cax 10000000uakt --chain-id devnet -y - -{"height":"0","txhash":"116ED246AFF9F9B58036AECAA5EFE81AA7A788CC625CC2A4ADAFC68378834413","raw_log":"[]"} -``` - -**More Info** - -``` -$ akash tx send -h -Send funds from one account to another. Note, the'--from' flag is -ignored as it is implied from [from_key_or_address]. - -Usage: - akash tx bank send [from_key_or_address] [to_address] [amount] [flags] - -Flags: - -a, --account-number uint The account number of the signing account (offline mode only) - -b, --broadcast-mode string Transaction broadcasting mode (sync|async|block) (default "sync") - --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it - --fees string Fees to pay along with transaction; eg: 10uatom - --from string Name or address of private key with which to sign - --gas string gas limit to set per-transaction; set to "auto" to calculate sufficient gas automatically (default 200000) - --gas-adjustment float adjustment factor to be multiplied against the estimate returned by the tx simulation; if the gas limit is set manually this flag is ignored (default 1) - --gas-prices string Gas prices in decimal format to determine the transaction fee (e.g. 0.1uatom) - --generate-only Build an unsigned transaction and write it to STDOUT (when enabled, the local Keybase is not accessible) - -h, --help help for send - --keyring-backend string Select keyring's backend (os|file|kwallet|pass|test) (default "os") - --keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used - --ledger Use a connected Ledger device - --memo string Memo to send along with transaction - --node string : to tendermint rpc interface for this chain (default "tcp://localhost:26657") - --offline Offline mode (does not allow any online functionality - -s, --sequence uint The sequence number of the signing account (offline mode only) - --sign-mode string Choose sign mode (direct|amino-json), this is an advanced feature - --timeout-height uint Set a block timeout height to prevent the tx from being committed past a certain height - -y, --yes Skip tx broadcasting prompt confirmation - -Global Flags: - --chain-id string The network chain ID - --home string directory for config and data (default "/home/vitwit/.akash") - --log_format string The logging format (json|plain) (default "plain") - --log_level string The logging level (trace|debug|info|warn|error|fatal|panic) (default "info") - --trace print out full stack trace on errors -``` - -## Query Transaction - -Query for a transaction by hash in a committed block. - -**Usage** - -``` -$ akash query tx -o json -``` - -**Examples** - -``` -$ akash query tx BCAB9AAC8C4F920218757A0C4461AF6C380A2144B4762B4DE1CE014BE2714DA5 -o json - -{"height":"36","txhash":"BCAB9AAC8C4F920218757A0C4461AF6C380A2144B4762B4DE1CE014BE2714DA5","codespace":"","code":0,"data":"0A060A0473656E64","raw_log":"[{\"events\":[{\"type\":\"message\",\"attributes\":[{\"key\":\"action\",\"value\":\"send\"},{\"key\":\"sender\",\"value\":\"akash16q6s0tauc3cks5us7f57wds8c8lqg4jqs0qtaf\"},{\"key\":\"module\",\"value\":\"bank\"}]},{\"type\":\"transfer\",\"attributes\":[{\"key\":\"recipient\",\"value\":\"akash1zsgzee6vvx942c4c69vl859w9azn77j8uhduug\"},{\"key\":\"sender\",\"value\":\"akash16q6s0tauc3cks5us7f57wds8c8lqg4jqs0qtaf\"},{\"key\":\"amount\",\"value\":\"100000stake\"}]}]}]","logs":[{"msg_index":0,"log":"","events":[{"type":"message","attributes":[{"key":"action","value":"send"},{"key":"sender","value":"akash16q6s0tauc3cks5us7f57wds8c8lqg4jqs0qtaf"},{"key":"module","value":"bank"}]},{"type":"transfer","attributes":[{"key":"recipient","value":"akash1zsgzee6vvx942c4c69vl859w9azn77j8uhduug"},{"key":"sender","value":"akash16q6s0tauc3cks5us7f57wds8c8lqg4jqs0qtaf"},{"key":"amount","value":"100000stake"}]}]}],"info":"","gas_wanted":"200000","gas_used":"57508","tx":{"@type":"/cosmos.tx.v1beta1.Tx","body":{"messages":[{"@type":"/cosmos.bank.v1beta1.MsgSend","from_address":"akash16q6s0tauc3cks5us7f57wds8c8lqg4jqs0qtaf","to_address":"akash1zsgzee6vvx942c4c69vl859w9azn77j8uhduug","amount":[{"denom":"stake","amount":"100000"}]}],"memo":"","timeout_height":"0","extension_options":[],"non_critical_extension_options":[]},"auth_info":{"signer_infos":[{"public_key":{"@type":"/cosmos.crypto.secp256k1.PubKey","key":"A+hCkyWd4cWG0KD+GgCxHEOUzll1cl5VvoGgDvVIwF3E"},"mode_info":{"single":{"mode":"SIGN_MODE_DIRECT"}},"sequence":"1"}],"fee":{"amount":[],"gas_limit":"200000","payer":"","granter":""}},"signatures":["q3XqohxwkgaT0nLusXLaZ5aRGrcxbTUGS2pYN+tSPtkk10Ij+2YXs3LhXUxhcSNnTMABq4bIhJ3L/QDoz8Xp+w=="]},"timestamp":"2021-02-10T10:08:40Z"} -``` - -**More info** - -``` -$ akash query tx -h - -Usage: - akash query tx [hash] [flags] - -Flags: - --height int Use a specific height to query state at (this can error if the node is pruning state) - -h, --help help for tx - --node string : to Tendermint RPC interface for this chain (default "tcp://localhost:26657") - -o, --output string Output format (text|json) (default "text") - -Global Flags: - --chain-id string The network chain ID - --home string directory for config and data (default "/home/vitwit/.akash") - --log_format string The logging format (json|plain) (default "plain") - --log_level string The logging level (trace|debug|info|warn|error|fatal|panic) (default "info") - --trace print out full stack trace on errors -``` - -## Bond(Stake) Tokens - -Delegate some tokens to validator i.e., bonding tokens. - -**Usage** - -``` -$ akash tx staking delegate --from -y -``` - -**Example** - -``` -$ akash tx staking delegate akashvaloper1qgjla78dk2yk2eh6dmjeejz6m374ykdtpgp92s 1000000uakt --chain-id devnet --from alice -y - -{"height":"0","txhash":"F48C925F2F37766660D044DCAD0DC9A4CF51E454E184BC817EFD32ADA501ADD7","raw_log":"[]"} -``` - -**More info** - -``` -$ akash tx staking delegate -h -Delegate an amount of liquid coins to a validator from your wallet. - -Usage: - akash tx staking delegate [validator-addr] [amount] [flags] - -Flags: - -a, --account-number uint The account number of the signing account (offline mode only) - -b, --broadcast-mode string Transaction broadcasting mode (sync|async|block) (default "sync") - --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it - --fees string Fees to pay along with transaction; eg: 10uatom - --from string Name or address of private key with which to sign - --gas string gas limit to set per-transaction; set to "auto" to calculate sufficient gas automatically (default 200000) - --gas-adjustment float adjustment factor to be multiplied against the estimate returned by the tx simulation; if the gas limit is set manually this flag is ignored (default 1) - --gas-prices string Gas prices in decimal format to determine the transaction fee (e.g. 0.1uatom) - --generate-only Build an unsigned transaction and write it to STDOUT (when enabled, the local Keybase is not accessible) - -h, --help help for delegate - --keyring-backend string Select keyring's backend (os|file|kwallet|pass|test) (default "os") - --keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used - --ledger Use a connected Ledger device - --memo string Memo to send along with transaction - --node string : to tendermint rpc interface for this chain (default "tcp://localhost:26657") - --offline Offline mode (does not allow any online functionality - -s, --sequence uint The sequence number of the signing account (offline mode only) - --sign-mode string Choose sign mode (direct|amino-json), this is an advanced feature - --timeout-height uint Set a block timeout height to prevent the tx from being committed past a certain height - -y, --yes Skip tx broadcasting prompt confirmation - -Global Flags: - --chain-id string The network chain ID - --home string directory for config and data (default "/home/vitwit/.akash") - --log_format string The logging format (json|plain) (default "plain") - --log_level string The logging level (trace|debug|info|warn|error|fatal|panic) (default "info") - --trace print out full stack trace on errors -``` - -## Redelegate Tokens - -Redelegate some tokens from one validator to another. - -**Usage** - -``` -$ akash tx staking redelegate --from -y -o json -``` - -**Example** - -``` -$ akash tx staking redelegate akashvaloper1qgjla78dk2yk2eh6dmjeejz6m374ykdtpgp92s akashvaloper16q6s0tauc3cks5us7f57wds8c8lqg4jq6dwddr 1000000uakt --chain-id devnet --from alice -y -o json - -{"height":"0","txhash":"295A56A7B4DA7DE3266329981945307FF73ACFF1CCD319D1E1AE53DF16E0125E","raw_log":"[]"} -``` - -**More info** - -``` -$ akash tx staking redelegate -h -Redelegate an amount of illiquid staking tokens from one validator to another. - -Example: -$ akash tx staking redelegate akashvaloper1gghjut3ccd8ay0zduzj64hwre2fxs9ldmqhffj akashvaloper1l2rsakp388kuv9k8qzq6lrm9taddae7fpx59wm 100stake --from mykey - -Usage: - akash tx staking redelegate [src-validator-addr] [dst-validator-addr] [amount] [flags] - -Flags: - -a, --account-number uint The account number of the signing account (offline mode only) - -b, --broadcast-mode string Transaction broadcasting mode (sync|async|block) (default "sync") - --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it - --fees string Fees to pay along with transaction; eg: 10uatom - --from string Name or address of private key with which to sign - --gas string gas limit to set per-transaction; set to "auto" to calculate sufficient gas automatically (default 200000) - --gas-adjustment float adjustment factor to be multiplied against the estimate returned by the tx simulation; if the gas limit is set manually this flag is ignored (default 1) - --gas-prices string Gas prices in decimal format to determine the transaction fee (e.g. 0.1uatom) - --generate-only Build an unsigned transaction and write it to STDOUT (when enabled, the local Keybase is not accessible) - -h, --help help for redelegate - --keyring-backend string Select keyring's backend (os|file|kwallet|pass|test) (default "os") - --keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used - --ledger Use a connected Ledger device - --memo string Memo to send along with transaction - --node string : to tendermint rpc interface for this chain (default "tcp://localhost:26657") - --offline Offline mode (does not allow any online functionality - -s, --sequence uint The sequence number of the signing account (offline mode only) - --sign-mode string Choose sign mode (direct|amino-json), this is an advanced feature - --timeout-height uint Set a block timeout height to prevent the tx from being committed past a certain height - -y, --yes Skip tx broadcasting prompt confirmation - -Global Flags: - --chain-id string The network chain ID - --home string directory for config and data (default "/home/vitwit/.akash") - --log_format string The logging format (json|plain) (default "plain") - --log_level string The logging level (trace|debug|info|warn|error|fatal|panic) (default "info") - --trace print out full stack trace on errors -``` - -## Undelegate(unbond) Tokens - -Undelegate some tokens from validator i.e., unbonding tokens. - -**Usage** - -``` -$ akash tx staking unbond --from -y -o json -``` - -**Example** - -``` -$ akash tx staking unbond akashvaloper1qgjla78dk2yk2eh6dmjeejz6m374ykdtpgp92s 1000000uakt --chain-id devnet --from alice -y -o json - -{"height":"0","txhash":"F48C925F2F37766660D044DCAD0DC9A4CF51E454E184BC817EFD32ADA501ADD7","raw_log":"[]"} -``` - -**More info** - -``` -$ akash tx staking unbond -h -Unbond an amount of bonded shares from a validator. - -Example: -$ akash tx staking unbond akashvaloper1gghjut3ccd8ay0zduzj64hwre2fxs9ldmqhffj 100uakt --from mykey - -Usage: - akash tx staking unbond [validator-addr] [amount] [flags] - -Flags: - -a, --account-number uint The account number of the signing account (offline mode only) - -b, --broadcast-mode string Transaction broadcasting mode (sync|async|block) (default "sync") - --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it - --fees string Fees to pay along with transaction; eg: 10uatom - --from string Name or address of private key with which to sign - --gas string gas limit to set per-transaction; set to "auto" to calculate sufficient gas automatically (default 200000) - --gas-adjustment float adjustment factor to be multiplied against the estimate returned by the tx simulation; if the gas limit is set manually this flag is ignored (default 1) - --gas-prices string Gas prices in decimal format to determine the transaction fee (e.g. 0.1uatom) - --generate-only Build an unsigned transaction and write it to STDOUT (when enabled, the local Keybase is not accessible) - -h, --help help for unbond - --keyring-backend string Select keyring's backend (os|file|kwallet|pass|test) (default "os") - --keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used - --ledger Use a connected Ledger device - --memo string Memo to send along with transaction - --node string : to tendermint rpc interface for this chain (default "tcp://localhost:26657") - --offline Offline mode (does not allow any online functionality - -s, --sequence uint The sequence number of the signing account (offline mode only) - --sign-mode string Choose sign mode (direct|amino-json), this is an advanced feature - --timeout-height uint Set a block timeout height to prevent the tx from being committed past a certain height - -y, --yes Skip tx broadcasting prompt confirmation - -Global Flags: - --chain-id string The network chain ID - --home string directory for config and data (default "/home/vitwit/.akash") - --log_format string The logging format (json|plain) (default "plain") - --log_level string The logging level (trace|debug|info|warn|error|fatal|panic) (default "info") - --trace print out full stack trace on errors -``` - -## Withdraw Rewards - -Withdraw rewards from validator - -**Usage** - -``` -$ akash tx distribution withdraw-rewards --from -y -o json -``` - -**Example** - -``` -$ akash tx distribution withdraw-rewards akashvaloper16q6s0tauc3cks5us7f57wds8c8lqg4jq6dwddr --chain-id devnet --from alice -y - -{"height":"0","txhash":"1BBB4A7A4D245C7534F366BABCE5BDD73776FB0430B3A241BFEEEF99445C52C3","raw_log":"[]"} -``` - -**More info** - -``` -$ akash tx distribution withdraw-rewards -h -Withdraw rewards from a given delegation address, -and optionally withdraw validator commission if the delegation address given is a validator operator. - -Example: -$ akash tx distribution withdraw-rewards akashvaloper1gghjut3ccd8ay0zduzj64hwre2fxs9ldmqhffj --from mykey - -### Withdraw commission -$ akash tx distribution withdraw-rewards akashvaloper1gghjut3ccd8ay0zduzj64hwre2fxs9ldmqhffj --from mykey --commission - -Usage: - akash tx distribution withdraw-rewards [validator-addr] [flags] - -Flags: - -a, --account-number uint The account number of the signing account (offline mode only) - -b, --broadcast-mode string Transaction broadcasting mode (sync|async|block) (default "sync") - --commission Withdraw the validator's commission in addition to the rewards - --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it - --fees string Fees to pay along with transaction; eg: 10uatom - --from string Name or address of private key with which to sign - --gas string gas limit to set per-transaction; set to "auto" to calculate sufficient gas automatically (default 200000) - --gas-adjustment float adjustment factor to be multiplied against the estimate returned by the tx simulation; if the gas limit is set manually this flag is ignored (default 1) - --gas-prices string Gas prices in decimal format to determine the transaction fee (e.g. 0.1uatom) - --generate-only Build an unsigned transaction and write it to STDOUT (when enabled, the local Keybase is not accessible) - -h, --help help for withdraw-rewards - --keyring-backend string Select keyring's backend (os|file|kwallet|pass|test) (default "os") - --keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used - --ledger Use a connected Ledger device - --memo string Memo to send along with transaction - --node string : to tendermint rpc interface for this chain (default "tcp://localhost:26657") - --offline Offline mode (does not allow any online functionality - -s, --sequence uint The sequence number of the signing account (offline mode only) - --sign-mode string Choose sign mode (direct|amino-json), this is an advanced feature - --timeout-height uint Set a block timeout height to prevent the tx from being committed past a certain height - -y, --yes Skip tx broadcasting prompt confirmation - -Global Flags: - --chain-id string The network chain ID - --home string directory for config and data (default "/home/vitwit/.akash") - --log_format string The logging format (json|plain) (default "plain") - --log_level string The logging level (trace|debug|info|warn|error|fatal|panic) (default "info") - --trace print out full stack trace on errors -``` - -## Query Rewards - -Query all rewards earned by a delegator, optionally restrict to rewards from a single validator. - -**Usage** - -``` -$ akash query distribution rewards [] -o json -``` - -**Examples** - -``` -$ akash query distribution rewards akash1gghjut3ccd8ay0zduzj64hwre2fxs9ld75ru9p akashvaloper16q6s0tauc3cks5us7f57wds8c8lqg4jq6dwddr -o json - -[{"denom":"uakt","amount":"69009.444000000000000000"}] - -$ akash query distribution rewards akash1gghjut3ccd8ay0zduzj64hwre2fxs9ld75ru9p -o json - -{"rewards":[{"validator_address":"akashvaloper16q6s0tauc3cks5us7f57wds8c8lqg4jq6dwddr","reward":[{"denom":"uakt","amount":"1467715.032000000000000000"}]}],"total":[{"denom":"uakt","amount":"1467715.032000000000000000"}] -``` - -**More info** - -``` -$ akash query distribution rewards -h - -Usage: - akash query distribution rewards [delegator-addr] [] [flags] - -Flags: - --height int Use a specific height to query state at (this can error if the node is pruning state) - -h, --help help for rewards - --node string : to Tendermint RPC interface for this chain (default "tcp://localhost:26657") - -o, --output string Output format (text|json) (default "text") - -Global Flags: - --chain-id string The network chain ID - --home string directory for config and data (default "/home/vitwit/.akash") - --log_format string The logging format (json|plain) (default "plain") - --log_level string The logging level (trace|debug|info|warn|error|fatal|panic) (default "info") - --trace print out full stack trace on errors -``` - -## Query Balance - -Query the total balance of an account or of a specific denomination. - -**Usage** - -``` -$ akash query bank balances -$ akash query bank balances --denom=[denom] -``` - -**Examples** - -``` -$ akash query bank balances akash16q6s0tauc3cks5us7f57wds8c8lqg4jqs0qtaf -o json - -{"balances":[{"denom":"stake","amount":"99899900000"},{"denom":"uakt","amount":"100000000000"}],"pagination":{"next_key":null,"total":"0"}} -``` - -**More info** - -``` -$ akash query bank balances -h - -Usage: - akash query bank balances [address] [flags] - -Flags: - --count-total count total number of records in all balances to query for - --denom string The specific balance denomination to query for - --height int Use a specific height to query state at (this can error if the node is pruning state) - -h, --help help for balances - --limit uint pagination limit of all balances to query for (default 100) - --node string : to Tendermint RPC interface for this chain (default "tcp://localhost:26657") - --offset uint pagination offset of all balances to query for - -o, --output string Output format (text|json) (default "text") - --page uint pagination page of all balances to query for. This sets offset to a multiple of limit (default 1) - --page-key string pagination page-key of all balances to query for - -Global Flags: - --chain-id string The network chain ID - --home string directory for config and data (default "/home/vitwit/.akash") - --log_format string The logging format (json|plain) (default "plain") - --log_level string The logging level (trace|debug|info|warn|error|fatal|panic) (default "info") - --trace print out full stack trace on errors -``` - -## Recover Key - -Provide seed phrase to recover existing key instead of creating. - -**Usage** - -``` -$ akash keys add --recover -``` - -**Example** - -``` -$ akash keys add alice --recover -> Enter your bip39 mnemonic -close super rare vicious core supreme collect fatigue maid cupboard throw surge notable phrase brand actual high track stay visual afraid lot dizzy wedding - -- name: alice - type: local - address: akash12wlzqjelrt87r3u56ps4m8lk7wavx5m5jg9cax - pubkey: akashpub1addwnpepqd80atzkr5c5teq933q80jkh27ljgwsm3r00fxjcl5nvaxkm9z0hqhw5h7e - mnemonic: "" - threshold: 0 - pubkeys: [] -``` - -## Export Key - -Export a private key from the local keybase in ASCII-armored encrypted format. Export key with entering new password. - -**Usage** - -``` -akash keys export -``` - -**Example** - -``` -$ akash keys export provider -Enter passphrase to encrypt the exported key: ------BEGIN TENDERMINT PRIVATE KEY----- -kdf: bcrypt -salt: FC01B9FACA831E315C867E07A586AEF7 -type: secp256k1 - -VmSk+mQl2tpra7dHt2Dm2z4S2unH2kbjXaOZTK/9NGQsw3TSb6GkwBU7WizTCmN/ -3dxPu/wdDa1uBLYg+zgYhTtK6HlPDrulxlDDQjg= -=KGDA ------END TENDERMINT PRIVATE KEY----- -``` - -## Import Key - -Import a file with ASCII armored private key into the local keybase. Required key password to import key. - -**Usage** - -``` -$ akash keys import -``` - -**Example** - -``` -$ akash keys import provider key -Enter passphrase to decrypt your key: -``` - -## Generating a Transaction - -Generating a transaction can simply be done by appending the --generate-only flag on any tx command - -Example: - -``` -akash tx send bob akash12wlzqjelrt87r3u56ps4m8lk7wavx5m5jg9cax 10000000uakt --chain-id devnet --generate-only -``` - -This will output the unsigned transaction as JSON in the console. We can also save the unsigned transaction to a file by appending `> unsigned_tx.json` to the above command. - -## Signing a Transaction - -Signing a transaction using the CLI requires the unsigned transaction to be saved in a file. - -``` -$ akash tx sign unsigned_tx.json --chain-id devnet --from alice -``` - -This command will decode the unsigned transaction and sign it with SIGN\_MODE\_DIRECT with alice's key, which we already set up in the keyring. The signed transaction will be output as JSON to the console, and we can save it to a file by appending `> signed_tx.json`. - -**More Info** - -``` -Usage: - akash tx sign [file] [flags] - -Flags: - -a, --account-number uint The account number of the signing account (offline mode only) - --amino Generate Amino encoded JSON suitable for submiting to the txs REST endpoint - -b, --broadcast-mode string Transaction broadcasting mode (sync|async|block) (default "sync") - --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it - --fees string Fees to pay along with transaction; eg: 10uatom - --from string Name or address of private key with which to sign - --gas string gas limit to set per-transaction; set to "auto" to calculate sufficient gas automatically (default 200000) - --gas-adjustment float adjustment factor to be multiplied against the estimate returned by the tx simulation; if the gas limit is set manually this flag is ignored (default 1) - --gas-prices string Gas prices in decimal format to determine the transaction fee (e.g. 0.1uatom) - --generate-only Build an unsigned transaction and write it to STDOUT (when enabled, the local Keybase is not accessible) - -h, --help help for sign - --keyring-backend string Select keyring's backend (os|file|kwallet|pass|test) (default "os") - --keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used - --ledger Use a connected Ledger device - --memo string Memo to send along with transaction - --multisig string Address of the multisig account on behalf of which the transaction shall be signed - --node string : to tendermint rpc interface for this chain (default "tcp://localhost:26657") - --offline Offline mode (does not allow any online functionality - --output-document string The document will be written to the given file instead of STDOUT - --overwrite Overwrite existing signatures with a new one. If disabled, new signature will be appended - -s, --sequence uint The sequence number of the signing account (offline mode only) - --sign-mode string Choose sign mode (direct|amino-json), this is an advanced feature - --signature-only Print only the signatures - --timeout-height uint Set a block timeout height to prevent the tx from being committed past a certain height - -y, --yes Skip tx broadcasting prompt confirmation -``` - -Some useful flags to consider in the tx sign command: - -* \--sign-mode: you may use amino-json to sign the transaction using SIGN\_MODE\_LEGACY\_AMINO\_JSON, -* \--offline: sign in offline mode. This means that the tx sign command doesn't connect to the node to retrieve the signer's account number and sequence, both needed for signing. In this case, you must manually supply the --account-number and --sequence flags. This is useful for offline signing, i.e. signing in a secure environment which doesn't have access to the internet. - -## Encode a Transaction - -Encode transactions created with the --generate-only flag and signed with the sign command. It will read a transaction from , serialize it to the Amino wire protocol, and output it as base64. If you supply a dash (-) argument in place of an input filename, the command reads from standard input. - -``` -$ akash tx encode signed-tx.json - -CpABCo0BChwvY29zbW9zLmJhbmsudjFiZXRhMS5Nc2dTZW5kEm0KLGFrYXNoMTZxNnMwdGF1YzNja3M1dXM3ZjU3d2RzOGM4bHFnNGpxczBxdGFmEixha2FzaDF6c2d6ZWU2dnZ4OTQyYzRjNjl2bDg1OXc5YXpuNzdqOHVoZHV1ZxoPCgVzdGFrZRIGMTAwMDAwElgKUApGCh8vY29zbW9zLmNyeXB0by5zZWNwMjU2azEuUHViS2V5EiMKIQPoQpMlneHFhtCg/hoAsRxDlM5ZdXJeVb6BoA71SMBdxBIECgIIfxgCEgQQwJoMGkB+VlYeHU81v4qxIOGpIKpmq7fzVB83Lvy5xvxpm37F6yZ9+XA56KzkMdHhpURmaFYF2567D0nE5e57UKfKF6Az -``` - -**More Info** - -``` -Usage: - akash tx encode [file] [flags] - -Flags: - -a, --account-number uint The account number of the signing account (offline mode only) - -b, --broadcast-mode string Transaction broadcasting mode (sync|async|block) (default "sync") - --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it - --fees string Fees to pay along with transaction; eg: 10uatom - --from string Name or address of private key with which to sign - --gas string gas limit to set per-transaction; set to "auto" to calculate sufficient gas automatically (default 200000) - --gas-adjustment float adjustment factor to be multiplied against the estimate returned by the tx simulation; if the gas limit is set manually this flag is ignored (default 1) - --gas-prices string Gas prices in decimal format to determine the transaction fee (e.g. 0.1uatom) - --generate-only Build an unsigned transaction and write it to STDOUT (when enabled, the local Keybase is not accessible) - -h, --help help for encode - --keyring-backend string Select keyring's backend (os|file|kwallet|pass|test) (default "os") - --keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used - --ledger Use a connected Ledger device - --memo string Memo to send along with transaction - --node string : to tendermint rpc interface for this chain (default "tcp://localhost:26657") - --offline Offline mode (does not allow any online functionality - -s, --sequence uint The sequence number of the signing account (offline mode only) - --sign-mode string Choose sign mode (direct|amino-json), this is an advanced feature - --timeout-height uint Set a block timeout height to prevent the tx from being committed past a certain height - -y, --yes Skip tx broadcasting prompt confirmation - -Global Flags: - --chain-id string The network chain ID - --home string directory for config and data (default "/home/vitwit/.akash") - --log_format string The logging format (json|plain) (default "plain") - --log_level string The logging level (trace|debug|info|warn|error|fatal|panic) (default "info") - --trace print out full stack trace on errors -``` - -## Broadcasting a Transaction (CLI) - -Broadcasting a transaction using the CLI requires the signed transaction to be saved in a file. - -``` -akash tx broadcast [file_path] [flags] -``` - -You may optionally pass the --broadcast-mode flag to specify which response to receive from the node: - -* block: the CLI waits for the tx to be committed in a block. -* sync: the CLI waits for a CheckTx execution response only. -* async: the CLI returns immediately (transaction might fail). - -**More info** - -``` -Example: - -$ akash tx broadcast ./mysign.json - -Flags: - -a, --account-number uint The account number of the signing account (offline mode only) - -b, --broadcast-mode string Transaction broadcasting mode (sync|async|block) (default "sync") - --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it - --fees string Fees to pay along with transaction; eg: 10uatom - --from string Name or address of private key with which to sign - --gas string gas limit to set per-transaction; set to "auto" to calculate sufficient gas automatically (default 200000) - --gas-adjustment float adjustment factor to be multiplied against the estimate returned by the tx simulation; if the gas limit is set manually this flag is ignored (default 1) - --gas-prices string Gas prices in decimal format to determine the transaction fee (e.g. 0.1uatom) - --generate-only Build an unsigned transaction and write it to STDOUT (when enabled, the local Keybase is not accessible) - -h, --help help for broadcast - --keyring-backend string Select keyring's backend (os|file|kwallet|pass|test) (default "os") - --keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used - --ledger Use a connected Ledger device - --memo string Memo to send along with transaction - --node string : to tendermint rpc interface for this chain (default "tcp://localhost:26657") - --offline Offline mode (does not allow any online functionality - -s, --sequence uint The sequence number of the signing account (offline mode only) - --sign-mode string Choose sign mode (direct|amino-json), this is an advanced feature - --timeout-height uint Set a block timeout height to prevent the tx from being committed past a certain height - -y, --yes Skip tx broadcasting prompt confirmation - -Global Flags: - --chain-id string The network chain ID - --home string directory for config and data (default "/home/vitwit/.akash") - --log_format string The logging format (json|plain) (default "plain") - --log_level string The logging level (trace|debug|info|warn|error|fatal|panic) (default "info") - --trace print out full stack trace on errors -``` - -## Broadcasting a Transaction (REST) - -Broadcasting a transaction using the REST endpoint (served by gRPC-gateway) can be done by sending a POST request as follows, where the txBytes are the protobuf-encoded bytes of a signed transaction: - -``` -curl -X POST -H "Content-Type: application/json" -d'{"tx_bytes":"{{txBytes}}","mode":"BROADCAST_MODE_SYNC"}' localhost:1317/cosmos/tx/v1beta1/txs -``` - -Here, `tx_bytes` value will be encoded tx of signed transaction. - -**Example** - -``` -$ $ curl -X POST -H "Content-Type: application/json" -d'{"tx_bytes":"CpABCo0BChwvY29zbW9zLmJhbmsudjFiZXRhMS5Nc2dTZW5kEm0KLGFrYXNoMTZxNnMwdGF1YzNja3M1dXM3ZjU3d2RzOGM4bHFnNGpxczBxdGFmEixha2FzaDF6c2d6ZWU2dnZ4OTQyYzRjNjl2bDg1OXc5YXpuNzdqOHVoZHV1ZxoPCgVzdGFrZRIGMTAwMDAwElgKUApGCh8vY29zbW9zLmNyeXB0by5zZWNwMjU2azEuUHViS2V5EiMKIQPoQpMlneHFhtCg/hoAsRxDlM5ZdXJeVb6BoA71SMBdxBIECgIIfxgCEgQQwJoMGkB+VlYeHU81v4qxIOGpIKpmq7fzVB83Lvy5xvxpm37F6yZ9+XA56KzkMdHhpURmaFYF2567D0nE5e57UKfKF6Az","mode":"BROADCAST_MODE_SYNC"}' localhost:1317/cosmos/tx/v1beta1/txs -``` - -### Using CosmJS (JavaScript & TypeScript) - -CosmJS aims to build client libraries in JavaScript that can be embedded in web applications. Please see [CosmJS documentation](https://cosmos.github.io/cosmjs/) for more information. As of January 2021, CosmJS documentation is still work in progress. - -Please go through this [code](https://github.com/chainapsis/keplr-example/blob/5c95ce0c4878f40ccf40931bc54a170af4a46fa2/src/main.js) to sign a transaction using CosmJS javascript library. diff --git a/cli/funding.md b/cli/funding.md deleted file mode 100644 index e02e40d0..00000000 --- a/cli/funding.md +++ /dev/null @@ -1,27 +0,0 @@ -# Fund your Account - -#### For those of you new to crypto - -The easiest way currently to purchase AKT is to first buy one of the more common Cosmos coins that are listed in exchanges such as ATOM. From there you can send the ATOM to a Keplr wallet and use [Osmosis](https://app.osmosis.zone/) to convert it into AKT. For currently supported tokens in Osmosis visit check the token types in the Osmosis web app. - - - -Funding your network account is required to use the network. All messages charge a transaction fee, deployment leases are paid by the account used to create them. There are a two ways to fund your account, buying tokens and applying for awards from the community. - -## Buy AKT from an exchange - -Tokens may currently be purchased on [exchanges listed here](https://akash.network/token). From there you can send tokens to your Akash account address. - -## Get $100 of AKT from the Akash Community - -Developers can request funding from the Akash Community. Please read the article [**How to Apply for Developer Grants**](https://forum.akash.network/t/how-to-apply-for-developer-grants/) _\*\*_and follow the steps: - -1. [ ] [Create an account on the Community forum](https://forum.akash.network/login) -2. [ ] [Join the Akash Discord server](https://discord.gg/uJ7NWdF4hn) -3. [ ] [Connect Github and Discord to your profile](https://forum.akash.network/my/preferences/account) -4. [ ] [Create a local account for Akash](https://docs.akash.network/guides/wallet) -5. [ ] [Add your Akash Address to your profile](https://forum.akash.network/my/preferences/profile) -6. [ ] [Introduce yourself and propose a project](https://forum.akash.network/c/grants/new/) -7. [ ] [Create an Invite to the Community](https://forum.akash.network/my/invited/) -8. [ ] [Submit a Grant Application](https://forum.akash.network/c/grants/apply/) - diff --git a/cli/provider-services.md b/cli/provider-services.md new file mode 100644 index 00000000..e579c2e4 --- /dev/null +++ b/cli/provider-services.md @@ -0,0 +1,44 @@ +## provider-services + +Provider services commands + +### Options + +``` + -h, --help help for provider-services + --node string The node address (default "http://localhost:26657") +``` + +### SEE ALSO + +* [provider-services add-genesis-account](provider-services_add-genesis-account.md) - Add a genesis account to genesis.json +* [provider-services auth-server](provider-services_auth-server.md) - Run the authentication server to issue JWTs to tenants +* [provider-services collect-gentxs](provider-services_collect-gentxs.md) - Collect genesis txs and output a genesis.json file +* [provider-services debug](provider-services_debug.md) - Tool for helping with debugging your application +* [provider-services events](provider-services_events.md) - Prints out akash events in real time +* [provider-services gentx](provider-services_gentx.md) - Generate a genesis tx carrying a self delegation +* [provider-services hostname-operator](provider-services_hostname-operator.md) - kubernetes operator interfacing with k8s nginx ingress +* [provider-services init](provider-services_init.md) - Initialize private validator, p2p, genesis, and application configuration files +* [provider-services ip-operator](provider-services_ip-operator.md) - kubernetes operator interfacing with Metal LB +* [provider-services keys](provider-services_keys.md) - Manage your application's keys +* [provider-services lease-events](provider-services_lease-events.md) - get lease events +* [provider-services lease-logs](provider-services_lease-logs.md) - get lease logs +* [provider-services lease-shell](provider-services_lease-shell.md) - do lease shell +* [provider-services lease-status](provider-services_lease-status.md) - get lease status +* [provider-services migrate](provider-services_migrate.md) - +* [provider-services migrate-endpoints](provider-services_migrate-endpoints.md) - migrate endpoints between deployments on the same provider +* [provider-services migrate-hostnames](provider-services_migrate-hostnames.md) - migrate hostnames between deployments on the same provider +* [provider-services node](provider-services_node.md) - operations with akash RPC node +* [provider-services operator](provider-services_operator.md) - kubernetes operators control +* [provider-services query](provider-services_query.md) - Querying subcommands +* [provider-services run](provider-services_run.md) - run akash provider +* [provider-services run-resource-server](provider-services_run-resource-server.md) - Run the resource server which authenticates tenants based on JWT before providing access to resources +* [provider-services send-manifest](provider-services_send-manifest.md) - Submit manifest to provider(s) +* [provider-services service-status](provider-services_service-status.md) - get service status +* [provider-services show-cluster-ns](provider-services_show-cluster-ns.md) - print cluster namespace for given lease ID +* [provider-services status](provider-services_status.md) - get provider status +* [provider-services tx](provider-services_tx.md) - Transactions subcommands +* [provider-services validate-genesis](provider-services_validate-genesis.md) - validates the genesis file at the default location or at the location passed as an arg +* [provider-services version](provider-services_version.md) - Print the application binary version information + +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/akash_add-genesis-account.md b/cli/provider-services_add-genesis-account.md similarity index 73% rename from cli/akash_add-genesis-account.md rename to cli/provider-services_add-genesis-account.md index 98466947..cb90fdf3 100644 --- a/cli/akash_add-genesis-account.md +++ b/cli/provider-services_add-genesis-account.md @@ -1,4 +1,4 @@ -## akash add-genesis-account +## provider-services add-genesis-account Add a genesis account to genesis.json @@ -11,7 +11,7 @@ contain valid denominations. Accounts may optionally be supplied with vesting pa ``` -akash add-genesis-account [address_or_key_name] [coin][,[coin]] [flags] +provider-services add-genesis-account [address_or_key_name] [coin][,[coin]] [flags] ``` ### Options @@ -19,17 +19,22 @@ akash add-genesis-account [address_or_key_name] [coin][,[coin]] [flags] ``` --height int Use a specific height to query state at (this can error if the node is pruning state) -h, --help help for add-genesis-account - --home string The application home directory (default "/home/ericu/.akash") + --home string The application home directory (default "/root/.akash") --keyring-backend string Select keyring's backend (os|file|kwallet|pass|test) (default "os") - --node string : to Tendermint RPC interface for this chain (default "tcp://localhost:26657") -o, --output string Output format (text|json) (default "text") --vesting-amount string amount of coins for vesting accounts --vesting-end-time int schedule end time (unix epoch) for vesting accounts --vesting-start-time int schedule start time (unix epoch) for vesting accounts ``` +### Options inherited from parent commands + +``` + --node string The node address (default "http://localhost:26657") +``` + ### SEE ALSO -* [akash](akash.md) - Akash Blockchain Application +* [provider-services](provider-services.md) - Provider services commands -###### Auto generated by spf13/cobra on 28-Apr-2022 +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/provider-services_auth-server.md b/cli/provider-services_auth-server.md new file mode 100644 index 00000000..4242fd5e --- /dev/null +++ b/cli/provider-services_auth-server.md @@ -0,0 +1,48 @@ +## provider-services auth-server + +Run the authentication server to issue JWTs to tenants + +``` +provider-services auth-server [flags] +``` + +### Options + +``` + -a, --account-number uint The account number of the signing account (offline mode only) + --auth-pem string + -b, --broadcast-mode string Transaction broadcasting mode (sync|async|block) (default "sync") + --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it + --fee-account string Fee account pays fees for the transaction instead of deducting from the signer + --fees string Fees to pay along with transaction; eg: 10uatom + --from string Name or address of private key with which to sign + --gas string gas limit to set per-transaction; set to "auto" to calculate sufficient gas automatically (default 200000) + --gas-adjustment float adjustment factor to be multiplied against the estimate returned by the tx simulation; if the gas limit is set manually this flag is ignored (default 1) + --gas-prices string Gas prices in decimal format to determine the transaction fee (e.g. 0.1uatom) + --generate-only Build an unsigned transaction and write it to STDOUT (when enabled, the local Keybase is not accessible) + -h, --help help for auth-server + --jwt-auth-listen-address host:port host:port for the JWT server to listen on (default "0.0.0.0:8444") + --jwt-expires-after duration duration for which the JWT is valid after it is issued (default 10m0s) + --keyring-backend string Select keyring's backend (os|file|kwallet|pass|test|memory) (default "os") + --keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used + --ledger Use a connected Ledger device + --note string Note to add a description to the transaction (previously --memo) + --offline Offline mode (does not allow any online functionality + -o, --output string Output format (text|json) (default "json") + -s, --sequence uint The sequence number of the signing account (offline mode only) + --sign-mode string Choose sign mode (direct|amino-json), this is an advanced feature + --timeout-height uint Set a block timeout height to prevent the tx from being committed past a certain height + -y, --yes Skip tx broadcasting prompt confirmation +``` + +### Options inherited from parent commands + +``` + --node string The node address (default "http://localhost:26657") +``` + +### SEE ALSO + +* [provider-services](provider-services.md) - Provider services commands + +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/akash_collect-gentxs.md b/cli/provider-services_collect-gentxs.md similarity index 50% rename from cli/akash_collect-gentxs.md rename to cli/provider-services_collect-gentxs.md index 9ce931df..f3f8aa6e 100644 --- a/cli/akash_collect-gentxs.md +++ b/cli/provider-services_collect-gentxs.md @@ -1,9 +1,9 @@ -## akash collect-gentxs +## provider-services collect-gentxs Collect genesis txs and output a genesis.json file ``` -akash collect-gentxs [flags] +provider-services collect-gentxs [flags] ``` ### Options @@ -11,11 +11,17 @@ akash collect-gentxs [flags] ``` --gentx-dir string override default "gentx" directory from which collect and execute genesis transactions; default [--home]/config/gentx/ -h, --help help for collect-gentxs - --home string The application home directory (default "/home/ericu/.akash") + --home string The application home directory (default "/root/.akash") +``` + +### Options inherited from parent commands + +``` + --node string The node address (default "http://localhost:26657") ``` ### SEE ALSO -* [akash](akash.md) - Akash Blockchain Application +* [provider-services](provider-services.md) - Provider services commands -###### Auto generated by spf13/cobra on 28-Apr-2022 +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/provider-services_debug.md b/cli/provider-services_debug.md new file mode 100644 index 00000000..cf1551be --- /dev/null +++ b/cli/provider-services_debug.md @@ -0,0 +1,28 @@ +## provider-services debug + +Tool for helping with debugging your application + +``` +provider-services debug [flags] +``` + +### Options + +``` + -h, --help help for debug +``` + +### Options inherited from parent commands + +``` + --node string The node address (default "http://localhost:26657") +``` + +### SEE ALSO + +* [provider-services](provider-services.md) - Provider services commands +* [provider-services debug addr](provider-services_debug_addr.md) - Convert an address between hex and bech32 +* [provider-services debug pubkey](provider-services_debug_pubkey.md) - Decode a pubkey from proto JSON +* [provider-services debug raw-bytes](provider-services_debug_raw-bytes.md) - Convert raw bytes output (eg. [10 21 13 255]) to hex + +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/provider-services_debug_addr.md b/cli/provider-services_debug_addr.md new file mode 100644 index 00000000..e28a24ac --- /dev/null +++ b/cli/provider-services_debug_addr.md @@ -0,0 +1,33 @@ +## provider-services debug addr + +Convert an address between hex and bech32 + +### Synopsis + +Convert an address between hex encoding and bech32. + +Example: +$ debug addr cosmos1e0jnq2sun3dzjh8p2xq95kk0expwmd7shwjpfg + + +``` +provider-services debug addr [address] [flags] +``` + +### Options + +``` + -h, --help help for addr +``` + +### Options inherited from parent commands + +``` + --node string The node address (default "http://localhost:26657") +``` + +### SEE ALSO + +* [provider-services debug](provider-services_debug.md) - Tool for helping with debugging your application + +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/provider-services_debug_pubkey.md b/cli/provider-services_debug_pubkey.md new file mode 100644 index 00000000..b9e0a5bc --- /dev/null +++ b/cli/provider-services_debug_pubkey.md @@ -0,0 +1,33 @@ +## provider-services debug pubkey + +Decode a pubkey from proto JSON + +### Synopsis + +Decode a pubkey from proto JSON and display it's address. + +Example: +$ debug pubkey '{"@type":"/cosmos.crypto.secp256k1.PubKey","key":"AurroA7jvfPd1AadmmOvWM2rJSwipXfRf8yD6pLbA2DJ"}' + + +``` +provider-services debug pubkey [pubkey] [flags] +``` + +### Options + +``` + -h, --help help for pubkey +``` + +### Options inherited from parent commands + +``` + --node string The node address (default "http://localhost:26657") +``` + +### SEE ALSO + +* [provider-services debug](provider-services_debug.md) - Tool for helping with debugging your application + +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/provider-services_debug_raw-bytes.md b/cli/provider-services_debug_raw-bytes.md new file mode 100644 index 00000000..952c9f75 --- /dev/null +++ b/cli/provider-services_debug_raw-bytes.md @@ -0,0 +1,33 @@ +## provider-services debug raw-bytes + +Convert raw bytes output (eg. [10 21 13 255]) to hex + +### Synopsis + +Convert raw-bytes to hex. + +Example: +$ debug raw-bytes [72 101 108 108 111 44 32 112 108 97 121 103 114 111 117 110 100] + + +``` +provider-services debug raw-bytes [raw-bytes] [flags] +``` + +### Options + +``` + -h, --help help for raw-bytes +``` + +### Options inherited from parent commands + +``` + --node string The node address (default "http://localhost:26657") +``` + +### SEE ALSO + +* [provider-services debug](provider-services_debug.md) - Tool for helping with debugging your application + +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/provider-services_events.md b/cli/provider-services_events.md new file mode 100644 index 00000000..5a83db8c --- /dev/null +++ b/cli/provider-services_events.md @@ -0,0 +1,25 @@ +## provider-services events + +Prints out akash events in real time + +``` +provider-services events [flags] +``` + +### Options + +``` + -h, --help help for events +``` + +### Options inherited from parent commands + +``` + --node string The node address (default "http://localhost:26657") +``` + +### SEE ALSO + +* [provider-services](provider-services.md) - Provider services commands + +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/akash_gentx.md b/cli/provider-services_gentx.md similarity index 90% rename from cli/akash_gentx.md rename to cli/provider-services_gentx.md index fe1afbea..0fff49b5 100644 --- a/cli/akash_gentx.md +++ b/cli/provider-services_gentx.md @@ -1,4 +1,4 @@ -## akash gentx +## provider-services gentx Generate a genesis tx carrying a self delegation @@ -17,7 +17,7 @@ file. The following default parameters are included: Example: -$ akash gentx my-key-name 1000000stake --home=/path/to/home/dir --keyring-backend=os --chain-id=test-chain-1 \ +$ gentx my-key-name 1000000stake --home=/path/to/home/dir --keyring-backend=os --chain-id=test-chain-1 \ --moniker="myvalidator" \ --commission-max-change-rate=0.01 \ --commission-max-rate=1.0 \ @@ -28,7 +28,7 @@ $ akash gentx my-key-name 1000000stake --home=/path/to/home/dir --keyring-backen ``` -akash gentx [key_name] [amount] [flags] +provider-services gentx [key_name] [amount] [flags] ``` ### Options @@ -51,15 +51,14 @@ akash gentx [key_name] [amount] [flags] --gas-prices string Gas prices in decimal format to determine the transaction fee (e.g. 0.1uatom) --generate-only Build an unsigned transaction and write it to STDOUT (when enabled, the local Keybase is not accessible) -h, --help help for gentx - --home string The application home directory (default "/home/ericu/.akash") + --home string The application home directory (default "/root/.akash") --identity string The (optional) identity signature (ex. UPort or Keybase) - --ip string The node's public IP (default "192.168.12.147") + --ip string The node's public IP (default "172.31.38.218") --keyring-backend string Select keyring's backend (os|file|kwallet|pass|test|memory) (default "os") --keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used --ledger Use a connected Ledger device --min-self-delegation string The minimum self delegation required on the validator --moniker string The validator's (optional) moniker - --node string : to tendermint rpc interface for this chain (default "tcp://localhost:26657") --node-id string The node's NodeID --note string Note to add a description to the transaction (previously --memo) --offline Offline mode (does not allow any online functionality @@ -74,8 +73,14 @@ akash gentx [key_name] [amount] [flags] -y, --yes Skip tx broadcasting prompt confirmation ``` +### Options inherited from parent commands + +``` + --node string The node address (default "http://localhost:26657") +``` + ### SEE ALSO -* [akash](akash.md) - Akash Blockchain Application +* [provider-services](provider-services.md) - Provider services commands -###### Auto generated by spf13/cobra on 28-Apr-2022 +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/provider-services_hostname-operator.md b/cli/provider-services_hostname-operator.md new file mode 100644 index 00000000..9f9f5e2c --- /dev/null +++ b/cli/provider-services_hostname-operator.md @@ -0,0 +1,34 @@ +## provider-services hostname-operator + +kubernetes operator interfacing with k8s nginx ingress + +``` +provider-services hostname-operator [flags] +``` + +### Options + +``` + --event-failure-limit uint event failure limit before it is ignored (default 3) + -h, --help help for hostname-operator + --ignore-list-age-limit duration ignore list entry age limit (default 726h0m0s) + --ignore-list-entry-limit uint ignore list size limit (default 131072) + --k8s-manifest-ns string Cluster manifest namespace (default "lease") + --kubeconfig string kubernetes configuration file path (default "$HOME/.kube/config") + --listen string listen address for web server (default "0.0.0.0:8085") + --prune-interval duration data pruning interval (default 10m0s) + --retry-delay duration retry delay (default 3s) + --web-refresh-interval duration web data refresh interval (default 5s) +``` + +### Options inherited from parent commands + +``` + --node string The node address (default "http://localhost:26657") +``` + +### SEE ALSO + +* [provider-services](provider-services.md) - Provider services commands + +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/akash_init.md b/cli/provider-services_init.md similarity index 54% rename from cli/akash_init.md rename to cli/provider-services_init.md index 2306aed2..7157d483 100644 --- a/cli/akash_init.md +++ b/cli/provider-services_init.md @@ -1,4 +1,4 @@ -## akash init +## provider-services init Initialize private validator, p2p, genesis, and application configuration files @@ -7,7 +7,7 @@ Initialize private validator, p2p, genesis, and application configuration files Initialize validators's and node's configuration files. ``` -akash init [moniker] [flags] +provider-services init [moniker] [flags] ``` ### Options @@ -15,13 +15,19 @@ akash init [moniker] [flags] ``` --chain-id string genesis file chain-id, if left blank will be randomly created -h, --help help for init - --home string node's home directory (default "/home/ericu/.akash") + --home string node's home directory (default "/root/.akash") -o, --overwrite overwrite the genesis.json file --recover provide seed phrase to recover existing key instead of creating ``` +### Options inherited from parent commands + +``` + --node string The node address (default "http://localhost:26657") +``` + ### SEE ALSO -* [akash](akash.md) - Akash Blockchain Application +* [provider-services](provider-services.md) - Provider services commands -###### Auto generated by spf13/cobra on 28-Apr-2022 +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/provider-services_ip-operator.md b/cli/provider-services_ip-operator.md new file mode 100644 index 00000000..5c4d6c12 --- /dev/null +++ b/cli/provider-services_ip-operator.md @@ -0,0 +1,37 @@ +## provider-services ip-operator + +kubernetes operator interfacing with Metal LB + +``` +provider-services ip-operator [flags] +``` + +### Options + +``` + --event-failure-limit uint event failure limit before it is ignored (default 3) + -h, --help help for ip-operator + --ignore-list-age-limit duration ignore list entry age limit (default 726h0m0s) + --ignore-list-entry-limit uint ignore list size limit (default 131072) + --k8s-manifest-ns string Cluster manifest namespace (default "lease") + --kubeconfig string kubernetes configuration file path (default "$HOME/.kube/config") + --listen string listen address for web server (default "0.0.0.0:8086") + --metal-lb-endpoint string host & port for metal-lb (empty for autodetect) + --metal-lb-pool string metal LB ip address pool to use + --provider string address of associated provider in bech32 + --prune-interval duration data pruning interval (default 10m0s) + --retry-delay duration retry delay (default 3s) + --web-refresh-interval duration web data refresh interval (default 5s) +``` + +### Options inherited from parent commands + +``` + --node string The node address (default "http://localhost:26657") +``` + +### SEE ALSO + +* [provider-services](provider-services.md) - Provider services commands + +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/akash_keys.md b/cli/provider-services_keys.md similarity index 55% rename from cli/akash_keys.md rename to cli/provider-services_keys.md index 503d0517..1533c47d 100644 --- a/cli/akash_keys.md +++ b/cli/provider-services_keys.md @@ -1,4 +1,4 @@ -## akash keys +## provider-services keys Manage your application's keys @@ -31,23 +31,29 @@ The pass backend requires GnuPG: https://gnupg.org/ ``` -h, --help help for keys - --home string The application home directory (default "/home/ericu/.akash") + --home string The application home directory (default "/root/.akash") --keyring-backend string Select keyring's backend (os|file|test) (default "os") --keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used --output string Output format (text|json) (default "text") ``` +### Options inherited from parent commands + +``` + --node string The node address (default "http://localhost:26657") +``` + ### SEE ALSO -* [akash](akash.md) - Akash Blockchain Application -* [akash keys add](akash_keys_add.md) - Add an encrypted private key (either newly generated or recovered), encrypt it, and save to file -* [akash keys delete](akash_keys_delete.md) - Delete the given keys -* [akash keys export](akash_keys_export.md) - Export private keys -* [akash keys import](akash_keys_import.md) - Import private keys into the local keybase -* [akash keys list](akash_keys_list.md) - List all keys -* [akash keys migrate](akash_keys_migrate.md) - Migrate keys from the legacy (db-based) Keybase -* [akash keys mnemonic](akash_keys_mnemonic.md) - Compute the bip39 mnemonic for some input entropy -* [akash keys parse](akash_keys_parse.md) - Parse address from hex to bech32 and vice versa -* [akash keys show](akash_keys_show.md) - Retrieve key information by name or address - -###### Auto generated by spf13/cobra on 28-Apr-2022 +* [provider-services](provider-services.md) - Provider services commands +* [provider-services keys add](provider-services_keys_add.md) - Add an encrypted private key (either newly generated or recovered), encrypt it, and save to file +* [provider-services keys delete](provider-services_keys_delete.md) - Delete the given keys +* [provider-services keys export](provider-services_keys_export.md) - Export private keys +* [provider-services keys import](provider-services_keys_import.md) - Import private keys into the local keybase +* [provider-services keys list](provider-services_keys_list.md) - List all keys +* [provider-services keys migrate](provider-services_keys_migrate.md) - Migrate keys from the legacy (db-based) Keybase +* [provider-services keys mnemonic](provider-services_keys_mnemonic.md) - Compute the bip39 mnemonic for some input entropy +* [provider-services keys parse](provider-services_keys_parse.md) - Parse address from hex to bech32 and vice versa +* [provider-services keys show](provider-services_keys_show.md) - Retrieve key information by name or address + +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/akash_keys_add.md b/cli/provider-services_keys_add.md similarity index 90% rename from cli/akash_keys_add.md rename to cli/provider-services_keys_add.md index 9f7a1a7b..843f9c43 100644 --- a/cli/akash_keys_add.md +++ b/cli/provider-services_keys_add.md @@ -1,4 +1,4 @@ -## akash keys add +## provider-services keys add Add an encrypted private key (either newly generated or recovered), encrypt it, and save to file @@ -25,7 +25,7 @@ Example: ``` -akash keys add [flags] +provider-services keys add [flags] ``` ### Options @@ -51,14 +51,15 @@ akash keys add [flags] ### Options inherited from parent commands ``` - --home string The application home directory (default "/home/ericu/.akash") + --home string The application home directory (default "/root/.akash") --keyring-backend string Select keyring's backend (os|file|test) (default "os") --keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used + --node string The node address (default "http://localhost:26657") --output string Output format (text|json) (default "text") ``` ### SEE ALSO -* [akash keys](akash_keys.md) - Manage your application's keys +* [provider-services keys](provider-services_keys.md) - Manage your application's keys -###### Auto generated by spf13/cobra on 28-Apr-2022 +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/akash_keys_delete.md b/cli/provider-services_keys_delete.md similarity index 73% rename from cli/akash_keys_delete.md rename to cli/provider-services_keys_delete.md index 9e894884..0500dd1a 100644 --- a/cli/akash_keys_delete.md +++ b/cli/provider-services_keys_delete.md @@ -1,4 +1,4 @@ -## akash keys delete +## provider-services keys delete Delete the given keys @@ -12,7 +12,7 @@ private keys stored in a ledger device cannot be deleted with the CLI. ``` -akash keys delete ... [flags] +provider-services keys delete ... [flags] ``` ### Options @@ -26,14 +26,15 @@ akash keys delete ... [flags] ### Options inherited from parent commands ``` - --home string The application home directory (default "/home/ericu/.akash") + --home string The application home directory (default "/root/.akash") --keyring-backend string Select keyring's backend (os|file|test) (default "os") --keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used + --node string The node address (default "http://localhost:26657") --output string Output format (text|json) (default "text") ``` ### SEE ALSO -* [akash keys](akash_keys.md) - Manage your application's keys +* [provider-services keys](provider-services_keys.md) - Manage your application's keys -###### Auto generated by spf13/cobra on 28-Apr-2022 +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/akash_keys_export.md b/cli/provider-services_keys_export.md similarity index 79% rename from cli/akash_keys_export.md rename to cli/provider-services_keys_export.md index c441d075..e6a02f0c 100644 --- a/cli/akash_keys_export.md +++ b/cli/provider-services_keys_export.md @@ -1,4 +1,4 @@ -## akash keys export +## provider-services keys export Export private keys @@ -14,7 +14,7 @@ FULLY AWARE OF THE RISKS. If you are unsure, you may want to do some research and export your keys in ASCII-armored encrypted format. ``` -akash keys export [flags] +provider-services keys export [flags] ``` ### Options @@ -28,14 +28,15 @@ akash keys export [flags] ### Options inherited from parent commands ``` - --home string The application home directory (default "/home/ericu/.akash") + --home string The application home directory (default "/root/.akash") --keyring-backend string Select keyring's backend (os|file|test) (default "os") --keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used + --node string The node address (default "http://localhost:26657") --output string Output format (text|json) (default "text") ``` ### SEE ALSO -* [akash keys](akash_keys.md) - Manage your application's keys +* [provider-services keys](provider-services_keys.md) - Manage your application's keys -###### Auto generated by spf13/cobra on 28-Apr-2022 +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/akash_keys_import.md b/cli/provider-services_keys_import.md similarity index 63% rename from cli/akash_keys_import.md rename to cli/provider-services_keys_import.md index 52b9ea39..ea0ae1f8 100644 --- a/cli/akash_keys_import.md +++ b/cli/provider-services_keys_import.md @@ -1,4 +1,4 @@ -## akash keys import +## provider-services keys import Import private keys into the local keybase @@ -7,7 +7,7 @@ Import private keys into the local keybase Import a ASCII armored private key into the local keybase. ``` -akash keys import [flags] +provider-services keys import [flags] ``` ### Options @@ -19,14 +19,15 @@ akash keys import [flags] ### Options inherited from parent commands ``` - --home string The application home directory (default "/home/ericu/.akash") + --home string The application home directory (default "/root/.akash") --keyring-backend string Select keyring's backend (os|file|test) (default "os") --keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used + --node string The node address (default "http://localhost:26657") --output string Output format (text|json) (default "text") ``` ### SEE ALSO -* [akash keys](akash_keys.md) - Manage your application's keys +* [provider-services keys](provider-services_keys.md) - Manage your application's keys -###### Auto generated by spf13/cobra on 28-Apr-2022 +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/akash_keys_list.md b/cli/provider-services_keys_list.md similarity index 67% rename from cli/akash_keys_list.md rename to cli/provider-services_keys_list.md index ceaf29f6..746e3061 100644 --- a/cli/akash_keys_list.md +++ b/cli/provider-services_keys_list.md @@ -1,4 +1,4 @@ -## akash keys list +## provider-services keys list List all keys @@ -8,7 +8,7 @@ Return a list of all public keys stored by this key manager along with their associated name and address. ``` -akash keys list [flags] +provider-services keys list [flags] ``` ### Options @@ -21,14 +21,15 @@ akash keys list [flags] ### Options inherited from parent commands ``` - --home string The application home directory (default "/home/ericu/.akash") + --home string The application home directory (default "/root/.akash") --keyring-backend string Select keyring's backend (os|file|test) (default "os") --keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used + --node string The node address (default "http://localhost:26657") --output string Output format (text|json) (default "text") ``` ### SEE ALSO -* [akash keys](akash_keys.md) - Manage your application's keys +* [provider-services keys](provider-services_keys.md) - Manage your application's keys -###### Auto generated by spf13/cobra on 28-Apr-2022 +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/akash_keys_migrate.md b/cli/provider-services_keys_migrate.md similarity index 78% rename from cli/akash_keys_migrate.md rename to cli/provider-services_keys_migrate.md index 9e04e158..b2186b5a 100644 --- a/cli/akash_keys_migrate.md +++ b/cli/provider-services_keys_migrate.md @@ -1,4 +1,4 @@ -## akash keys migrate +## provider-services keys migrate Migrate keys from the legacy (db-based) Keybase @@ -15,7 +15,7 @@ It is recommended to run in 'dry-run' mode first to verify all key migration mat ``` -akash keys migrate [flags] +provider-services keys migrate [flags] ``` ### Options @@ -28,14 +28,15 @@ akash keys migrate [flags] ### Options inherited from parent commands ``` - --home string The application home directory (default "/home/ericu/.akash") + --home string The application home directory (default "/root/.akash") --keyring-backend string Select keyring's backend (os|file|test) (default "os") --keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used + --node string The node address (default "http://localhost:26657") --output string Output format (text|json) (default "text") ``` ### SEE ALSO -* [akash keys](akash_keys.md) - Manage your application's keys +* [provider-services keys](provider-services_keys.md) - Manage your application's keys -###### Auto generated by spf13/cobra on 28-Apr-2022 +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/akash_keys_mnemonic.md b/cli/provider-services_keys_mnemonic.md similarity index 71% rename from cli/akash_keys_mnemonic.md rename to cli/provider-services_keys_mnemonic.md index 9c30bda7..2c882da3 100644 --- a/cli/akash_keys_mnemonic.md +++ b/cli/provider-services_keys_mnemonic.md @@ -1,4 +1,4 @@ -## akash keys mnemonic +## provider-services keys mnemonic Compute the bip39 mnemonic for some input entropy @@ -7,7 +7,7 @@ Compute the bip39 mnemonic for some input entropy Create a bip39 mnemonic, sometimes called a seed phrase, by reading from the system entropy. To pass your own entropy, use --unsafe-entropy ``` -akash keys mnemonic [flags] +provider-services keys mnemonic [flags] ``` ### Options @@ -20,14 +20,15 @@ akash keys mnemonic [flags] ### Options inherited from parent commands ``` - --home string The application home directory (default "/home/ericu/.akash") + --home string The application home directory (default "/root/.akash") --keyring-backend string Select keyring's backend (os|file|test) (default "os") --keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used + --node string The node address (default "http://localhost:26657") --output string Output format (text|json) (default "text") ``` ### SEE ALSO -* [akash keys](akash_keys.md) - Manage your application's keys +* [provider-services keys](provider-services_keys.md) - Manage your application's keys -###### Auto generated by spf13/cobra on 28-Apr-2022 +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/akash_keys_parse.md b/cli/provider-services_keys_parse.md similarity index 66% rename from cli/akash_keys_parse.md rename to cli/provider-services_keys_parse.md index f9e06a28..37291c32 100644 --- a/cli/akash_keys_parse.md +++ b/cli/provider-services_keys_parse.md @@ -1,4 +1,4 @@ -## akash keys parse +## provider-services keys parse Parse address from hex to bech32 and vice versa @@ -9,7 +9,7 @@ hexadecimal into bech32 cosmos prefixed format and vice versa. ``` -akash keys parse [flags] +provider-services keys parse [flags] ``` ### Options @@ -21,14 +21,15 @@ akash keys parse [flags] ### Options inherited from parent commands ``` - --home string The application home directory (default "/home/ericu/.akash") + --home string The application home directory (default "/root/.akash") --keyring-backend string Select keyring's backend (os|file|test) (default "os") --keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used + --node string The node address (default "http://localhost:26657") --output string Output format (text|json) (default "text") ``` ### SEE ALSO -* [akash keys](akash_keys.md) - Manage your application's keys +* [provider-services keys](provider-services_keys.md) - Manage your application's keys -###### Auto generated by spf13/cobra on 28-Apr-2022 +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/akash_keys_show.md b/cli/provider-services_keys_show.md similarity index 76% rename from cli/akash_keys_show.md rename to cli/provider-services_keys_show.md index 1e5fb50b..cea6149c 100644 --- a/cli/akash_keys_show.md +++ b/cli/provider-services_keys_show.md @@ -1,4 +1,4 @@ -## akash keys show +## provider-services keys show Retrieve key information by name or address @@ -9,7 +9,7 @@ then an ephemeral multisig key will be created under the name "multi" consisting of all the keys provided by name and multisig threshold. ``` -akash keys show [name_or_address [name_or_address...]] [flags] +provider-services keys show [name_or_address [name_or_address...]] [flags] ``` ### Options @@ -26,14 +26,15 @@ akash keys show [name_or_address [name_or_address...]] [flags] ### Options inherited from parent commands ``` - --home string The application home directory (default "/home/ericu/.akash") + --home string The application home directory (default "/root/.akash") --keyring-backend string Select keyring's backend (os|file|test) (default "os") --keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used + --node string The node address (default "http://localhost:26657") --output string Output format (text|json) (default "text") ``` ### SEE ALSO -* [akash keys](akash_keys.md) - Manage your application's keys +* [provider-services keys](provider-services_keys.md) - Manage your application's keys -###### Auto generated by spf13/cobra on 28-Apr-2022 +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/provider-services_lease-events.md b/cli/provider-services_lease-events.md new file mode 100644 index 00000000..90be2c84 --- /dev/null +++ b/cli/provider-services_lease-events.md @@ -0,0 +1,35 @@ +## provider-services lease-events + +get lease events + +``` +provider-services lease-events [flags] +``` + +### Options + +``` + --dseq uint deployment sequence + -f, --follow Specify if the logs should be streamed. Defaults to false + --from string name or address of private key with which to sign + --gseq uint32 group sequence (default 1) + -h, --help help for lease-events + --home string the application home directory (default "/root/.akash") + --keyring-backend string select keyring's backend (os|file|kwallet|pass|test) (default "os") + --oseq uint32 order sequence (default 1) + --provider string provider + --service string name of service to query + -t, --tail int The number of lines from the end of the logs to show. Defaults to -1 (default -1) +``` + +### Options inherited from parent commands + +``` + --node string The node address (default "http://localhost:26657") +``` + +### SEE ALSO + +* [provider-services](provider-services.md) - Provider services commands + +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/akash_provider_lease-logs.md b/cli/provider-services_lease-logs.md similarity index 82% rename from cli/akash_provider_lease-logs.md rename to cli/provider-services_lease-logs.md index 0dcfa845..69e6154a 100644 --- a/cli/akash_provider_lease-logs.md +++ b/cli/provider-services_lease-logs.md @@ -1,9 +1,9 @@ -## akash provider lease-logs +## provider-services lease-logs get lease logs ``` -akash provider lease-logs [flags] +provider-services lease-logs [flags] ``` ### Options @@ -14,7 +14,7 @@ akash provider lease-logs [flags] --from string name or address of private key with which to sign --gseq uint32 group sequence (default 1) -h, --help help for lease-logs - --home string the application home directory (default "/home/ericu/.akash") + --home string the application home directory (default "/root/.akash") --keyring-backend string select keyring's backend (os|file|kwallet|pass|test) (default "os") --oseq uint32 order sequence (default 1) -o, --output string Output format text|json. Defaults to text (default "text") @@ -31,6 +31,6 @@ akash provider lease-logs [flags] ### SEE ALSO -* [akash provider](akash_provider.md) - Akash provider commands +* [provider-services](provider-services.md) - Provider services commands -###### Auto generated by spf13/cobra on 28-Apr-2022 +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/provider-services_lease-shell.md b/cli/provider-services_lease-shell.md new file mode 100644 index 00000000..b745e0c1 --- /dev/null +++ b/cli/provider-services_lease-shell.md @@ -0,0 +1,35 @@ +## provider-services lease-shell + +do lease shell + +``` +provider-services lease-shell [flags] +``` + +### Options + +``` + --dseq uint deployment sequence + --from string name or address of private key with which to sign + --gseq uint32 group sequence (default 1) + -h, --help help for lease-shell + --home string the application home directory (default "/root/.akash") + --keyring-backend string select keyring's backend (os|file|kwallet|pass|test) (default "os") + --oseq uint32 order sequence (default 1) + --provider string provider + --replica-index uint replica index to connect to + --stdin connect stdin + --tty connect an interactive terminal +``` + +### Options inherited from parent commands + +``` + --node string The node address (default "http://localhost:26657") +``` + +### SEE ALSO + +* [provider-services](provider-services.md) - Provider services commands + +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/akash_provider_lease-status.md b/cli/provider-services_lease-status.md similarity index 76% rename from cli/akash_provider_lease-status.md rename to cli/provider-services_lease-status.md index 0255b97f..2cf1743e 100644 --- a/cli/akash_provider_lease-status.md +++ b/cli/provider-services_lease-status.md @@ -1,9 +1,9 @@ -## akash provider lease-status +## provider-services lease-status get lease status ``` -akash provider lease-status [flags] +provider-services lease-status [flags] ``` ### Options @@ -13,7 +13,7 @@ akash provider lease-status [flags] --from string name or address of private key with which to sign --gseq uint32 group sequence (default 1) -h, --help help for lease-status - --home string the application home directory (default "/home/ericu/.akash") + --home string the application home directory (default "/root/.akash") --keyring-backend string select keyring's backend (os|file|kwallet|pass|test) (default "os") --oseq uint32 order sequence (default 1) --provider string provider @@ -27,6 +27,6 @@ akash provider lease-status [flags] ### SEE ALSO -* [akash provider](akash_provider.md) - Akash provider commands +* [provider-services](provider-services.md) - Provider services commands -###### Auto generated by spf13/cobra on 28-Apr-2022 +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/provider-services_migrate-endpoints.md b/cli/provider-services_migrate-endpoints.md new file mode 100644 index 00000000..7115f223 --- /dev/null +++ b/cli/provider-services_migrate-endpoints.md @@ -0,0 +1,31 @@ +## provider-services migrate-endpoints + +migrate endpoints between deployments on the same provider + +``` +provider-services migrate-endpoints [flags] +``` + +### Options + +``` + --dseq uint deployment sequence + --from string name or address of private key with which to sign + --gseq uint32 group sequence (default 1) + -h, --help help for migrate-endpoints + --home string the application home directory (default "/root/.akash") + --keyring-backend string select keyring's backend (os|file|kwallet|pass|test) (default "os") + --provider string provider +``` + +### Options inherited from parent commands + +``` + --node string The node address (default "http://localhost:26657") +``` + +### SEE ALSO + +* [provider-services](provider-services.md) - Provider services commands + +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/provider-services_migrate-hostnames.md b/cli/provider-services_migrate-hostnames.md new file mode 100644 index 00000000..a4fc1020 --- /dev/null +++ b/cli/provider-services_migrate-hostnames.md @@ -0,0 +1,31 @@ +## provider-services migrate-hostnames + +migrate hostnames between deployments on the same provider + +``` +provider-services migrate-hostnames [flags] +``` + +### Options + +``` + --dseq uint deployment sequence + --from string name or address of private key with which to sign + --gseq uint32 group sequence (default 1) + -h, --help help for migrate-hostnames + --home string the application home directory (default "/root/.akash") + --keyring-backend string select keyring's backend (os|file|kwallet|pass|test) (default "os") + --provider string provider +``` + +### Options inherited from parent commands + +``` + --node string The node address (default "http://localhost:26657") +``` + +### SEE ALSO + +* [provider-services](provider-services.md) - Provider services commands + +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/provider-services_migrate.md b/cli/provider-services_migrate.md new file mode 100644 index 00000000..37c7b185 --- /dev/null +++ b/cli/provider-services_migrate.md @@ -0,0 +1,22 @@ +## provider-services migrate + + + +### Options + +``` + -h, --help help for migrate +``` + +### Options inherited from parent commands + +``` + --node string The node address (default "http://localhost:26657") +``` + +### SEE ALSO + +* [provider-services](provider-services.md) - Provider services commands +* [provider-services migrate v0.14tov0.16](provider-services_migrate_v0.14tov0.16.md) - + +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/provider-services_migrate_v0.14tov0.16.md b/cli/provider-services_migrate_v0.14tov0.16.md new file mode 100644 index 00000000..7ba30c32 --- /dev/null +++ b/cli/provider-services_migrate_v0.14tov0.16.md @@ -0,0 +1,30 @@ +## provider-services migrate v0.14tov0.16 + + + +``` +provider-services migrate v0.14tov0.16 [flags] +``` + +### Options + +``` + --crd string path or URL to CRDs + --crd-restore-only proceed to restore step without making current backup + -h, --help help for v0.14tov0.16 + --k8s-crd-migrate-path string path to backup CRDs (default "./") + --k8s-manifest-ns string Cluster manifest namespace (default "lease") + --kubeconfig string kubernetes configuration file path (default "/root/.kube/config") +``` + +### Options inherited from parent commands + +``` + --node string The node address (default "http://localhost:26657") +``` + +### SEE ALSO + +* [provider-services migrate](provider-services_migrate.md) - + +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/provider-services_node.md b/cli/provider-services_node.md new file mode 100644 index 00000000..e0dbc05d --- /dev/null +++ b/cli/provider-services_node.md @@ -0,0 +1,23 @@ +## provider-services node + +operations with akash RPC node + +### Options + +``` + -h, --help help for node +``` + +### Options inherited from parent commands + +``` + --node string The node address (default "http://localhost:26657") +``` + +### SEE ALSO + +* [provider-services](provider-services.md) - Provider services commands +* [provider-services node migrate](provider-services_node_migrate.md) - Migrate genesis to a specified target version +* [provider-services node status](provider-services_node_status.md) - Query remote node for status + +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/provider-services_node_migrate.md b/cli/provider-services_node_migrate.md new file mode 100644 index 00000000..88ae3b9d --- /dev/null +++ b/cli/provider-services_node_migrate.md @@ -0,0 +1,35 @@ +## provider-services node migrate + +Migrate genesis to a specified target version + +### Synopsis + +Migrate the source genesis into the target version and print to STDOUT. + +Example: +$ migrate v0.36 /path/to/genesis.json --chain-id=cosmoshub-3 --genesis-time=2019-04-22T17:00:00Z + + +``` +provider-services node migrate [target-version] [genesis-file] [flags] +``` + +### Options + +``` + --chain-id string override chain_id with this flag + --genesis-time string override genesis_time with this flag + -h, --help help for migrate +``` + +### Options inherited from parent commands + +``` + --node string The node address (default "http://localhost:26657") +``` + +### SEE ALSO + +* [provider-services node](provider-services_node.md) - operations with akash RPC node + +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/provider-services_node_status.md b/cli/provider-services_node_status.md new file mode 100644 index 00000000..673706be --- /dev/null +++ b/cli/provider-services_node_status.md @@ -0,0 +1,25 @@ +## provider-services node status + +Query remote node for status + +``` +provider-services node status [flags] +``` + +### Options + +``` + -h, --help help for status +``` + +### Options inherited from parent commands + +``` + --node string The node address (default "http://localhost:26657") +``` + +### SEE ALSO + +* [provider-services node](provider-services_node.md) - operations with akash RPC node + +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/provider-services_operator.md b/cli/provider-services_operator.md new file mode 100644 index 00000000..9bb202d8 --- /dev/null +++ b/cli/provider-services_operator.md @@ -0,0 +1,22 @@ +## provider-services operator + +kubernetes operators control + +### Options + +``` + -h, --help help for operator +``` + +### Options inherited from parent commands + +``` + --node string The node address (default "http://localhost:26657") +``` + +### SEE ALSO + +* [provider-services](provider-services.md) - Provider services commands +* [provider-services operator inventory](provider-services_operator_inventory.md) - kubernetes operator interfacing inventory + +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/provider-services_operator_inventory.md b/cli/provider-services_operator_inventory.md new file mode 100644 index 00000000..11fd7250 --- /dev/null +++ b/cli/provider-services_operator_inventory.md @@ -0,0 +1,29 @@ +## provider-services operator inventory + +kubernetes operator interfacing inventory + +``` +provider-services operator inventory [flags] +``` + +### Options + +``` + --api-port uint16 port to REST api (default 8080) + --api-timeout duration api timeout (default 3s) + -h, --help help for inventory + --kubeconfig string kubernetes configuration file path (default "$HOME/.kube/config") + --query-timeout duration query timeout (default 2s) +``` + +### Options inherited from parent commands + +``` + --node string The node address (default "http://localhost:26657") +``` + +### SEE ALSO + +* [provider-services operator](provider-services_operator.md) - kubernetes operators control + +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/provider-services_query.md b/cli/provider-services_query.md new file mode 100644 index 00000000..ef894600 --- /dev/null +++ b/cli/provider-services_query.md @@ -0,0 +1,50 @@ +## provider-services query + +Querying subcommands + +### Options + +``` + --chain-id string The network chain ID + -h, --help help for query +``` + +### Options inherited from parent commands + +``` + --node string The node address (default "http://localhost:26657") +``` + +### SEE ALSO + +* [provider-services](provider-services.md) - Provider services commands +* [provider-services query ](provider-services_query_.md) - +* [provider-services query ](provider-services_query_.md) - +* [provider-services query account](provider-services_query_account.md) - Query for account by address +* [provider-services query audit](provider-services_query_audit.md) - Audit query commands +* [provider-services query auth](provider-services_query_auth.md) - Querying commands for the auth module +* [provider-services query authz](provider-services_query_authz.md) - Querying commands for the authz module +* [provider-services query bank](provider-services_query_bank.md) - Querying commands for the bank module +* [provider-services query block](provider-services_query_block.md) - Get verified data for a the block at given height +* [provider-services query cert](provider-services_query_cert.md) - Certificate query commands +* [provider-services query deployment](provider-services_query_deployment.md) - Deployment query commands +* [provider-services query distribution](provider-services_query_distribution.md) - Querying commands for the distribution module +* [provider-services query escrow](provider-services_query_escrow.md) - Escrow query commands +* [provider-services query evidence](provider-services_query_evidence.md) - Query for evidence by hash or for all (paginated) submitted evidence +* [provider-services query gov](provider-services_query_gov.md) - Querying commands for the governance module +* [provider-services query ibc](provider-services_query_ibc.md) - Querying commands for the IBC module +* [provider-services query ibc-transfer](provider-services_query_ibc-transfer.md) - IBC fungible token transfer query subcommands +* [provider-services query icaauth](provider-services_query_icaauth.md) - Querying commands for the icaatuh module +* [provider-services query interchain-accounts](provider-services_query_interchain-accounts.md) - interchain-accounts subcommands +* [provider-services query market](provider-services_query_market.md) - Market query commands +* [provider-services query mint](provider-services_query_mint.md) - Querying commands for the minting module +* [provider-services query params](provider-services_query_params.md) - Querying commands for the params module +* [provider-services query provider](provider-services_query_provider.md) - Provider query commands +* [provider-services query slashing](provider-services_query_slashing.md) - Querying commands for the slashing module +* [provider-services query staking](provider-services_query_staking.md) - Querying commands for the staking module +* [provider-services query tendermint-validator-set](provider-services_query_tendermint-validator-set.md) - Get the full tendermint validator set at given height +* [provider-services query tx](provider-services_query_tx.md) - Query for a transaction by hash, "/" combination or comma-separated signatures in a committed block +* [provider-services query txs](provider-services_query_txs.md) - Query for paginated transactions that match a set of events +* [provider-services query upgrade](provider-services_query_upgrade.md) - Querying commands for the upgrade module + +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/akash_query_account.md b/cli/provider-services_query_account.md similarity index 57% rename from cli/akash_query_account.md rename to cli/provider-services_query_account.md index 80197491..182b5bba 100644 --- a/cli/akash_query_account.md +++ b/cli/provider-services_query_account.md @@ -1,9 +1,9 @@ -## akash query account +## provider-services query account Query for account by address ``` -akash query account [address] [flags] +provider-services query account [address] [flags] ``` ### Options @@ -11,7 +11,6 @@ akash query account [address] [flags] ``` --height int Use a specific height to query state at (this can error if the node is pruning state) -h, --help help for account - --node string : to Tendermint RPC interface for this chain (default "tcp://localhost:26657") -o, --output string Output format (text|json) (default "text") ``` @@ -19,10 +18,11 @@ akash query account [address] [flags] ``` --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") ``` ### SEE ALSO -* [akash query](akash_query.md) - Querying subcommands +* [provider-services query](provider-services_query.md) - Querying subcommands -###### Auto generated by spf13/cobra on 28-Apr-2022 +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/provider-services_query_audit.md b/cli/provider-services_query_audit.md new file mode 100644 index 00000000..71cf5e3a --- /dev/null +++ b/cli/provider-services_query_audit.md @@ -0,0 +1,28 @@ +## provider-services query audit + +Audit query commands + +``` +provider-services query audit [flags] +``` + +### Options + +``` + -h, --help help for audit +``` + +### Options inherited from parent commands + +``` + --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") +``` + +### SEE ALSO + +* [provider-services query](provider-services_query.md) - Querying subcommands +* [provider-services query audit get](provider-services_query_audit_get.md) - Query provider +* [provider-services query audit list](provider-services_query_audit_list.md) - Query for all providers + +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/akash_query_provider_get.md b/cli/provider-services_query_audit_get.md similarity index 53% rename from cli/akash_query_provider_get.md rename to cli/provider-services_query_audit_get.md index e112f3cf..ca52abd3 100644 --- a/cli/akash_query_provider_get.md +++ b/cli/provider-services_query_audit_get.md @@ -1,9 +1,9 @@ -## akash query provider get +## provider-services query audit get Query provider ``` -akash query provider get [address] [flags] +provider-services query audit get [owner address] [auditor address] [flags] ``` ### Options @@ -11,7 +11,6 @@ akash query provider get [address] [flags] ``` --height int Use a specific height to query state at (this can error if the node is pruning state) -h, --help help for get - --node string : to Tendermint RPC interface for this chain (default "tcp://localhost:26657") -o, --output string Output format (text|json) (default "text") ``` @@ -19,10 +18,11 @@ akash query provider get [address] [flags] ``` --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") ``` ### SEE ALSO -* [akash query provider](akash_query_provider.md) - Provider query commands +* [provider-services query audit](provider-services_query_audit.md) - Audit query commands -###### Auto generated by spf13/cobra on 28-Apr-2022 +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/akash_query_audit_list.md b/cli/provider-services_query_audit_list.md similarity index 74% rename from cli/akash_query_audit_list.md rename to cli/provider-services_query_audit_list.md index 1dfdfcdc..88e1732e 100644 --- a/cli/akash_query_audit_list.md +++ b/cli/provider-services_query_audit_list.md @@ -1,9 +1,9 @@ -## akash query audit list +## provider-services query audit list Query for all providers ``` -akash query audit list [flags] +provider-services query audit list [flags] ``` ### Options @@ -13,7 +13,6 @@ akash query audit list [flags] --height int Use a specific height to query state at (this can error if the node is pruning state) -h, --help help for list --limit uint pagination limit of providers to query for (default 100) - --node string : to Tendermint RPC interface for this chain (default "tcp://localhost:26657") --offset uint pagination offset of providers to query for -o, --output string Output format (text|json) (default "text") --page uint pagination page of providers to query for. This sets offset to a multiple of limit (default 1) @@ -25,10 +24,11 @@ akash query audit list [flags] ``` --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") ``` ### SEE ALSO -* [akash query audit](akash_query_audit.md) - Audit query commands +* [provider-services query audit](provider-services_query_audit.md) - Audit query commands -###### Auto generated by spf13/cobra on 28-Apr-2022 +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/provider-services_query_auth.md b/cli/provider-services_query_auth.md new file mode 100644 index 00000000..ec39a883 --- /dev/null +++ b/cli/provider-services_query_auth.md @@ -0,0 +1,29 @@ +## provider-services query auth + +Querying commands for the auth module + +``` +provider-services query auth [flags] +``` + +### Options + +``` + -h, --help help for auth +``` + +### Options inherited from parent commands + +``` + --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") +``` + +### SEE ALSO + +* [provider-services query](provider-services_query.md) - Querying subcommands +* [provider-services query auth account](provider-services_query_auth_account.md) - Query for account by address +* [provider-services query auth accounts](provider-services_query_auth_accounts.md) - Query all the accounts +* [provider-services query auth params](provider-services_query_auth_params.md) - Query the current auth parameters + +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/akash_query_auth_account.md b/cli/provider-services_query_auth_account.md similarity index 54% rename from cli/akash_query_auth_account.md rename to cli/provider-services_query_auth_account.md index de6dcba6..a0bce0de 100644 --- a/cli/akash_query_auth_account.md +++ b/cli/provider-services_query_auth_account.md @@ -1,9 +1,9 @@ -## akash query auth account +## provider-services query auth account Query for account by address ``` -akash query auth account [address] [flags] +provider-services query auth account [address] [flags] ``` ### Options @@ -11,7 +11,6 @@ akash query auth account [address] [flags] ``` --height int Use a specific height to query state at (this can error if the node is pruning state) -h, --help help for account - --node string : to Tendermint RPC interface for this chain (default "tcp://localhost:26657") -o, --output string Output format (text|json) (default "text") ``` @@ -19,10 +18,11 @@ akash query auth account [address] [flags] ``` --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") ``` ### SEE ALSO -* [akash query auth](akash_query_auth.md) - Querying commands for the auth module +* [provider-services query auth](provider-services_query_auth.md) - Querying commands for the auth module -###### Auto generated by spf13/cobra on 28-Apr-2022 +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/provider-services_query_auth_accounts.md b/cli/provider-services_query_auth_accounts.md new file mode 100644 index 00000000..023bfc98 --- /dev/null +++ b/cli/provider-services_query_auth_accounts.md @@ -0,0 +1,34 @@ +## provider-services query auth accounts + +Query all the accounts + +``` +provider-services query auth accounts [flags] +``` + +### Options + +``` + --count-total count total number of records in all-accounts to query for + --height int Use a specific height to query state at (this can error if the node is pruning state) + -h, --help help for accounts + --limit uint pagination limit of all-accounts to query for (default 100) + --offset uint pagination offset of all-accounts to query for + -o, --output string Output format (text|json) (default "text") + --page uint pagination page of all-accounts to query for. This sets offset to a multiple of limit (default 1) + --page-key string pagination page-key of all-accounts to query for + --reverse results are sorted in descending order +``` + +### Options inherited from parent commands + +``` + --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") +``` + +### SEE ALSO + +* [provider-services query auth](provider-services_query_auth.md) - Querying commands for the auth module + +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/akash_query_auth_params.md b/cli/provider-services_query_auth_params.md similarity index 59% rename from cli/akash_query_auth_params.md rename to cli/provider-services_query_auth_params.md index a1ed856e..3be637cb 100644 --- a/cli/akash_query_auth_params.md +++ b/cli/provider-services_query_auth_params.md @@ -1,4 +1,4 @@ -## akash query auth params +## provider-services query auth params Query the current auth parameters @@ -9,7 +9,7 @@ Query the current auth parameters: $ query auth params ``` -akash query auth params [flags] +provider-services query auth params [flags] ``` ### Options @@ -17,7 +17,6 @@ akash query auth params [flags] ``` --height int Use a specific height to query state at (this can error if the node is pruning state) -h, --help help for params - --node string : to Tendermint RPC interface for this chain (default "tcp://localhost:26657") -o, --output string Output format (text|json) (default "text") ``` @@ -25,10 +24,11 @@ akash query auth params [flags] ``` --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") ``` ### SEE ALSO -* [akash query auth](akash_query_auth.md) - Querying commands for the auth module +* [provider-services query auth](provider-services_query_auth.md) - Querying commands for the auth module -###### Auto generated by spf13/cobra on 28-Apr-2022 +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/provider-services_query_authz.md b/cli/provider-services_query_authz.md new file mode 100644 index 00000000..944ea947 --- /dev/null +++ b/cli/provider-services_query_authz.md @@ -0,0 +1,29 @@ +## provider-services query authz + +Querying commands for the authz module + +``` +provider-services query authz [flags] +``` + +### Options + +``` + -h, --help help for authz +``` + +### Options inherited from parent commands + +``` + --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") +``` + +### SEE ALSO + +* [provider-services query](provider-services_query.md) - Querying subcommands +* [provider-services query authz grants](provider-services_query_authz_grants.md) - query grants for a granter-grantee pair and optionally a msg-type-url +* [provider-services query authz grants-by-grantee](provider-services_query_authz_grants-by-grantee.md) - query authorization grants granted to a grantee +* [provider-services query authz grants-by-granter](provider-services_query_authz_grants-by-granter.md) - query authorization grants granted by granter + +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/provider-services_query_authz_grants-by-grantee.md b/cli/provider-services_query_authz_grants-by-grantee.md new file mode 100644 index 00000000..f1430e76 --- /dev/null +++ b/cli/provider-services_query_authz_grants-by-grantee.md @@ -0,0 +1,40 @@ +## provider-services query authz grants-by-grantee + +query authorization grants granted to a grantee + +### Synopsis + +Query authorization grants granted to a grantee. +Examples: +$ q authz grants-by-grantee cosmos1skj.. + +``` +provider-services query authz grants-by-grantee [grantee-addr] [flags] +``` + +### Options + +``` + --count-total count total number of records in grantee-grants to query for + --height int Use a specific height to query state at (this can error if the node is pruning state) + -h, --help help for grants-by-grantee + --limit uint pagination limit of grantee-grants to query for (default 100) + --offset uint pagination offset of grantee-grants to query for + -o, --output string Output format (text|json) (default "text") + --page uint pagination page of grantee-grants to query for. This sets offset to a multiple of limit (default 1) + --page-key string pagination page-key of grantee-grants to query for + --reverse results are sorted in descending order +``` + +### Options inherited from parent commands + +``` + --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") +``` + +### SEE ALSO + +* [provider-services query authz](provider-services_query_authz.md) - Querying commands for the authz module + +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/provider-services_query_authz_grants-by-granter.md b/cli/provider-services_query_authz_grants-by-granter.md new file mode 100644 index 00000000..e91c1449 --- /dev/null +++ b/cli/provider-services_query_authz_grants-by-granter.md @@ -0,0 +1,40 @@ +## provider-services query authz grants-by-granter + +query authorization grants granted by granter + +### Synopsis + +Query authorization grants granted by granter. +Examples: +$ q authz grants-by-granter cosmos1skj.. + +``` +provider-services query authz grants-by-granter [granter-addr] [flags] +``` + +### Options + +``` + --count-total count total number of records in granter-grants to query for + --height int Use a specific height to query state at (this can error if the node is pruning state) + -h, --help help for grants-by-granter + --limit uint pagination limit of granter-grants to query for (default 100) + --offset uint pagination offset of granter-grants to query for + -o, --output string Output format (text|json) (default "text") + --page uint pagination page of granter-grants to query for. This sets offset to a multiple of limit (default 1) + --page-key string pagination page-key of granter-grants to query for + --reverse results are sorted in descending order +``` + +### Options inherited from parent commands + +``` + --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") +``` + +### SEE ALSO + +* [provider-services query authz](provider-services_query_authz.md) - Querying commands for the authz module + +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/provider-services_query_authz_grants.md b/cli/provider-services_query_authz_grants.md new file mode 100644 index 00000000..11614b17 --- /dev/null +++ b/cli/provider-services_query_authz_grants.md @@ -0,0 +1,42 @@ +## provider-services query authz grants + +query grants for a granter-grantee pair and optionally a msg-type-url + +### Synopsis + +Query authorization grants for a granter-grantee pair. If msg-type-url +is set, it will select grants only for that msg type. +Examples: +$ query authz grants cosmos1skj.. cosmos1skjwj.. +$ query authz grants cosmos1skjw.. cosmos1skjwj.. /cosmos.bank.v1beta1.MsgSend + +``` +provider-services query authz grants [granter-addr] [grantee-addr] [msg-type-url]? [flags] +``` + +### Options + +``` + --count-total count total number of records in grants to query for + --height int Use a specific height to query state at (this can error if the node is pruning state) + -h, --help help for grants + --limit uint pagination limit of grants to query for (default 100) + --offset uint pagination offset of grants to query for + -o, --output string Output format (text|json) (default "text") + --page uint pagination page of grants to query for. This sets offset to a multiple of limit (default 1) + --page-key string pagination page-key of grants to query for + --reverse results are sorted in descending order +``` + +### Options inherited from parent commands + +``` + --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") +``` + +### SEE ALSO + +* [provider-services query authz](provider-services_query_authz.md) - Querying commands for the authz module + +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/provider-services_query_bank.md b/cli/provider-services_query_bank.md new file mode 100644 index 00000000..26d741ba --- /dev/null +++ b/cli/provider-services_query_bank.md @@ -0,0 +1,29 @@ +## provider-services query bank + +Querying commands for the bank module + +``` +provider-services query bank [flags] +``` + +### Options + +``` + -h, --help help for bank +``` + +### Options inherited from parent commands + +``` + --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") +``` + +### SEE ALSO + +* [provider-services query](provider-services_query.md) - Querying subcommands +* [provider-services query bank balances](provider-services_query_bank_balances.md) - Query for account balances by address +* [provider-services query bank denom-metadata](provider-services_query_bank_denom-metadata.md) - Query the client metadata for coin denominations +* [provider-services query bank total](provider-services_query_bank_total.md) - Query the total supply of coins of the chain + +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/akash_query_bank_balances.md b/cli/provider-services_query_bank_balances.md similarity index 71% rename from cli/akash_query_bank_balances.md rename to cli/provider-services_query_bank_balances.md index a6207119..0608b19b 100644 --- a/cli/akash_query_bank_balances.md +++ b/cli/provider-services_query_bank_balances.md @@ -1,4 +1,4 @@ -## akash query bank balances +## provider-services query bank balances Query for account balances by address @@ -7,11 +7,11 @@ Query for account balances by address Query the total balance of an account or of a specific denomination. Example: - $ akash query bank balances [address] - $ akash query bank balances [address] --denom=[denom] + $ query bank balances [address] + $ query bank balances [address] --denom=[denom] ``` -akash query bank balances [address] [flags] +provider-services query bank balances [address] [flags] ``` ### Options @@ -22,7 +22,6 @@ akash query bank balances [address] [flags] --height int Use a specific height to query state at (this can error if the node is pruning state) -h, --help help for balances --limit uint pagination limit of all balances to query for (default 100) - --node string : to Tendermint RPC interface for this chain (default "tcp://localhost:26657") --offset uint pagination offset of all balances to query for -o, --output string Output format (text|json) (default "text") --page uint pagination page of all balances to query for. This sets offset to a multiple of limit (default 1) @@ -34,10 +33,11 @@ akash query bank balances [address] [flags] ``` --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") ``` ### SEE ALSO -* [akash query bank](akash_query_bank.md) - Querying commands for the bank module +* [provider-services query bank](provider-services_query_bank.md) - Querying commands for the bank module -###### Auto generated by spf13/cobra on 28-Apr-2022 +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/akash_query_bank_denom-metadata.md b/cli/provider-services_query_bank_denom-metadata.md similarity index 63% rename from cli/akash_query_bank_denom-metadata.md rename to cli/provider-services_query_bank_denom-metadata.md index 5de074bc..974edba2 100644 --- a/cli/akash_query_bank_denom-metadata.md +++ b/cli/provider-services_query_bank_denom-metadata.md @@ -1,4 +1,4 @@ -## akash query bank denom-metadata +## provider-services query bank denom-metadata Query the client metadata for coin denominations @@ -8,13 +8,13 @@ Query the client metadata for all the registered coin denominations Example: To query for the client metadata of all coin denominations use: - $ akash query bank denom-metadata + $ query bank denom-metadata To query for the client metadata of a specific coin denomination use: - $ akash query bank denom-metadata --denom=[denom] + $ query bank denom-metadata --denom=[denom] ``` -akash query bank denom-metadata [flags] +provider-services query bank denom-metadata [flags] ``` ### Options @@ -23,7 +23,6 @@ akash query bank denom-metadata [flags] --denom string The specific denomination to query client metadata for --height int Use a specific height to query state at (this can error if the node is pruning state) -h, --help help for denom-metadata - --node string : to Tendermint RPC interface for this chain (default "tcp://localhost:26657") -o, --output string Output format (text|json) (default "text") ``` @@ -31,10 +30,11 @@ akash query bank denom-metadata [flags] ``` --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") ``` ### SEE ALSO -* [akash query bank](akash_query_bank.md) - Querying commands for the bank module +* [provider-services query bank](provider-services_query_bank.md) - Querying commands for the bank module -###### Auto generated by spf13/cobra on 28-Apr-2022 +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/akash_query_bank_total.md b/cli/provider-services_query_bank_total.md similarity index 75% rename from cli/akash_query_bank_total.md rename to cli/provider-services_query_bank_total.md index b2a2594a..79e6e46d 100644 --- a/cli/akash_query_bank_total.md +++ b/cli/provider-services_query_bank_total.md @@ -1,4 +1,4 @@ -## akash query bank total +## provider-services query bank total Query the total supply of coins of the chain @@ -7,13 +7,13 @@ Query the total supply of coins of the chain Query total supply of coins that are held by accounts in the chain. Example: - $ akash query bank total + $ query bank total To query for the total supply of a specific coin denomination use: - $ akash query bank total --denom=[denom] + $ query bank total --denom=[denom] ``` -akash query bank total [flags] +provider-services query bank total [flags] ``` ### Options @@ -24,7 +24,6 @@ akash query bank total [flags] --height int Use a specific height to query state at (this can error if the node is pruning state) -h, --help help for total --limit uint pagination limit of all supply totals to query for (default 100) - --node string : to Tendermint RPC interface for this chain (default "tcp://localhost:26657") --offset uint pagination offset of all supply totals to query for -o, --output string Output format (text|json) (default "text") --page uint pagination page of all supply totals to query for. This sets offset to a multiple of limit (default 1) @@ -36,10 +35,11 @@ akash query bank total [flags] ``` --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") ``` ### SEE ALSO -* [akash query bank](akash_query_bank.md) - Querying commands for the bank module +* [provider-services query bank](provider-services_query_bank.md) - Querying commands for the bank module -###### Auto generated by spf13/cobra on 28-Apr-2022 +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/provider-services_query_block.md b/cli/provider-services_query_block.md new file mode 100644 index 00000000..1d8778c3 --- /dev/null +++ b/cli/provider-services_query_block.md @@ -0,0 +1,26 @@ +## provider-services query block + +Get verified data for a the block at given height + +``` +provider-services query block [height] [flags] +``` + +### Options + +``` + -h, --help help for block +``` + +### Options inherited from parent commands + +``` + --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") +``` + +### SEE ALSO + +* [provider-services query](provider-services_query.md) - Querying subcommands + +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/provider-services_query_cert.md b/cli/provider-services_query_cert.md new file mode 100644 index 00000000..a39d7c96 --- /dev/null +++ b/cli/provider-services_query_cert.md @@ -0,0 +1,27 @@ +## provider-services query cert + +Certificate query commands + +``` +provider-services query cert [flags] +``` + +### Options + +``` + -h, --help help for cert +``` + +### Options inherited from parent commands + +``` + --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") +``` + +### SEE ALSO + +* [provider-services query](provider-services_query.md) - Querying subcommands +* [provider-services query cert list](provider-services_query_cert_list.md) - Query for all certificates + +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/akash_query_cert_list.md b/cli/provider-services_query_cert_list.md similarity index 78% rename from cli/akash_query_cert_list.md rename to cli/provider-services_query_cert_list.md index cc8f309b..0ee6ff72 100644 --- a/cli/akash_query_cert_list.md +++ b/cli/provider-services_query_cert_list.md @@ -1,9 +1,9 @@ -## akash query cert list +## provider-services query cert list Query for all certificates ``` -akash query cert list [flags] +provider-services query cert list [flags] ``` ### Options @@ -13,7 +13,6 @@ akash query cert list [flags] --height int Use a specific height to query state at (this can error if the node is pruning state) -h, --help help for list --limit uint pagination limit of certificates to query for (default 100) - --node string : to Tendermint RPC interface for this chain (default "tcp://localhost:26657") --offset uint pagination offset of certificates to query for -o, --output string Output format (text|json) (default "text") --owner string filter certificates by owner @@ -28,10 +27,11 @@ akash query cert list [flags] ``` --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") ``` ### SEE ALSO -* [akash query cert](akash_query_cert.md) - Certificate query commands +* [provider-services query cert](provider-services_query_cert.md) - Certificate query commands -###### Auto generated by spf13/cobra on 28-Apr-2022 +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/provider-services_query_deployment.md b/cli/provider-services_query_deployment.md new file mode 100644 index 00000000..65b2d158 --- /dev/null +++ b/cli/provider-services_query_deployment.md @@ -0,0 +1,29 @@ +## provider-services query deployment + +Deployment query commands + +``` +provider-services query deployment [flags] +``` + +### Options + +``` + -h, --help help for deployment +``` + +### Options inherited from parent commands + +``` + --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") +``` + +### SEE ALSO + +* [provider-services query](provider-services_query.md) - Querying subcommands +* [provider-services query deployment get](provider-services_query_deployment_get.md) - Query deployment +* [provider-services query deployment group](provider-services_query_deployment_group.md) - Deployment group query commands +* [provider-services query deployment list](provider-services_query_deployment_list.md) - Query for all deployments + +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/akash_query_deployment_get.md b/cli/provider-services_query_deployment_get.md similarity index 58% rename from cli/akash_query_deployment_get.md rename to cli/provider-services_query_deployment_get.md index 9f6be220..c4d8cd37 100644 --- a/cli/akash_query_deployment_get.md +++ b/cli/provider-services_query_deployment_get.md @@ -1,9 +1,9 @@ -## akash query deployment get +## provider-services query deployment get Query deployment ``` -akash query deployment get [flags] +provider-services query deployment get [flags] ``` ### Options @@ -12,7 +12,6 @@ akash query deployment get [flags] --dseq uint Deployment Sequence --height int Use a specific height to query state at (this can error if the node is pruning state) -h, --help help for get - --node string : to Tendermint RPC interface for this chain (default "tcp://localhost:26657") -o, --output string Output format (text|json) (default "text") --owner string Deployment Owner ``` @@ -21,10 +20,11 @@ akash query deployment get [flags] ``` --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") ``` ### SEE ALSO -* [akash query deployment](akash_query_deployment.md) - Deployment query commands +* [provider-services query deployment](provider-services_query_deployment.md) - Deployment query commands -###### Auto generated by spf13/cobra on 28-Apr-2022 +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/provider-services_query_deployment_group.md b/cli/provider-services_query_deployment_group.md new file mode 100644 index 00000000..462b57a2 --- /dev/null +++ b/cli/provider-services_query_deployment_group.md @@ -0,0 +1,27 @@ +## provider-services query deployment group + +Deployment group query commands + +``` +provider-services query deployment group [flags] +``` + +### Options + +``` + -h, --help help for group +``` + +### Options inherited from parent commands + +``` + --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") +``` + +### SEE ALSO + +* [provider-services query deployment](provider-services_query_deployment.md) - Deployment query commands +* [provider-services query deployment group get](provider-services_query_deployment_group_get.md) - Query group of deployment + +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/akash_query_deployment_group_get.md b/cli/provider-services_query_deployment_group_get.md similarity index 59% rename from cli/akash_query_deployment_group_get.md rename to cli/provider-services_query_deployment_group_get.md index 6e3e3be4..c1c736e8 100644 --- a/cli/akash_query_deployment_group_get.md +++ b/cli/provider-services_query_deployment_group_get.md @@ -1,9 +1,9 @@ -## akash query deployment group get +## provider-services query deployment group get Query group of deployment ``` -akash query deployment group get [flags] +provider-services query deployment group get [flags] ``` ### Options @@ -13,7 +13,6 @@ akash query deployment group get [flags] --gseq uint32 Group Sequence (default 1) --height int Use a specific height to query state at (this can error if the node is pruning state) -h, --help help for get - --node string : to Tendermint RPC interface for this chain (default "tcp://localhost:26657") -o, --output string Output format (text|json) (default "text") --owner string Deployment Owner ``` @@ -22,10 +21,11 @@ akash query deployment group get [flags] ``` --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") ``` ### SEE ALSO -* [akash query deployment group](akash_query_deployment_group.md) - Deployment group query commands +* [provider-services query deployment group](provider-services_query_deployment_group.md) - Deployment group query commands -###### Auto generated by spf13/cobra on 28-Apr-2022 +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/akash_query_deployment_list.md b/cli/provider-services_query_deployment_list.md similarity index 76% rename from cli/akash_query_deployment_list.md rename to cli/provider-services_query_deployment_list.md index cdc58ffb..90fe61b6 100644 --- a/cli/akash_query_deployment_list.md +++ b/cli/provider-services_query_deployment_list.md @@ -1,9 +1,9 @@ -## akash query deployment list +## provider-services query deployment list Query for all deployments ``` -akash query deployment list [flags] +provider-services query deployment list [flags] ``` ### Options @@ -14,7 +14,6 @@ akash query deployment list [flags] --height int Use a specific height to query state at (this can error if the node is pruning state) -h, --help help for list --limit uint pagination limit of deployments to query for (default 100) - --node string : to Tendermint RPC interface for this chain (default "tcp://localhost:26657") --offset uint pagination offset of deployments to query for -o, --output string Output format (text|json) (default "text") --owner string deployment owner address to filter @@ -28,10 +27,11 @@ akash query deployment list [flags] ``` --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") ``` ### SEE ALSO -* [akash query deployment](akash_query_deployment.md) - Deployment query commands +* [provider-services query deployment](provider-services_query_deployment.md) - Deployment query commands -###### Auto generated by spf13/cobra on 28-Apr-2022 +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/provider-services_query_distribution.md b/cli/provider-services_query_distribution.md new file mode 100644 index 00000000..de48529f --- /dev/null +++ b/cli/provider-services_query_distribution.md @@ -0,0 +1,32 @@ +## provider-services query distribution + +Querying commands for the distribution module + +``` +provider-services query distribution [flags] +``` + +### Options + +``` + -h, --help help for distribution +``` + +### Options inherited from parent commands + +``` + --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") +``` + +### SEE ALSO + +* [provider-services query](provider-services_query.md) - Querying subcommands +* [provider-services query distribution commission](provider-services_query_distribution_commission.md) - Query distribution validator commission +* [provider-services query distribution community-pool](provider-services_query_distribution_community-pool.md) - Query the amount of coins in the community pool +* [provider-services query distribution params](provider-services_query_distribution_params.md) - Query distribution params +* [provider-services query distribution rewards](provider-services_query_distribution_rewards.md) - Query all distribution delegator rewards or rewards from a particular validator +* [provider-services query distribution slashes](provider-services_query_distribution_slashes.md) - Query distribution validator slashes +* [provider-services query distribution validator-outstanding-rewards](provider-services_query_distribution_validator-outstanding-rewards.md) - Query distribution outstanding (un-withdrawn) rewards for a validator and all their delegations + +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/akash_query_distribution_commission.md b/cli/provider-services_query_distribution_commission.md similarity index 51% rename from cli/akash_query_distribution_commission.md rename to cli/provider-services_query_distribution_commission.md index 0965bdb1..4801bbf4 100644 --- a/cli/akash_query_distribution_commission.md +++ b/cli/provider-services_query_distribution_commission.md @@ -1,4 +1,4 @@ -## akash query distribution commission +## provider-services query distribution commission Query distribution validator commission @@ -7,10 +7,10 @@ Query distribution validator commission Query validator commission rewards from delegators to that validator. Example: -$ akash query distribution commission akashvaloper1gghjut3ccd8ay0zduzj64hwre2fxs9ldmqhffj +$ query distribution commission akashvaloper1gghjut3ccd8ay0zduzj64hwre2fxs9ldmqhffj ``` -akash query distribution commission [validator] [flags] +provider-services query distribution commission [validator] [flags] ``` ### Options @@ -18,7 +18,6 @@ akash query distribution commission [validator] [flags] ``` --height int Use a specific height to query state at (this can error if the node is pruning state) -h, --help help for commission - --node string : to Tendermint RPC interface for this chain (default "tcp://localhost:26657") -o, --output string Output format (text|json) (default "text") ``` @@ -26,10 +25,11 @@ akash query distribution commission [validator] [flags] ``` --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") ``` ### SEE ALSO -* [akash query distribution](akash_query_distribution.md) - Querying commands for the distribution module +* [provider-services query distribution](provider-services_query_distribution.md) - Querying commands for the distribution module -###### Auto generated by spf13/cobra on 28-Apr-2022 +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/akash_query_distribution_community-pool.md b/cli/provider-services_query_distribution_community-pool.md similarity index 55% rename from cli/akash_query_distribution_community-pool.md rename to cli/provider-services_query_distribution_community-pool.md index eb511be4..dceed558 100644 --- a/cli/akash_query_distribution_community-pool.md +++ b/cli/provider-services_query_distribution_community-pool.md @@ -1,4 +1,4 @@ -## akash query distribution community-pool +## provider-services query distribution community-pool Query the amount of coins in the community pool @@ -7,10 +7,10 @@ Query the amount of coins in the community pool Query all coins in the community pool which is under Governance control. Example: -$ akash query distribution community-pool +$ query distribution community-pool ``` -akash query distribution community-pool [flags] +provider-services query distribution community-pool [flags] ``` ### Options @@ -18,7 +18,6 @@ akash query distribution community-pool [flags] ``` --height int Use a specific height to query state at (this can error if the node is pruning state) -h, --help help for community-pool - --node string : to Tendermint RPC interface for this chain (default "tcp://localhost:26657") -o, --output string Output format (text|json) (default "text") ``` @@ -26,10 +25,11 @@ akash query distribution community-pool [flags] ``` --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") ``` ### SEE ALSO -* [akash query distribution](akash_query_distribution.md) - Querying commands for the distribution module +* [provider-services query distribution](provider-services_query_distribution.md) - Querying commands for the distribution module -###### Auto generated by spf13/cobra on 28-Apr-2022 +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/akash_query_distribution_params.md b/cli/provider-services_query_distribution_params.md similarity index 52% rename from cli/akash_query_distribution_params.md rename to cli/provider-services_query_distribution_params.md index a5c97628..87a93ca6 100644 --- a/cli/akash_query_distribution_params.md +++ b/cli/provider-services_query_distribution_params.md @@ -1,9 +1,9 @@ -## akash query distribution params +## provider-services query distribution params Query distribution params ``` -akash query distribution params [flags] +provider-services query distribution params [flags] ``` ### Options @@ -11,7 +11,6 @@ akash query distribution params [flags] ``` --height int Use a specific height to query state at (this can error if the node is pruning state) -h, --help help for params - --node string : to Tendermint RPC interface for this chain (default "tcp://localhost:26657") -o, --output string Output format (text|json) (default "text") ``` @@ -19,10 +18,11 @@ akash query distribution params [flags] ``` --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") ``` ### SEE ALSO -* [akash query distribution](akash_query_distribution.md) - Querying commands for the distribution module +* [provider-services query distribution](provider-services_query_distribution.md) - Querying commands for the distribution module -###### Auto generated by spf13/cobra on 28-Apr-2022 +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/provider-services_query_distribution_rewards.md b/cli/provider-services_query_distribution_rewards.md new file mode 100644 index 00000000..390f06f1 --- /dev/null +++ b/cli/provider-services_query_distribution_rewards.md @@ -0,0 +1,36 @@ +## provider-services query distribution rewards + +Query all distribution delegator rewards or rewards from a particular validator + +### Synopsis + +Query all rewards earned by a delegator, optionally restrict to rewards from a single validator. + +Example: +$ query distribution rewards akash1gghjut3ccd8ay0zduzj64hwre2fxs9ld75ru9p +$ query distribution rewards akash1gghjut3ccd8ay0zduzj64hwre2fxs9ld75ru9p akashvaloper1gghjut3ccd8ay0zduzj64hwre2fxs9ldmqhffj + +``` +provider-services query distribution rewards [delegator-addr] [validator-addr] [flags] +``` + +### Options + +``` + --height int Use a specific height to query state at (this can error if the node is pruning state) + -h, --help help for rewards + -o, --output string Output format (text|json) (default "text") +``` + +### Options inherited from parent commands + +``` + --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") +``` + +### SEE ALSO + +* [provider-services query distribution](provider-services_query_distribution.md) - Querying commands for the distribution module + +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/akash_query_distribution_slashes.md b/cli/provider-services_query_distribution_slashes.md similarity index 67% rename from cli/akash_query_distribution_slashes.md rename to cli/provider-services_query_distribution_slashes.md index a2d47f21..17622778 100644 --- a/cli/akash_query_distribution_slashes.md +++ b/cli/provider-services_query_distribution_slashes.md @@ -1,4 +1,4 @@ -## akash query distribution slashes +## provider-services query distribution slashes Query distribution validator slashes @@ -7,10 +7,10 @@ Query distribution validator slashes Query all slashes of a validator for a given block range. Example: -$ akash query distribution slashes akashvalopervaloper1gghjut3ccd8ay0zduzj64hwre2fxs9ldmqhffj 0 100 +$ query distribution slashes akashvalopervaloper1gghjut3ccd8ay0zduzj64hwre2fxs9ldmqhffj 0 100 ``` -akash query distribution slashes [validator] [start-height] [end-height] [flags] +provider-services query distribution slashes [validator] [start-height] [end-height] [flags] ``` ### Options @@ -20,7 +20,6 @@ akash query distribution slashes [validator] [start-height] [end-height] [flags] --height int Use a specific height to query state at (this can error if the node is pruning state) -h, --help help for slashes --limit uint pagination limit of validator slashes to query for (default 100) - --node string : to Tendermint RPC interface for this chain (default "tcp://localhost:26657") --offset uint pagination offset of validator slashes to query for -o, --output string Output format (text|json) (default "text") --page uint pagination page of validator slashes to query for. This sets offset to a multiple of limit (default 1) @@ -32,10 +31,11 @@ akash query distribution slashes [validator] [start-height] [end-height] [flags] ``` --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") ``` ### SEE ALSO -* [akash query distribution](akash_query_distribution.md) - Querying commands for the distribution module +* [provider-services query distribution](provider-services_query_distribution.md) - Querying commands for the distribution module -###### Auto generated by spf13/cobra on 28-Apr-2022 +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/akash_query_distribution_validator-outstanding-rewards.md b/cli/provider-services_query_distribution_validator-outstanding-rewards.md similarity index 53% rename from cli/akash_query_distribution_validator-outstanding-rewards.md rename to cli/provider-services_query_distribution_validator-outstanding-rewards.md index 51324e51..2bea2c50 100644 --- a/cli/akash_query_distribution_validator-outstanding-rewards.md +++ b/cli/provider-services_query_distribution_validator-outstanding-rewards.md @@ -1,4 +1,4 @@ -## akash query distribution validator-outstanding-rewards +## provider-services query distribution validator-outstanding-rewards Query distribution outstanding (un-withdrawn) rewards for a validator and all their delegations @@ -7,10 +7,10 @@ Query distribution outstanding (un-withdrawn) rewards for a validator and all th Query distribution outstanding (un-withdrawn) rewards for a validator and all their delegations. Example: -$ akash query distribution validator-outstanding-rewards akashvaloper1lwjmdnks33xwnmfayc64ycprww49n33mtm92ne +$ query distribution validator-outstanding-rewards akashvaloper1lwjmdnks33xwnmfayc64ycprww49n33mtm92ne ``` -akash query distribution validator-outstanding-rewards [validator] [flags] +provider-services query distribution validator-outstanding-rewards [validator] [flags] ``` ### Options @@ -18,7 +18,6 @@ akash query distribution validator-outstanding-rewards [validator] [flags] ``` --height int Use a specific height to query state at (this can error if the node is pruning state) -h, --help help for validator-outstanding-rewards - --node string : to Tendermint RPC interface for this chain (default "tcp://localhost:26657") -o, --output string Output format (text|json) (default "text") ``` @@ -26,10 +25,11 @@ akash query distribution validator-outstanding-rewards [validator] [flags] ``` --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") ``` ### SEE ALSO -* [akash query distribution](akash_query_distribution.md) - Querying commands for the distribution module +* [provider-services query distribution](provider-services_query_distribution.md) - Querying commands for the distribution module -###### Auto generated by spf13/cobra on 28-Apr-2022 +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/provider-services_query_escrow.md b/cli/provider-services_query_escrow.md new file mode 100644 index 00000000..6589fcdf --- /dev/null +++ b/cli/provider-services_query_escrow.md @@ -0,0 +1,27 @@ +## provider-services query escrow + +Escrow query commands + +``` +provider-services query escrow [flags] +``` + +### Options + +``` + -h, --help help for escrow +``` + +### Options inherited from parent commands + +``` + --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") +``` + +### SEE ALSO + +* [provider-services query](provider-services_query.md) - Querying subcommands +* [provider-services query escrow blocks-remaining](provider-services_query_escrow_blocks-remaining.md) - Compute the number of blocks remaining for an ecrow account + +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/provider-services_query_escrow_blocks-remaining.md b/cli/provider-services_query_escrow_blocks-remaining.md new file mode 100644 index 00000000..c38ef3d6 --- /dev/null +++ b/cli/provider-services_query_escrow_blocks-remaining.md @@ -0,0 +1,30 @@ +## provider-services query escrow blocks-remaining + +Compute the number of blocks remaining for an ecrow account + +``` +provider-services query escrow blocks-remaining [flags] +``` + +### Options + +``` + --dseq uint Deployment Sequence + --height int Use a specific height to query state at (this can error if the node is pruning state) + -h, --help help for blocks-remaining + -o, --output string Output format (text|json) (default "text") + --owner string Deployment Owner +``` + +### Options inherited from parent commands + +``` + --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") +``` + +### SEE ALSO + +* [provider-services query escrow](provider-services_query_escrow.md) - Escrow query commands + +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/akash_query_evidence.md b/cli/provider-services_query_evidence.md similarity index 71% rename from cli/akash_query_evidence.md rename to cli/provider-services_query_evidence.md index 06734373..0354508c 100644 --- a/cli/akash_query_evidence.md +++ b/cli/provider-services_query_evidence.md @@ -1,4 +1,4 @@ -## akash query evidence +## provider-services query evidence Query for evidence by hash or for all (paginated) submitted evidence @@ -7,11 +7,11 @@ Query for evidence by hash or for all (paginated) submitted evidence Query for specific submitted evidence by hash or query for all (paginated) evidence: Example: -$ akash query evidence DF0C23E8634E480F84B9D5674A7CDC9816466DEC28A3358F73260F68D28D7660 -$ akash query evidence --page=2 --limit=50 +$ query evidence DF0C23E8634E480F84B9D5674A7CDC9816466DEC28A3358F73260F68D28D7660 +$ query evidence --page=2 --limit=50 ``` -akash query evidence [flags] +provider-services query evidence [flags] ``` ### Options @@ -21,7 +21,6 @@ akash query evidence [flags] --height int Use a specific height to query state at (this can error if the node is pruning state) -h, --help help for evidence --limit uint pagination limit of evidence to query for (default 100) - --node string : to Tendermint RPC interface for this chain (default "tcp://localhost:26657") --offset uint pagination offset of evidence to query for -o, --output string Output format (text|json) (default "text") --page uint pagination page of evidence to query for. This sets offset to a multiple of limit (default 1) @@ -33,10 +32,11 @@ akash query evidence [flags] ``` --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") ``` ### SEE ALSO -* [akash query](akash_query.md) - Querying subcommands +* [provider-services query](provider-services_query.md) - Querying subcommands -###### Auto generated by spf13/cobra on 28-Apr-2022 +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/provider-services_query_gov.md b/cli/provider-services_query_gov.md new file mode 100644 index 00000000..9efe8184 --- /dev/null +++ b/cli/provider-services_query_gov.md @@ -0,0 +1,36 @@ +## provider-services query gov + +Querying commands for the governance module + +``` +provider-services query gov [flags] +``` + +### Options + +``` + -h, --help help for gov +``` + +### Options inherited from parent commands + +``` + --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") +``` + +### SEE ALSO + +* [provider-services query](provider-services_query.md) - Querying subcommands +* [provider-services query gov deposit](provider-services_query_gov_deposit.md) - Query details of a deposit +* [provider-services query gov deposits](provider-services_query_gov_deposits.md) - Query deposits on a proposal +* [provider-services query gov param](provider-services_query_gov_param.md) - Query the parameters (voting|tallying|deposit) of the governance process +* [provider-services query gov params](provider-services_query_gov_params.md) - Query the parameters of the governance process +* [provider-services query gov proposal](provider-services_query_gov_proposal.md) - Query details of a single proposal +* [provider-services query gov proposals](provider-services_query_gov_proposals.md) - Query proposals with optional filters +* [provider-services query gov proposer](provider-services_query_gov_proposer.md) - Query the proposer of a governance proposal +* [provider-services query gov tally](provider-services_query_gov_tally.md) - Get the tally of a proposal vote +* [provider-services query gov vote](provider-services_query_gov_vote.md) - Query details of a single vote +* [provider-services query gov votes](provider-services_query_gov_votes.md) - Query votes on a proposal + +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/akash_query_gov_deposit.md b/cli/provider-services_query_gov_deposit.md similarity index 53% rename from cli/akash_query_gov_deposit.md rename to cli/provider-services_query_gov_deposit.md index e4518c0f..44c33283 100644 --- a/cli/akash_query_gov_deposit.md +++ b/cli/provider-services_query_gov_deposit.md @@ -1,4 +1,4 @@ -## akash query gov deposit +## provider-services query gov deposit Query details of a deposit @@ -7,10 +7,10 @@ Query details of a deposit Query details for a single proposal deposit on a proposal by its identifier. Example: -$ akash query gov deposit 1 cosmos1skjwj5whet0lpe65qaq4rpq03hjxlwd9nf39lk +$ query gov deposit 1 cosmos1skjwj5whet0lpe65qaq4rpq03hjxlwd9nf39lk ``` -akash query gov deposit [proposal-id] [depositer-addr] [flags] +provider-services query gov deposit [proposal-id] [depositer-addr] [flags] ``` ### Options @@ -18,7 +18,6 @@ akash query gov deposit [proposal-id] [depositer-addr] [flags] ``` --height int Use a specific height to query state at (this can error if the node is pruning state) -h, --help help for deposit - --node string : to Tendermint RPC interface for this chain (default "tcp://localhost:26657") -o, --output string Output format (text|json) (default "text") ``` @@ -26,10 +25,11 @@ akash query gov deposit [proposal-id] [depositer-addr] [flags] ``` --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") ``` ### SEE ALSO -* [akash query gov](akash_query_gov.md) - Querying commands for the governance module +* [provider-services query gov](provider-services_query_gov.md) - Querying commands for the governance module -###### Auto generated by spf13/cobra on 28-Apr-2022 +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/akash_query_gov_deposits.md b/cli/provider-services_query_gov_deposits.md similarity index 68% rename from cli/akash_query_gov_deposits.md rename to cli/provider-services_query_gov_deposits.md index c0e63dc3..b2d0923e 100644 --- a/cli/akash_query_gov_deposits.md +++ b/cli/provider-services_query_gov_deposits.md @@ -1,17 +1,17 @@ -## akash query gov deposits +## provider-services query gov deposits Query deposits on a proposal ### Synopsis Query details for all deposits on a proposal. -You can find the proposal-id by running "akash query gov proposals". +You can find the proposal-id by running " query gov proposals". Example: -$ akash query gov deposits 1 +$ query gov deposits 1 ``` -akash query gov deposits [proposal-id] [flags] +provider-services query gov deposits [proposal-id] [flags] ``` ### Options @@ -21,7 +21,6 @@ akash query gov deposits [proposal-id] [flags] --height int Use a specific height to query state at (this can error if the node is pruning state) -h, --help help for deposits --limit uint pagination limit of deposits to query for (default 100) - --node string : to Tendermint RPC interface for this chain (default "tcp://localhost:26657") --offset uint pagination offset of deposits to query for -o, --output string Output format (text|json) (default "text") --page uint pagination page of deposits to query for. This sets offset to a multiple of limit (default 1) @@ -33,10 +32,11 @@ akash query gov deposits [proposal-id] [flags] ``` --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") ``` ### SEE ALSO -* [akash query gov](akash_query_gov.md) - Querying commands for the governance module +* [provider-services query gov](provider-services_query_gov.md) - Querying commands for the governance module -###### Auto generated by spf13/cobra on 28-Apr-2022 +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/akash_query_gov_param.md b/cli/provider-services_query_gov_param.md similarity index 54% rename from cli/akash_query_gov_param.md rename to cli/provider-services_query_gov_param.md index 2d3dbe9b..6e643e6e 100644 --- a/cli/akash_query_gov_param.md +++ b/cli/provider-services_query_gov_param.md @@ -1,4 +1,4 @@ -## akash query gov param +## provider-services query gov param Query the parameters (voting|tallying|deposit) of the governance process @@ -7,12 +7,12 @@ Query the parameters (voting|tallying|deposit) of the governance process Query the all the parameters for the governance process. Example: -$ akash query gov param voting -$ akash query gov param tallying -$ akash query gov param deposit +$ query gov param voting +$ query gov param tallying +$ query gov param deposit ``` -akash query gov param [param-type] [flags] +provider-services query gov param [param-type] [flags] ``` ### Options @@ -20,7 +20,6 @@ akash query gov param [param-type] [flags] ``` --height int Use a specific height to query state at (this can error if the node is pruning state) -h, --help help for param - --node string : to Tendermint RPC interface for this chain (default "tcp://localhost:26657") -o, --output string Output format (text|json) (default "text") ``` @@ -28,10 +27,11 @@ akash query gov param [param-type] [flags] ``` --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") ``` ### SEE ALSO -* [akash query gov](akash_query_gov.md) - Querying commands for the governance module +* [provider-services query gov](provider-services_query_gov.md) - Querying commands for the governance module -###### Auto generated by spf13/cobra on 28-Apr-2022 +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/akash_query_gov_params.md b/cli/provider-services_query_gov_params.md similarity index 58% rename from cli/akash_query_gov_params.md rename to cli/provider-services_query_gov_params.md index 4fecca27..9c81395f 100644 --- a/cli/akash_query_gov_params.md +++ b/cli/provider-services_query_gov_params.md @@ -1,4 +1,4 @@ -## akash query gov params +## provider-services query gov params Query the parameters of the governance process @@ -7,10 +7,10 @@ Query the parameters of the governance process Query the all the parameters for the governance process. Example: -$ akash query gov params +$ query gov params ``` -akash query gov params [flags] +provider-services query gov params [flags] ``` ### Options @@ -18,7 +18,6 @@ akash query gov params [flags] ``` --height int Use a specific height to query state at (this can error if the node is pruning state) -h, --help help for params - --node string : to Tendermint RPC interface for this chain (default "tcp://localhost:26657") -o, --output string Output format (text|json) (default "text") ``` @@ -26,10 +25,11 @@ akash query gov params [flags] ``` --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") ``` ### SEE ALSO -* [akash query gov](akash_query_gov.md) - Querying commands for the governance module +* [provider-services query gov](provider-services_query_gov.md) - Querying commands for the governance module -###### Auto generated by spf13/cobra on 28-Apr-2022 +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/akash_query_gov_proposal.md b/cli/provider-services_query_gov_proposal.md similarity index 52% rename from cli/akash_query_gov_proposal.md rename to cli/provider-services_query_gov_proposal.md index e9600577..4e0ca212 100644 --- a/cli/akash_query_gov_proposal.md +++ b/cli/provider-services_query_gov_proposal.md @@ -1,17 +1,17 @@ -## akash query gov proposal +## provider-services query gov proposal Query details of a single proposal ### Synopsis Query details for a proposal. You can find the -proposal-id by running "akash query gov proposals". +proposal-id by running " query gov proposals". Example: -$ akash query gov proposal 1 +$ query gov proposal 1 ``` -akash query gov proposal [proposal-id] [flags] +provider-services query gov proposal [proposal-id] [flags] ``` ### Options @@ -19,7 +19,6 @@ akash query gov proposal [proposal-id] [flags] ``` --height int Use a specific height to query state at (this can error if the node is pruning state) -h, --help help for proposal - --node string : to Tendermint RPC interface for this chain (default "tcp://localhost:26657") -o, --output string Output format (text|json) (default "text") ``` @@ -27,10 +26,11 @@ akash query gov proposal [proposal-id] [flags] ``` --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") ``` ### SEE ALSO -* [akash query gov](akash_query_gov.md) - Querying commands for the governance module +* [provider-services query gov](provider-services_query_gov.md) - Querying commands for the governance module -###### Auto generated by spf13/cobra on 28-Apr-2022 +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/akash_query_gov_proposals.md b/cli/provider-services_query_gov_proposals.md similarity index 67% rename from cli/akash_query_gov_proposals.md rename to cli/provider-services_query_gov_proposals.md index d189d28d..19da5197 100644 --- a/cli/akash_query_gov_proposals.md +++ b/cli/provider-services_query_gov_proposals.md @@ -1,4 +1,4 @@ -## akash query gov proposals +## provider-services query gov proposals Query proposals with optional filters @@ -7,13 +7,13 @@ Query proposals with optional filters Query for a all paginated proposals that match optional filters: Example: -$ akash query gov proposals --depositor cosmos1skjwj5whet0lpe65qaq4rpq03hjxlwd9nf39lk -$ akash query gov proposals --voter cosmos1skjwj5whet0lpe65qaq4rpq03hjxlwd9nf39lk -$ akash query gov proposals --status (DepositPeriod|VotingPeriod|Passed|Rejected) -$ akash query gov proposals --page=2 --limit=100 +$ query gov proposals --depositor cosmos1skjwj5whet0lpe65qaq4rpq03hjxlwd9nf39lk +$ query gov proposals --voter cosmos1skjwj5whet0lpe65qaq4rpq03hjxlwd9nf39lk +$ query gov proposals --status (DepositPeriod|VotingPeriod|Passed|Rejected) +$ query gov proposals --page=2 --limit=100 ``` -akash query gov proposals [flags] +provider-services query gov proposals [flags] ``` ### Options @@ -24,7 +24,6 @@ akash query gov proposals [flags] --height int Use a specific height to query state at (this can error if the node is pruning state) -h, --help help for proposals --limit uint pagination limit of proposals to query for (default 100) - --node string : to Tendermint RPC interface for this chain (default "tcp://localhost:26657") --offset uint pagination offset of proposals to query for -o, --output string Output format (text|json) (default "text") --page uint pagination page of proposals to query for. This sets offset to a multiple of limit (default 1) @@ -38,10 +37,11 @@ akash query gov proposals [flags] ``` --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") ``` ### SEE ALSO -* [akash query gov](akash_query_gov.md) - Querying commands for the governance module +* [provider-services query gov](provider-services_query_gov.md) - Querying commands for the governance module -###### Auto generated by spf13/cobra on 28-Apr-2022 +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/akash_query_gov_proposer.md b/cli/provider-services_query_gov_proposer.md similarity index 57% rename from cli/akash_query_gov_proposer.md rename to cli/provider-services_query_gov_proposer.md index a49fc70f..793da001 100644 --- a/cli/akash_query_gov_proposer.md +++ b/cli/provider-services_query_gov_proposer.md @@ -1,4 +1,4 @@ -## akash query gov proposer +## provider-services query gov proposer Query the proposer of a governance proposal @@ -7,10 +7,10 @@ Query the proposer of a governance proposal Query which address proposed a proposal with a given ID. Example: -$ akash query gov proposer 1 +$ query gov proposer 1 ``` -akash query gov proposer [proposal-id] [flags] +provider-services query gov proposer [proposal-id] [flags] ``` ### Options @@ -18,7 +18,6 @@ akash query gov proposer [proposal-id] [flags] ``` --height int Use a specific height to query state at (this can error if the node is pruning state) -h, --help help for proposer - --node string : to Tendermint RPC interface for this chain (default "tcp://localhost:26657") -o, --output string Output format (text|json) (default "text") ``` @@ -26,10 +25,11 @@ akash query gov proposer [proposal-id] [flags] ``` --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") ``` ### SEE ALSO -* [akash query gov](akash_query_gov.md) - Querying commands for the governance module +* [provider-services query gov](provider-services_query_gov.md) - Querying commands for the governance module -###### Auto generated by spf13/cobra on 28-Apr-2022 +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/akash_query_gov_tally.md b/cli/provider-services_query_gov_tally.md similarity index 53% rename from cli/akash_query_gov_tally.md rename to cli/provider-services_query_gov_tally.md index ae80c537..aac54499 100644 --- a/cli/akash_query_gov_tally.md +++ b/cli/provider-services_query_gov_tally.md @@ -1,17 +1,17 @@ -## akash query gov tally +## provider-services query gov tally Get the tally of a proposal vote ### Synopsis Query tally of votes on a proposal. You can find -the proposal-id by running "akash query gov proposals". +the proposal-id by running " query gov proposals". Example: -$ akash query gov tally 1 +$ query gov tally 1 ``` -akash query gov tally [proposal-id] [flags] +provider-services query gov tally [proposal-id] [flags] ``` ### Options @@ -19,7 +19,6 @@ akash query gov tally [proposal-id] [flags] ``` --height int Use a specific height to query state at (this can error if the node is pruning state) -h, --help help for tally - --node string : to Tendermint RPC interface for this chain (default "tcp://localhost:26657") -o, --output string Output format (text|json) (default "text") ``` @@ -27,10 +26,11 @@ akash query gov tally [proposal-id] [flags] ``` --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") ``` ### SEE ALSO -* [akash query gov](akash_query_gov.md) - Querying commands for the governance module +* [provider-services query gov](provider-services_query_gov.md) - Querying commands for the governance module -###### Auto generated by spf13/cobra on 28-Apr-2022 +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/akash_query_gov_vote.md b/cli/provider-services_query_gov_vote.md similarity index 53% rename from cli/akash_query_gov_vote.md rename to cli/provider-services_query_gov_vote.md index 7c427fe7..e2548222 100644 --- a/cli/akash_query_gov_vote.md +++ b/cli/provider-services_query_gov_vote.md @@ -1,4 +1,4 @@ -## akash query gov vote +## provider-services query gov vote Query details of a single vote @@ -7,10 +7,10 @@ Query details of a single vote Query details for a single vote on a proposal given its identifier. Example: -$ akash query gov vote 1 cosmos1skjwj5whet0lpe65qaq4rpq03hjxlwd9nf39lk +$ query gov vote 1 cosmos1skjwj5whet0lpe65qaq4rpq03hjxlwd9nf39lk ``` -akash query gov vote [proposal-id] [voter-addr] [flags] +provider-services query gov vote [proposal-id] [voter-addr] [flags] ``` ### Options @@ -18,7 +18,6 @@ akash query gov vote [proposal-id] [voter-addr] [flags] ``` --height int Use a specific height to query state at (this can error if the node is pruning state) -h, --help help for vote - --node string : to Tendermint RPC interface for this chain (default "tcp://localhost:26657") -o, --output string Output format (text|json) (default "text") ``` @@ -26,10 +25,11 @@ akash query gov vote [proposal-id] [voter-addr] [flags] ``` --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") ``` ### SEE ALSO -* [akash query gov](akash_query_gov.md) - Querying commands for the governance module +* [provider-services query gov](provider-services_query_gov.md) - Querying commands for the governance module -###### Auto generated by spf13/cobra on 28-Apr-2022 +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/akash_query_gov_votes.md b/cli/provider-services_query_gov_votes.md similarity index 70% rename from cli/akash_query_gov_votes.md rename to cli/provider-services_query_gov_votes.md index bba59788..7e6e186a 100644 --- a/cli/akash_query_gov_votes.md +++ b/cli/provider-services_query_gov_votes.md @@ -1,4 +1,4 @@ -## akash query gov votes +## provider-services query gov votes Query votes on a proposal @@ -7,11 +7,11 @@ Query votes on a proposal Query vote details for a single proposal by its identifier. Example: -$ akash query gov votes 1 -$ akash query gov votes 1 --page=2 --limit=100 +$ query gov votes 1 +$ query gov votes 1 --page=2 --limit=100 ``` -akash query gov votes [proposal-id] [flags] +provider-services query gov votes [proposal-id] [flags] ``` ### Options @@ -21,7 +21,6 @@ akash query gov votes [proposal-id] [flags] --height int Use a specific height to query state at (this can error if the node is pruning state) -h, --help help for votes --limit uint pagination limit of votes to query for (default 100) - --node string : to Tendermint RPC interface for this chain (default "tcp://localhost:26657") --offset uint pagination offset of votes to query for -o, --output string Output format (text|json) (default "text") --page uint pagination page of votes to query for. This sets offset to a multiple of limit (default 1) @@ -33,10 +32,11 @@ akash query gov votes [proposal-id] [flags] ``` --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") ``` ### SEE ALSO -* [akash query gov](akash_query_gov.md) - Querying commands for the governance module +* [provider-services query gov](provider-services_query_gov.md) - Querying commands for the governance module -###### Auto generated by spf13/cobra on 28-Apr-2022 +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/provider-services_query_ibc-transfer.md b/cli/provider-services_query_ibc-transfer.md new file mode 100644 index 00000000..f3d00243 --- /dev/null +++ b/cli/provider-services_query_ibc-transfer.md @@ -0,0 +1,27 @@ +## provider-services query ibc-transfer + +IBC fungible token transfer query subcommands + +### Options + +``` + -h, --help help for ibc-transfer +``` + +### Options inherited from parent commands + +``` + --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") +``` + +### SEE ALSO + +* [provider-services query](provider-services_query.md) - Querying subcommands +* [provider-services query ibc-transfer denom-hash](provider-services_query_ibc-transfer_denom-hash.md) - Query the denom hash info from a given denom trace +* [provider-services query ibc-transfer denom-trace](provider-services_query_ibc-transfer_denom-trace.md) - Query the denom trace info from a given trace hash or ibc denom +* [provider-services query ibc-transfer denom-traces](provider-services_query_ibc-transfer_denom-traces.md) - Query the trace info for all token denominations +* [provider-services query ibc-transfer escrow-address](provider-services_query_ibc-transfer_escrow-address.md) - Get the escrow address for a channel +* [provider-services query ibc-transfer params](provider-services_query_ibc-transfer_params.md) - Query the current ibc-transfer parameters + +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/provider-services_query_ibc-transfer_denom-hash.md b/cli/provider-services_query_ibc-transfer_denom-hash.md new file mode 100644 index 00000000..33adbab5 --- /dev/null +++ b/cli/provider-services_query_ibc-transfer_denom-hash.md @@ -0,0 +1,38 @@ +## provider-services query ibc-transfer denom-hash + +Query the denom hash info from a given denom trace + +### Synopsis + +Query the denom hash info from a given denom trace + +``` +provider-services query ibc-transfer denom-hash [trace] [flags] +``` + +### Examples + +``` + query ibc-transfer denom-hash transfer/channel-0/uatom +``` + +### Options + +``` + --height int Use a specific height to query state at (this can error if the node is pruning state) + -h, --help help for denom-hash + -o, --output string Output format (text|json) (default "text") +``` + +### Options inherited from parent commands + +``` + --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") +``` + +### SEE ALSO + +* [provider-services query ibc-transfer](provider-services_query_ibc-transfer.md) - IBC fungible token transfer query subcommands + +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/provider-services_query_ibc-transfer_denom-trace.md b/cli/provider-services_query_ibc-transfer_denom-trace.md new file mode 100644 index 00000000..f2582b2e --- /dev/null +++ b/cli/provider-services_query_ibc-transfer_denom-trace.md @@ -0,0 +1,38 @@ +## provider-services query ibc-transfer denom-trace + +Query the denom trace info from a given trace hash or ibc denom + +### Synopsis + +Query the denom trace info from a given trace hash or ibc denom + +``` +provider-services query ibc-transfer denom-trace [hash/denom] [flags] +``` + +### Examples + +``` + query ibc-transfer denom-trace 27A6394C3F9FF9C9DCF5DFFADF9BB5FE9A37C7E92B006199894CF1824DF9AC7C +``` + +### Options + +``` + --height int Use a specific height to query state at (this can error if the node is pruning state) + -h, --help help for denom-trace + -o, --output string Output format (text|json) (default "text") +``` + +### Options inherited from parent commands + +``` + --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") +``` + +### SEE ALSO + +* [provider-services query ibc-transfer](provider-services_query_ibc-transfer.md) - IBC fungible token transfer query subcommands + +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/akash_query_ibc-transfer_denom-traces.md b/cli/provider-services_query_ibc-transfer_denom-traces.md similarity index 72% rename from cli/akash_query_ibc-transfer_denom-traces.md rename to cli/provider-services_query_ibc-transfer_denom-traces.md index 58111a59..31131c8c 100644 --- a/cli/akash_query_ibc-transfer_denom-traces.md +++ b/cli/provider-services_query_ibc-transfer_denom-traces.md @@ -1,4 +1,4 @@ -## akash query ibc-transfer denom-traces +## provider-services query ibc-transfer denom-traces Query the trace info for all token denominations @@ -7,13 +7,13 @@ Query the trace info for all token denominations Query the trace info for all token denominations ``` -akash query ibc-transfer denom-traces [flags] +provider-services query ibc-transfer denom-traces [flags] ``` ### Examples ``` -akash query ibc-transfer denom-traces + query ibc-transfer denom-traces ``` ### Options @@ -23,7 +23,6 @@ akash query ibc-transfer denom-traces --height int Use a specific height to query state at (this can error if the node is pruning state) -h, --help help for denom-traces --limit uint pagination limit of denominations trace to query for (default 100) - --node string : to Tendermint RPC interface for this chain (default "tcp://localhost:26657") --offset uint pagination offset of denominations trace to query for -o, --output string Output format (text|json) (default "text") --page uint pagination page of denominations trace to query for. This sets offset to a multiple of limit (default 1) @@ -35,10 +34,11 @@ akash query ibc-transfer denom-traces ``` --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") ``` ### SEE ALSO -* [akash query ibc-transfer](akash_query_ibc-transfer.md) - IBC fungible token transfer query subcommands +* [provider-services query ibc-transfer](provider-services_query_ibc-transfer.md) - IBC fungible token transfer query subcommands -###### Auto generated by spf13/cobra on 28-Apr-2022 +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/provider-services_query_ibc-transfer_escrow-address.md b/cli/provider-services_query_ibc-transfer_escrow-address.md new file mode 100644 index 00000000..2a88672c --- /dev/null +++ b/cli/provider-services_query_ibc-transfer_escrow-address.md @@ -0,0 +1,38 @@ +## provider-services query ibc-transfer escrow-address + +Get the escrow address for a channel + +### Synopsis + +Get the escrow address for a channel + +``` +provider-services query ibc-transfer escrow-address [flags] +``` + +### Examples + +``` + query ibc-transfer escrow-address [port] [channel-id] +``` + +### Options + +``` + --height int Use a specific height to query state at (this can error if the node is pruning state) + -h, --help help for escrow-address + -o, --output string Output format (text|json) (default "text") +``` + +### Options inherited from parent commands + +``` + --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") +``` + +### SEE ALSO + +* [provider-services query ibc-transfer](provider-services_query_ibc-transfer.md) - IBC fungible token transfer query subcommands + +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/akash_query_ibc-transfer_params.md b/cli/provider-services_query_ibc-transfer_params.md similarity index 55% rename from cli/akash_query_ibc-transfer_params.md rename to cli/provider-services_query_ibc-transfer_params.md index bac77fa7..11ab2494 100644 --- a/cli/akash_query_ibc-transfer_params.md +++ b/cli/provider-services_query_ibc-transfer_params.md @@ -1,4 +1,4 @@ -## akash query ibc-transfer params +## provider-services query ibc-transfer params Query the current ibc-transfer parameters @@ -7,13 +7,13 @@ Query the current ibc-transfer parameters Query the current ibc-transfer parameters ``` -akash query ibc-transfer params [flags] +provider-services query ibc-transfer params [flags] ``` ### Examples ``` -akash query ibc-transfer params + query ibc-transfer params ``` ### Options @@ -21,7 +21,6 @@ akash query ibc-transfer params ``` --height int Use a specific height to query state at (this can error if the node is pruning state) -h, --help help for params - --node string : to Tendermint RPC interface for this chain (default "tcp://localhost:26657") -o, --output string Output format (text|json) (default "text") ``` @@ -29,10 +28,11 @@ akash query ibc-transfer params ``` --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") ``` ### SEE ALSO -* [akash query ibc-transfer](akash_query_ibc-transfer.md) - IBC fungible token transfer query subcommands +* [provider-services query ibc-transfer](provider-services_query_ibc-transfer.md) - IBC fungible token transfer query subcommands -###### Auto generated by spf13/cobra on 28-Apr-2022 +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/provider-services_query_ibc.md b/cli/provider-services_query_ibc.md new file mode 100644 index 00000000..728b6204 --- /dev/null +++ b/cli/provider-services_query_ibc.md @@ -0,0 +1,29 @@ +## provider-services query ibc + +Querying commands for the IBC module + +``` +provider-services query ibc [flags] +``` + +### Options + +``` + -h, --help help for ibc +``` + +### Options inherited from parent commands + +``` + --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") +``` + +### SEE ALSO + +* [provider-services query](provider-services_query.md) - Querying subcommands +* [provider-services query ibc channel](provider-services_query_ibc_channel.md) - IBC channel query subcommands +* [provider-services query ibc client](provider-services_query_ibc_client.md) - IBC client query subcommands +* [provider-services query ibc connection](provider-services_query_ibc_connection.md) - IBC connection query subcommands + +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/provider-services_query_ibc_channel.md b/cli/provider-services_query_ibc_channel.md new file mode 100644 index 00000000..463bbbcc --- /dev/null +++ b/cli/provider-services_query_ibc_channel.md @@ -0,0 +1,37 @@ +## provider-services query ibc channel + +IBC channel query subcommands + +``` +provider-services query ibc channel [flags] +``` + +### Options + +``` + -h, --help help for channel +``` + +### Options inherited from parent commands + +``` + --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") +``` + +### SEE ALSO + +* [provider-services query ibc](provider-services_query_ibc.md) - Querying commands for the IBC module +* [provider-services query ibc channel channels](provider-services_query_ibc_channel_channels.md) - Query all channels +* [provider-services query ibc channel client-state](provider-services_query_ibc_channel_client-state.md) - Query the client state associated with a channel +* [provider-services query ibc channel connections](provider-services_query_ibc_channel_connections.md) - Query all channels associated with a connection +* [provider-services query ibc channel end](provider-services_query_ibc_channel_end.md) - Query a channel end +* [provider-services query ibc channel next-sequence-receive](provider-services_query_ibc_channel_next-sequence-receive.md) - Query a next receive sequence +* [provider-services query ibc channel packet-ack](provider-services_query_ibc_channel_packet-ack.md) - Query a packet acknowledgement +* [provider-services query ibc channel packet-commitment](provider-services_query_ibc_channel_packet-commitment.md) - Query a packet commitment +* [provider-services query ibc channel packet-commitments](provider-services_query_ibc_channel_packet-commitments.md) - Query all packet commitments associated with a channel +* [provider-services query ibc channel packet-receipt](provider-services_query_ibc_channel_packet-receipt.md) - Query a packet receipt +* [provider-services query ibc channel unreceived-acks](provider-services_query_ibc_channel_unreceived-acks.md) - Query all the unreceived acks associated with a channel +* [provider-services query ibc channel unreceived-packets](provider-services_query_ibc_channel_unreceived-packets.md) - Query all the unreceived packets associated with a channel + +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/akash_query_ibc_channel_channels.md b/cli/provider-services_query_ibc_channel_channels.md similarity index 71% rename from cli/akash_query_ibc_channel_channels.md rename to cli/provider-services_query_ibc_channel_channels.md index 7ab0c2fc..887d1b7b 100644 --- a/cli/akash_query_ibc_channel_channels.md +++ b/cli/provider-services_query_ibc_channel_channels.md @@ -1,4 +1,4 @@ -## akash query ibc channel channels +## provider-services query ibc channel channels Query all channels @@ -7,13 +7,13 @@ Query all channels Query all channels from a chain ``` -akash query ibc channel channels [flags] +provider-services query ibc channel channels [flags] ``` ### Examples ``` -akash query ibc channel channels + query ibc channel channels ``` ### Options @@ -23,7 +23,6 @@ akash query ibc channel channels --height int Use a specific height to query state at (this can error if the node is pruning state) -h, --help help for channels --limit uint pagination limit of channels to query for (default 100) - --node string : to Tendermint RPC interface for this chain (default "tcp://localhost:26657") --offset uint pagination offset of channels to query for -o, --output string Output format (text|json) (default "text") --page uint pagination page of channels to query for. This sets offset to a multiple of limit (default 1) @@ -35,10 +34,11 @@ akash query ibc channel channels ``` --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") ``` ### SEE ALSO -* [akash query ibc channel](akash_query_ibc_channel.md) - IBC channel query subcommands +* [provider-services query ibc channel](provider-services_query_ibc_channel.md) - IBC channel query subcommands -###### Auto generated by spf13/cobra on 28-Apr-2022 +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/akash_query_ibc_channel_client-state.md b/cli/provider-services_query_ibc_channel_client-state.md similarity index 56% rename from cli/akash_query_ibc_channel_client-state.md rename to cli/provider-services_query_ibc_channel_client-state.md index 852cf2b5..ae8924e5 100644 --- a/cli/akash_query_ibc_channel_client-state.md +++ b/cli/provider-services_query_ibc_channel_client-state.md @@ -1,4 +1,4 @@ -## akash query ibc channel client-state +## provider-services query ibc channel client-state Query the client state associated with a channel @@ -7,13 +7,13 @@ Query the client state associated with a channel Query the client state associated with a channel, by providing its port and channel identifiers. ``` -akash query ibc channel client-state [port-id] [channel-id] [flags] +provider-services query ibc channel client-state [port-id] [channel-id] [flags] ``` ### Examples ``` -akash query ibc channel client-state [port-id] [channel-id] + query ibc channel client-state [port-id] [channel-id] ``` ### Options @@ -21,7 +21,6 @@ akash query ibc channel client-state [port-id] [channel-id] ``` --height int Use a specific height to query state at (this can error if the node is pruning state) -h, --help help for client-state - --node string : to Tendermint RPC interface for this chain (default "tcp://localhost:26657") -o, --output string Output format (text|json) (default "text") ``` @@ -29,10 +28,11 @@ akash query ibc channel client-state [port-id] [channel-id] ``` --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") ``` ### SEE ALSO -* [akash query ibc channel](akash_query_ibc_channel.md) - IBC channel query subcommands +* [provider-services query ibc channel](provider-services_query_ibc_channel.md) - IBC channel query subcommands -###### Auto generated by spf13/cobra on 28-Apr-2022 +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/akash_query_ibc_channel_connections.md b/cli/provider-services_query_ibc_channel_connections.md similarity index 73% rename from cli/akash_query_ibc_channel_connections.md rename to cli/provider-services_query_ibc_channel_connections.md index 6ed99572..f4513923 100644 --- a/cli/akash_query_ibc_channel_connections.md +++ b/cli/provider-services_query_ibc_channel_connections.md @@ -1,4 +1,4 @@ -## akash query ibc channel connections +## provider-services query ibc channel connections Query all channels associated with a connection @@ -7,13 +7,13 @@ Query all channels associated with a connection Query all channels associated with a connection ``` -akash query ibc channel connections [connection-id] [flags] +provider-services query ibc channel connections [connection-id] [flags] ``` ### Examples ``` -akash query ibc channel connections [connection-id] + query ibc channel connections [connection-id] ``` ### Options @@ -23,7 +23,6 @@ akash query ibc channel connections [connection-id] --height int Use a specific height to query state at (this can error if the node is pruning state) -h, --help help for connections --limit uint pagination limit of channels associated with a connection to query for (default 100) - --node string : to Tendermint RPC interface for this chain (default "tcp://localhost:26657") --offset uint pagination offset of channels associated with a connection to query for -o, --output string Output format (text|json) (default "text") --page uint pagination page of channels associated with a connection to query for. This sets offset to a multiple of limit (default 1) @@ -35,10 +34,11 @@ akash query ibc channel connections [connection-id] ``` --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") ``` ### SEE ALSO -* [akash query ibc channel](akash_query_ibc_channel.md) - IBC channel query subcommands +* [provider-services query ibc channel](provider-services_query_ibc_channel.md) - IBC channel query subcommands -###### Auto generated by spf13/cobra on 28-Apr-2022 +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/akash_query_ibc_channel_end.md b/cli/provider-services_query_ibc_channel_end.md similarity index 57% rename from cli/akash_query_ibc_channel_end.md rename to cli/provider-services_query_ibc_channel_end.md index eb0a3b77..b4fd8b46 100644 --- a/cli/akash_query_ibc_channel_end.md +++ b/cli/provider-services_query_ibc_channel_end.md @@ -1,4 +1,4 @@ -## akash query ibc channel end +## provider-services query ibc channel end Query a channel end @@ -7,13 +7,13 @@ Query a channel end Query an IBC channel end from a port and channel identifiers ``` -akash query ibc channel end [port-id] [channel-id] [flags] +provider-services query ibc channel end [port-id] [channel-id] [flags] ``` ### Examples ``` -akash query ibc channel end [port-id] [channel-id] + query ibc channel end [port-id] [channel-id] ``` ### Options @@ -21,7 +21,6 @@ akash query ibc channel end [port-id] [channel-id] ``` --height int Use a specific height to query state at (this can error if the node is pruning state) -h, --help help for end - --node string : to Tendermint RPC interface for this chain (default "tcp://localhost:26657") -o, --output string Output format (text|json) (default "text") --prove show proofs for the query results (default true) ``` @@ -30,10 +29,11 @@ akash query ibc channel end [port-id] [channel-id] ``` --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") ``` ### SEE ALSO -* [akash query ibc channel](akash_query_ibc_channel.md) - IBC channel query subcommands +* [provider-services query ibc channel](provider-services_query_ibc_channel.md) - IBC channel query subcommands -###### Auto generated by spf13/cobra on 28-Apr-2022 +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/akash_query_ibc_channel_next-sequence-receive.md b/cli/provider-services_query_ibc_channel_next-sequence-receive.md similarity index 55% rename from cli/akash_query_ibc_channel_next-sequence-receive.md rename to cli/provider-services_query_ibc_channel_next-sequence-receive.md index 49448054..5cc1746b 100644 --- a/cli/akash_query_ibc_channel_next-sequence-receive.md +++ b/cli/provider-services_query_ibc_channel_next-sequence-receive.md @@ -1,4 +1,4 @@ -## akash query ibc channel next-sequence-receive +## provider-services query ibc channel next-sequence-receive Query a next receive sequence @@ -7,13 +7,13 @@ Query a next receive sequence Query the next receive sequence for a given channel ``` -akash query ibc channel next-sequence-receive [port-id] [channel-id] [flags] +provider-services query ibc channel next-sequence-receive [port-id] [channel-id] [flags] ``` ### Examples ``` -akash query ibc channel next-sequence-receive [port-id] [channel-id] + query ibc channel next-sequence-receive [port-id] [channel-id] ``` ### Options @@ -21,7 +21,6 @@ akash query ibc channel next-sequence-receive [port-id] [channel-id] ``` --height int Use a specific height to query state at (this can error if the node is pruning state) -h, --help help for next-sequence-receive - --node string : to Tendermint RPC interface for this chain (default "tcp://localhost:26657") -o, --output string Output format (text|json) (default "text") --prove show proofs for the query results (default true) ``` @@ -30,10 +29,11 @@ akash query ibc channel next-sequence-receive [port-id] [channel-id] ``` --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") ``` ### SEE ALSO -* [akash query ibc channel](akash_query_ibc_channel.md) - IBC channel query subcommands +* [provider-services query ibc channel](provider-services_query_ibc_channel.md) - IBC channel query subcommands -###### Auto generated by spf13/cobra on 28-Apr-2022 +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/akash_query_ibc_channel_packet-ack.md b/cli/provider-services_query_ibc_channel_packet-ack.md similarity index 54% rename from cli/akash_query_ibc_channel_packet-ack.md rename to cli/provider-services_query_ibc_channel_packet-ack.md index 79d9f417..2016595e 100644 --- a/cli/akash_query_ibc_channel_packet-ack.md +++ b/cli/provider-services_query_ibc_channel_packet-ack.md @@ -1,4 +1,4 @@ -## akash query ibc channel packet-ack +## provider-services query ibc channel packet-ack Query a packet acknowledgement @@ -7,13 +7,13 @@ Query a packet acknowledgement Query a packet acknowledgement ``` -akash query ibc channel packet-ack [port-id] [channel-id] [sequence] [flags] +provider-services query ibc channel packet-ack [port-id] [channel-id] [sequence] [flags] ``` ### Examples ``` -akash query ibc channel packet-ack [port-id] [channel-id] [sequence] + query ibc channel packet-ack [port-id] [channel-id] [sequence] ``` ### Options @@ -21,7 +21,6 @@ akash query ibc channel packet-ack [port-id] [channel-id] [sequence] ``` --height int Use a specific height to query state at (this can error if the node is pruning state) -h, --help help for packet-ack - --node string : to Tendermint RPC interface for this chain (default "tcp://localhost:26657") -o, --output string Output format (text|json) (default "text") --prove show proofs for the query results (default true) ``` @@ -30,10 +29,11 @@ akash query ibc channel packet-ack [port-id] [channel-id] [sequence] ``` --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") ``` ### SEE ALSO -* [akash query ibc channel](akash_query_ibc_channel.md) - IBC channel query subcommands +* [provider-services query ibc channel](provider-services_query_ibc_channel.md) - IBC channel query subcommands -###### Auto generated by spf13/cobra on 28-Apr-2022 +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/akash_query_ibc_channel_packet-commitment.md b/cli/provider-services_query_ibc_channel_packet-commitment.md similarity index 53% rename from cli/akash_query_ibc_channel_packet-commitment.md rename to cli/provider-services_query_ibc_channel_packet-commitment.md index 28b028ab..add29c28 100644 --- a/cli/akash_query_ibc_channel_packet-commitment.md +++ b/cli/provider-services_query_ibc_channel_packet-commitment.md @@ -1,4 +1,4 @@ -## akash query ibc channel packet-commitment +## provider-services query ibc channel packet-commitment Query a packet commitment @@ -7,13 +7,13 @@ Query a packet commitment Query a packet commitment ``` -akash query ibc channel packet-commitment [port-id] [channel-id] [sequence] [flags] +provider-services query ibc channel packet-commitment [port-id] [channel-id] [sequence] [flags] ``` ### Examples ``` -akash query ibc channel packet-commitment [port-id] [channel-id] [sequence] + query ibc channel packet-commitment [port-id] [channel-id] [sequence] ``` ### Options @@ -21,7 +21,6 @@ akash query ibc channel packet-commitment [port-id] [channel-id] [sequence] ``` --height int Use a specific height to query state at (this can error if the node is pruning state) -h, --help help for packet-commitment - --node string : to Tendermint RPC interface for this chain (default "tcp://localhost:26657") -o, --output string Output format (text|json) (default "text") --prove show proofs for the query results (default true) ``` @@ -30,10 +29,11 @@ akash query ibc channel packet-commitment [port-id] [channel-id] [sequence] ``` --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") ``` ### SEE ALSO -* [akash query ibc channel](akash_query_ibc_channel.md) - IBC channel query subcommands +* [provider-services query ibc channel](provider-services_query_ibc_channel.md) - IBC channel query subcommands -###### Auto generated by spf13/cobra on 28-Apr-2022 +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/akash_query_ibc_channel_packet-commitments.md b/cli/provider-services_query_ibc_channel_packet-commitments.md similarity index 72% rename from cli/akash_query_ibc_channel_packet-commitments.md rename to cli/provider-services_query_ibc_channel_packet-commitments.md index 683fcbf4..b8e3b3d4 100644 --- a/cli/akash_query_ibc_channel_packet-commitments.md +++ b/cli/provider-services_query_ibc_channel_packet-commitments.md @@ -1,4 +1,4 @@ -## akash query ibc channel packet-commitments +## provider-services query ibc channel packet-commitments Query all packet commitments associated with a channel @@ -7,13 +7,13 @@ Query all packet commitments associated with a channel Query all packet commitments associated with a channel ``` -akash query ibc channel packet-commitments [port-id] [channel-id] [flags] +provider-services query ibc channel packet-commitments [port-id] [channel-id] [flags] ``` ### Examples ``` -akash query ibc channel packet-commitments [port-id] [channel-id] + query ibc channel packet-commitments [port-id] [channel-id] ``` ### Options @@ -23,7 +23,6 @@ akash query ibc channel packet-commitments [port-id] [channel-id] --height int Use a specific height to query state at (this can error if the node is pruning state) -h, --help help for packet-commitments --limit uint pagination limit of packet commitments associated with a channel to query for (default 100) - --node string : to Tendermint RPC interface for this chain (default "tcp://localhost:26657") --offset uint pagination offset of packet commitments associated with a channel to query for -o, --output string Output format (text|json) (default "text") --page uint pagination page of packet commitments associated with a channel to query for. This sets offset to a multiple of limit (default 1) @@ -35,10 +34,11 @@ akash query ibc channel packet-commitments [port-id] [channel-id] ``` --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") ``` ### SEE ALSO -* [akash query ibc channel](akash_query_ibc_channel.md) - IBC channel query subcommands +* [provider-services query ibc channel](provider-services_query_ibc_channel.md) - IBC channel query subcommands -###### Auto generated by spf13/cobra on 28-Apr-2022 +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/akash_query_ibc_channel_packet-receipt.md b/cli/provider-services_query_ibc_channel_packet-receipt.md similarity index 53% rename from cli/akash_query_ibc_channel_packet-receipt.md rename to cli/provider-services_query_ibc_channel_packet-receipt.md index b647b832..e3f580f2 100644 --- a/cli/akash_query_ibc_channel_packet-receipt.md +++ b/cli/provider-services_query_ibc_channel_packet-receipt.md @@ -1,4 +1,4 @@ -## akash query ibc channel packet-receipt +## provider-services query ibc channel packet-receipt Query a packet receipt @@ -7,13 +7,13 @@ Query a packet receipt Query a packet receipt ``` -akash query ibc channel packet-receipt [port-id] [channel-id] [sequence] [flags] +provider-services query ibc channel packet-receipt [port-id] [channel-id] [sequence] [flags] ``` ### Examples ``` -akash query ibc channel packet-receipt [port-id] [channel-id] [sequence] + query ibc channel packet-receipt [port-id] [channel-id] [sequence] ``` ### Options @@ -21,7 +21,6 @@ akash query ibc channel packet-receipt [port-id] [channel-id] [sequence] ``` --height int Use a specific height to query state at (this can error if the node is pruning state) -h, --help help for packet-receipt - --node string : to Tendermint RPC interface for this chain (default "tcp://localhost:26657") -o, --output string Output format (text|json) (default "text") --prove show proofs for the query results (default true) ``` @@ -30,10 +29,11 @@ akash query ibc channel packet-receipt [port-id] [channel-id] [sequence] ``` --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") ``` ### SEE ALSO -* [akash query ibc channel](akash_query_ibc_channel.md) - IBC channel query subcommands +* [provider-services query ibc channel](provider-services_query_ibc_channel.md) - IBC channel query subcommands -###### Auto generated by spf13/cobra on 28-Apr-2022 +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/akash_query_ibc_channel_unreceived-acks.md b/cli/provider-services_query_ibc_channel_unreceived-acks.md similarity index 65% rename from cli/akash_query_ibc_channel_unreceived-acks.md rename to cli/provider-services_query_ibc_channel_unreceived-acks.md index b451b0b9..f307011c 100644 --- a/cli/akash_query_ibc_channel_unreceived-acks.md +++ b/cli/provider-services_query_ibc_channel_unreceived-acks.md @@ -1,4 +1,4 @@ -## akash query ibc channel unreceived-acks +## provider-services query ibc channel unreceived-acks Query all the unreceived acks associated with a channel @@ -11,13 +11,13 @@ The return value represents: ``` -akash query ibc channel unreceived-acks [port-id] [channel-id] [flags] +provider-services query ibc channel unreceived-acks [port-id] [channel-id] [flags] ``` ### Examples ``` -akash query ibc channel unreceived-acks [port-id] [channel-id] --sequences=1,2,3 + query ibc channel unreceived-acks [port-id] [channel-id] --sequences=1,2,3 ``` ### Options @@ -25,7 +25,6 @@ akash query ibc channel unreceived-acks [port-id] [channel-id] --sequences=1,2,3 ``` --height int Use a specific height to query state at (this can error if the node is pruning state) -h, --help help for unreceived-acks - --node string : to Tendermint RPC interface for this chain (default "tcp://localhost:26657") -o, --output string Output format (text|json) (default "text") --sequences int64Slice comma separated list of packet sequence numbers (default []) ``` @@ -34,10 +33,11 @@ akash query ibc channel unreceived-acks [port-id] [channel-id] --sequences=1,2,3 ``` --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") ``` ### SEE ALSO -* [akash query ibc channel](akash_query_ibc_channel.md) - IBC channel query subcommands +* [provider-services query ibc channel](provider-services_query_ibc_channel.md) - IBC channel query subcommands -###### Auto generated by spf13/cobra on 28-Apr-2022 +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/akash_query_ibc_channel_unreceived-packets.md b/cli/provider-services_query_ibc_channel_unreceived-packets.md similarity index 64% rename from cli/akash_query_ibc_channel_unreceived-packets.md rename to cli/provider-services_query_ibc_channel_unreceived-packets.md index 53bfab83..afe21291 100644 --- a/cli/akash_query_ibc_channel_unreceived-packets.md +++ b/cli/provider-services_query_ibc_channel_unreceived-packets.md @@ -1,4 +1,4 @@ -## akash query ibc channel unreceived-packets +## provider-services query ibc channel unreceived-packets Query all the unreceived packets associated with a channel @@ -11,13 +11,13 @@ The return value represents: ``` -akash query ibc channel unreceived-packets [port-id] [channel-id] [flags] +provider-services query ibc channel unreceived-packets [port-id] [channel-id] [flags] ``` ### Examples ``` -akash query ibc channel unreceived-packets [port-id] [channel-id] --sequences=1,2,3 + query ibc channel unreceived-packets [port-id] [channel-id] --sequences=1,2,3 ``` ### Options @@ -25,7 +25,6 @@ akash query ibc channel unreceived-packets [port-id] [channel-id] --sequences=1, ``` --height int Use a specific height to query state at (this can error if the node is pruning state) -h, --help help for unreceived-packets - --node string : to Tendermint RPC interface for this chain (default "tcp://localhost:26657") -o, --output string Output format (text|json) (default "text") --sequences int64Slice comma separated list of packet sequence numbers (default []) ``` @@ -34,10 +33,11 @@ akash query ibc channel unreceived-packets [port-id] [channel-id] --sequences=1, ``` --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") ``` ### SEE ALSO -* [akash query ibc channel](akash_query_ibc_channel.md) - IBC channel query subcommands +* [provider-services query ibc channel](provider-services_query_ibc_channel.md) - IBC channel query subcommands -###### Auto generated by spf13/cobra on 28-Apr-2022 +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/provider-services_query_ibc_client.md b/cli/provider-services_query_ibc_client.md new file mode 100644 index 00000000..e0d5f0a4 --- /dev/null +++ b/cli/provider-services_query_ibc_client.md @@ -0,0 +1,35 @@ +## provider-services query ibc client + +IBC client query subcommands + +``` +provider-services query ibc client [flags] +``` + +### Options + +``` + -h, --help help for client +``` + +### Options inherited from parent commands + +``` + --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") +``` + +### SEE ALSO + +* [provider-services query ibc](provider-services_query_ibc.md) - Querying commands for the IBC module +* [provider-services query ibc client consensus-state](provider-services_query_ibc_client_consensus-state.md) - Query the consensus state of a client at a given height +* [provider-services query ibc client consensus-state-heights](provider-services_query_ibc_client_consensus-state-heights.md) - Query the heights of all consensus states of a client. +* [provider-services query ibc client consensus-states](provider-services_query_ibc_client_consensus-states.md) - Query all the consensus states of a client. +* [provider-services query ibc client header](provider-services_query_ibc_client_header.md) - Query the latest header of the running chain +* [provider-services query ibc client params](provider-services_query_ibc_client_params.md) - Query the current ibc client parameters +* [provider-services query ibc client self-consensus-state](provider-services_query_ibc_client_self-consensus-state.md) - Query the self consensus state for this chain +* [provider-services query ibc client state](provider-services_query_ibc_client_state.md) - Query a client state +* [provider-services query ibc client states](provider-services_query_ibc_client_states.md) - Query all available light clients +* [provider-services query ibc client status](provider-services_query_ibc_client_status.md) - Query client status + +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/provider-services_query_ibc_client_consensus-state-heights.md b/cli/provider-services_query_ibc_client_consensus-state-heights.md new file mode 100644 index 00000000..740881db --- /dev/null +++ b/cli/provider-services_query_ibc_client_consensus-state-heights.md @@ -0,0 +1,44 @@ +## provider-services query ibc client consensus-state-heights + +Query the heights of all consensus states of a client. + +### Synopsis + +Query the heights of all consensus states associated with the provided client ID. + +``` +provider-services query ibc client consensus-state-heights [client-id] [flags] +``` + +### Examples + +``` + query ibc client consensus-state-heights [client-id] +``` + +### Options + +``` + --count-total count total number of records in consensus state heights to query for + --height int Use a specific height to query state at (this can error if the node is pruning state) + -h, --help help for consensus-state-heights + --limit uint pagination limit of consensus state heights to query for (default 100) + --offset uint pagination offset of consensus state heights to query for + -o, --output string Output format (text|json) (default "text") + --page uint pagination page of consensus state heights to query for. This sets offset to a multiple of limit (default 1) + --page-key string pagination page-key of consensus state heights to query for + --reverse results are sorted in descending order +``` + +### Options inherited from parent commands + +``` + --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") +``` + +### SEE ALSO + +* [provider-services query ibc client](provider-services_query_ibc_client.md) - IBC client query subcommands + +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/akash_query_ibc_client_consensus-state.md b/cli/provider-services_query_ibc_client_consensus-state.md similarity index 64% rename from cli/akash_query_ibc_client_consensus-state.md rename to cli/provider-services_query_ibc_client_consensus-state.md index 73ab9a42..c2926171 100644 --- a/cli/akash_query_ibc_client_consensus-state.md +++ b/cli/provider-services_query_ibc_client_consensus-state.md @@ -1,4 +1,4 @@ -## akash query ibc client consensus-state +## provider-services query ibc client consensus-state Query the consensus state of a client at a given height @@ -8,13 +8,13 @@ Query the consensus state for a particular light client at a given height. If the '--latest' flag is included, the query returns the latest consensus state, overriding the height argument. ``` -akash query ibc client consensus-state [client-id] [height] [flags] +provider-services query ibc client consensus-state [client-id] [height] [flags] ``` ### Examples ``` -akash query ibc client consensus-state [client-id] [height] + query ibc client consensus-state [client-id] [height] ``` ### Options @@ -23,7 +23,6 @@ akash query ibc client consensus-state [client-id] [height] --height int Use a specific height to query state at (this can error if the node is pruning state) -h, --help help for consensus-state --latest-height return latest stored consensus state - --node string : to Tendermint RPC interface for this chain (default "tcp://localhost:26657") -o, --output string Output format (text|json) (default "text") --prove show proofs for the query results (default true) ``` @@ -32,10 +31,11 @@ akash query ibc client consensus-state [client-id] [height] ``` --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") ``` ### SEE ALSO -* [akash query ibc client](akash_query_ibc_client.md) - IBC client query subcommands +* [provider-services query ibc client](provider-services_query_ibc_client.md) - IBC client query subcommands -###### Auto generated by spf13/cobra on 28-Apr-2022 +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/akash_query_ibc_client_consensus-states.md b/cli/provider-services_query_ibc_client_consensus-states.md similarity index 71% rename from cli/akash_query_ibc_client_consensus-states.md rename to cli/provider-services_query_ibc_client_consensus-states.md index b9394188..4afa576f 100644 --- a/cli/akash_query_ibc_client_consensus-states.md +++ b/cli/provider-services_query_ibc_client_consensus-states.md @@ -1,4 +1,4 @@ -## akash query ibc client consensus-states +## provider-services query ibc client consensus-states Query all the consensus states of a client. @@ -7,13 +7,13 @@ Query all the consensus states of a client. Query all the consensus states from a given client state. ``` -akash query ibc client consensus-states [client-id] [flags] +provider-services query ibc client consensus-states [client-id] [flags] ``` ### Examples ``` -akash query ibc client consensus-states [client-id] + query ibc client consensus-states [client-id] ``` ### Options @@ -23,7 +23,6 @@ akash query ibc client consensus-states [client-id] --height int Use a specific height to query state at (this can error if the node is pruning state) -h, --help help for consensus-states --limit uint pagination limit of consensus states to query for (default 100) - --node string : to Tendermint RPC interface for this chain (default "tcp://localhost:26657") --offset uint pagination offset of consensus states to query for -o, --output string Output format (text|json) (default "text") --page uint pagination page of consensus states to query for. This sets offset to a multiple of limit (default 1) @@ -35,10 +34,11 @@ akash query ibc client consensus-states [client-id] ``` --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") ``` ### SEE ALSO -* [akash query ibc client](akash_query_ibc_client.md) - IBC client query subcommands +* [provider-services query ibc client](provider-services_query_ibc_client.md) - IBC client query subcommands -###### Auto generated by spf13/cobra on 28-Apr-2022 +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/akash_query_ibc_client_header.md b/cli/provider-services_query_ibc_client_header.md similarity index 57% rename from cli/akash_query_ibc_client_header.md rename to cli/provider-services_query_ibc_client_header.md index 1b461641..97c09e56 100644 --- a/cli/akash_query_ibc_client_header.md +++ b/cli/provider-services_query_ibc_client_header.md @@ -1,4 +1,4 @@ -## akash query ibc client header +## provider-services query ibc client header Query the latest header of the running chain @@ -7,13 +7,13 @@ Query the latest header of the running chain Query the latest Tendermint header of the running chain ``` -akash query ibc client header [flags] +provider-services query ibc client header [flags] ``` ### Examples ``` -akash query ibc client header + query ibc client header ``` ### Options @@ -21,7 +21,6 @@ akash query ibc client header ``` --height int Use a specific height to query state at (this can error if the node is pruning state) -h, --help help for header - --node string : to Tendermint RPC interface for this chain (default "tcp://localhost:26657") -o, --output string Output format (text|json) (default "text") ``` @@ -29,10 +28,11 @@ akash query ibc client header ``` --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") ``` ### SEE ALSO -* [akash query ibc client](akash_query_ibc_client.md) - IBC client query subcommands +* [provider-services query ibc client](provider-services_query_ibc_client.md) - IBC client query subcommands -###### Auto generated by spf13/cobra on 28-Apr-2022 +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/akash_query_ibc_client_params.md b/cli/provider-services_query_ibc_client_params.md similarity index 56% rename from cli/akash_query_ibc_client_params.md rename to cli/provider-services_query_ibc_client_params.md index b7c8c635..77a7b0bb 100644 --- a/cli/akash_query_ibc_client_params.md +++ b/cli/provider-services_query_ibc_client_params.md @@ -1,4 +1,4 @@ -## akash query ibc client params +## provider-services query ibc client params Query the current ibc client parameters @@ -7,13 +7,13 @@ Query the current ibc client parameters Query the current ibc client parameters ``` -akash query ibc client params [flags] +provider-services query ibc client params [flags] ``` ### Examples ``` -akash query ibc client params + query ibc client params ``` ### Options @@ -21,7 +21,6 @@ akash query ibc client params ``` --height int Use a specific height to query state at (this can error if the node is pruning state) -h, --help help for params - --node string : to Tendermint RPC interface for this chain (default "tcp://localhost:26657") -o, --output string Output format (text|json) (default "text") ``` @@ -29,10 +28,11 @@ akash query ibc client params ``` --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") ``` ### SEE ALSO -* [akash query ibc client](akash_query_ibc_client.md) - IBC client query subcommands +* [provider-services query ibc client](provider-services_query_ibc_client.md) - IBC client query subcommands -###### Auto generated by spf13/cobra on 28-Apr-2022 +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/provider-services_query_ibc_client_self-consensus-state.md b/cli/provider-services_query_ibc_client_self-consensus-state.md new file mode 100644 index 00000000..7c7a9b46 --- /dev/null +++ b/cli/provider-services_query_ibc_client_self-consensus-state.md @@ -0,0 +1,38 @@ +## provider-services query ibc client self-consensus-state + +Query the self consensus state for this chain + +### Synopsis + +Query the self consensus state for this chain. This result may be used for verifying IBC clients representing this chain which are hosted on counterparty chains. + +``` +provider-services query ibc client self-consensus-state [flags] +``` + +### Examples + +``` + query ibc client self-consensus-state +``` + +### Options + +``` + --height int Use a specific height to query state at (this can error if the node is pruning state) + -h, --help help for self-consensus-state + -o, --output string Output format (text|json) (default "text") +``` + +### Options inherited from parent commands + +``` + --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") +``` + +### SEE ALSO + +* [provider-services query ibc client](provider-services_query_ibc_client.md) - IBC client query subcommands + +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/akash_query_ibc_client_state.md b/cli/provider-services_query_ibc_client_state.md similarity index 57% rename from cli/akash_query_ibc_client_state.md rename to cli/provider-services_query_ibc_client_state.md index 234a1f45..9c60fccf 100644 --- a/cli/akash_query_ibc_client_state.md +++ b/cli/provider-services_query_ibc_client_state.md @@ -1,4 +1,4 @@ -## akash query ibc client state +## provider-services query ibc client state Query a client state @@ -7,13 +7,13 @@ Query a client state Query stored client state ``` -akash query ibc client state [client-id] [flags] +provider-services query ibc client state [client-id] [flags] ``` ### Examples ``` -akash query ibc client state [client-id] + query ibc client state [client-id] ``` ### Options @@ -21,7 +21,6 @@ akash query ibc client state [client-id] ``` --height int Use a specific height to query state at (this can error if the node is pruning state) -h, --help help for state - --node string : to Tendermint RPC interface for this chain (default "tcp://localhost:26657") -o, --output string Output format (text|json) (default "text") --prove show proofs for the query results (default true) ``` @@ -30,10 +29,11 @@ akash query ibc client state [client-id] ``` --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") ``` ### SEE ALSO -* [akash query ibc client](akash_query_ibc_client.md) - IBC client query subcommands +* [provider-services query ibc client](provider-services_query_ibc_client.md) - IBC client query subcommands -###### Auto generated by spf13/cobra on 28-Apr-2022 +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/akash_query_ibc_client_states.md b/cli/provider-services_query_ibc_client_states.md similarity index 73% rename from cli/akash_query_ibc_client_states.md rename to cli/provider-services_query_ibc_client_states.md index 17925336..f8dc4bae 100644 --- a/cli/akash_query_ibc_client_states.md +++ b/cli/provider-services_query_ibc_client_states.md @@ -1,4 +1,4 @@ -## akash query ibc client states +## provider-services query ibc client states Query all available light clients @@ -7,13 +7,13 @@ Query all available light clients Query all available light clients ``` -akash query ibc client states [flags] +provider-services query ibc client states [flags] ``` ### Examples ``` -akash query ibc client states + query ibc client states ``` ### Options @@ -23,7 +23,6 @@ akash query ibc client states --height int Use a specific height to query state at (this can error if the node is pruning state) -h, --help help for states --limit uint pagination limit of client states to query for (default 100) - --node string : to Tendermint RPC interface for this chain (default "tcp://localhost:26657") --offset uint pagination offset of client states to query for -o, --output string Output format (text|json) (default "text") --page uint pagination page of client states to query for. This sets offset to a multiple of limit (default 1) @@ -35,10 +34,11 @@ akash query ibc client states ``` --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") ``` ### SEE ALSO -* [akash query ibc client](akash_query_ibc_client.md) - IBC client query subcommands +* [provider-services query ibc client](provider-services_query_ibc_client.md) - IBC client query subcommands -###### Auto generated by spf13/cobra on 28-Apr-2022 +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/provider-services_query_ibc_client_status.md b/cli/provider-services_query_ibc_client_status.md new file mode 100644 index 00000000..85ea2081 --- /dev/null +++ b/cli/provider-services_query_ibc_client_status.md @@ -0,0 +1,36 @@ +## provider-services query ibc client status + +Query client status + +### Synopsis + +Query client activity status. Any client without an 'Active' status is considered inactive + +``` +provider-services query ibc client status [client-id] [flags] +``` + +### Examples + +``` + query ibc client status [client-id] +``` + +### Options + +``` + -h, --help help for status +``` + +### Options inherited from parent commands + +``` + --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") +``` + +### SEE ALSO + +* [provider-services query ibc client](provider-services_query_ibc_client.md) - IBC client query subcommands + +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/provider-services_query_ibc_connection.md b/cli/provider-services_query_ibc_connection.md new file mode 100644 index 00000000..49b2a6c1 --- /dev/null +++ b/cli/provider-services_query_ibc_connection.md @@ -0,0 +1,25 @@ +## provider-services query ibc connection + +IBC connection query subcommands + +### Options + +``` + -h, --help help for connection +``` + +### Options inherited from parent commands + +``` + --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") +``` + +### SEE ALSO + +* [provider-services query ibc](provider-services_query_ibc.md) - Querying commands for the IBC module +* [provider-services query ibc connection connections](provider-services_query_ibc_connection_connections.md) - Query all connections +* [provider-services query ibc connection end](provider-services_query_ibc_connection_end.md) - Query stored connection end +* [provider-services query ibc connection path](provider-services_query_ibc_connection_path.md) - Query stored client connection paths + +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/akash_query_ibc_connection_connections.md b/cli/provider-services_query_ibc_connection_connections.md similarity index 71% rename from cli/akash_query_ibc_connection_connections.md rename to cli/provider-services_query_ibc_connection_connections.md index 77233f9f..04be308e 100644 --- a/cli/akash_query_ibc_connection_connections.md +++ b/cli/provider-services_query_ibc_connection_connections.md @@ -1,4 +1,4 @@ -## akash query ibc connection connections +## provider-services query ibc connection connections Query all connections @@ -7,13 +7,13 @@ Query all connections Query all connections ends from a chain ``` -akash query ibc connection connections [flags] +provider-services query ibc connection connections [flags] ``` ### Examples ``` -akash query ibc connection connections + query ibc connection connections ``` ### Options @@ -23,7 +23,6 @@ akash query ibc connection connections --height int Use a specific height to query state at (this can error if the node is pruning state) -h, --help help for connections --limit uint pagination limit of connection ends to query for (default 100) - --node string : to Tendermint RPC interface for this chain (default "tcp://localhost:26657") --offset uint pagination offset of connection ends to query for -o, --output string Output format (text|json) (default "text") --page uint pagination page of connection ends to query for. This sets offset to a multiple of limit (default 1) @@ -35,10 +34,11 @@ akash query ibc connection connections ``` --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") ``` ### SEE ALSO -* [akash query ibc connection](akash_query_ibc_connection.md) - IBC connection query subcommands +* [provider-services query ibc connection](provider-services_query_ibc_connection.md) - IBC connection query subcommands -###### Auto generated by spf13/cobra on 28-Apr-2022 +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/akash_query_ibc_connection_end.md b/cli/provider-services_query_ibc_connection_end.md similarity index 56% rename from cli/akash_query_ibc_connection_end.md rename to cli/provider-services_query_ibc_connection_end.md index 32dd0fa5..07fc009b 100644 --- a/cli/akash_query_ibc_connection_end.md +++ b/cli/provider-services_query_ibc_connection_end.md @@ -1,4 +1,4 @@ -## akash query ibc connection end +## provider-services query ibc connection end Query stored connection end @@ -7,13 +7,13 @@ Query stored connection end Query stored connection end ``` -akash query ibc connection end [connection-id] [flags] +provider-services query ibc connection end [connection-id] [flags] ``` ### Examples ``` -akash query ibc connection end [connection-id] + query ibc connection end [connection-id] ``` ### Options @@ -21,7 +21,6 @@ akash query ibc connection end [connection-id] ``` --height int Use a specific height to query state at (this can error if the node is pruning state) -h, --help help for end - --node string : to Tendermint RPC interface for this chain (default "tcp://localhost:26657") -o, --output string Output format (text|json) (default "text") --prove show proofs for the query results (default true) ``` @@ -30,10 +29,11 @@ akash query ibc connection end [connection-id] ``` --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") ``` ### SEE ALSO -* [akash query ibc connection](akash_query_ibc_connection.md) - IBC connection query subcommands +* [provider-services query ibc connection](provider-services_query_ibc_connection.md) - IBC connection query subcommands -###### Auto generated by spf13/cobra on 28-Apr-2022 +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/akash_query_ibc_connection_path.md b/cli/provider-services_query_ibc_connection_path.md similarity index 57% rename from cli/akash_query_ibc_connection_path.md rename to cli/provider-services_query_ibc_connection_path.md index c93133ed..9a46d386 100644 --- a/cli/akash_query_ibc_connection_path.md +++ b/cli/provider-services_query_ibc_connection_path.md @@ -1,4 +1,4 @@ -## akash query ibc connection path +## provider-services query ibc connection path Query stored client connection paths @@ -7,13 +7,13 @@ Query stored client connection paths Query stored client connection paths ``` -akash query ibc connection path [client-id] [flags] +provider-services query ibc connection path [client-id] [flags] ``` ### Examples ``` -akash query ibc connection path [client-id] + query ibc connection path [client-id] ``` ### Options @@ -21,7 +21,6 @@ akash query ibc connection path [client-id] ``` --height int Use a specific height to query state at (this can error if the node is pruning state) -h, --help help for path - --node string : to Tendermint RPC interface for this chain (default "tcp://localhost:26657") -o, --output string Output format (text|json) (default "text") --prove show proofs for the query results (default true) ``` @@ -30,10 +29,11 @@ akash query ibc connection path [client-id] ``` --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") ``` ### SEE ALSO -* [akash query ibc connection](akash_query_ibc_connection.md) - IBC connection query subcommands +* [provider-services query ibc connection](provider-services_query_ibc_connection.md) - IBC connection query subcommands -###### Auto generated by spf13/cobra on 28-Apr-2022 +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/provider-services_query_icaauth.md b/cli/provider-services_query_icaauth.md new file mode 100644 index 00000000..3713e603 --- /dev/null +++ b/cli/provider-services_query_icaauth.md @@ -0,0 +1,27 @@ +## provider-services query icaauth + +Querying commands for the icaatuh module + +``` +provider-services query icaauth [flags] +``` + +### Options + +``` + -h, --help help for icaauth +``` + +### Options inherited from parent commands + +``` + --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") +``` + +### SEE ALSO + +* [provider-services query](provider-services_query.md) - Querying subcommands +* [provider-services query icaauth icaccounts](provider-services_query_icaauth_icaccounts.md) - + +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/provider-services_query_icaauth_icaccounts.md b/cli/provider-services_query_icaauth_icaccounts.md new file mode 100644 index 00000000..ce152ba8 --- /dev/null +++ b/cli/provider-services_query_icaauth_icaccounts.md @@ -0,0 +1,28 @@ +## provider-services query icaauth icaccounts + + + +``` +provider-services query icaauth icaccounts [connection-id] [owner-account] [flags] +``` + +### Options + +``` + --height int Use a specific height to query state at (this can error if the node is pruning state) + -h, --help help for icaccounts + -o, --output string Output format (text|json) (default "text") +``` + +### Options inherited from parent commands + +``` + --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") +``` + +### SEE ALSO + +* [provider-services query icaauth](provider-services_query_icaauth.md) - Querying commands for the icaatuh module + +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/provider-services_query_interchain-accounts.md b/cli/provider-services_query_interchain-accounts.md new file mode 100644 index 00000000..b5a7a96a --- /dev/null +++ b/cli/provider-services_query_interchain-accounts.md @@ -0,0 +1,24 @@ +## provider-services query interchain-accounts + +interchain-accounts subcommands + +### Options + +``` + -h, --help help for interchain-accounts +``` + +### Options inherited from parent commands + +``` + --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") +``` + +### SEE ALSO + +* [provider-services query](provider-services_query.md) - Querying subcommands +* [provider-services query interchain-accounts controller](provider-services_query_interchain-accounts_controller.md) - interchain-accounts controller subcommands +* [provider-services query interchain-accounts host](provider-services_query_interchain-accounts_host.md) - interchain-accounts host subcommands + +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/provider-services_query_interchain-accounts_controller.md b/cli/provider-services_query_interchain-accounts_controller.md new file mode 100644 index 00000000..5746fd2a --- /dev/null +++ b/cli/provider-services_query_interchain-accounts_controller.md @@ -0,0 +1,23 @@ +## provider-services query interchain-accounts controller + +interchain-accounts controller subcommands + +### Options + +``` + -h, --help help for controller +``` + +### Options inherited from parent commands + +``` + --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") +``` + +### SEE ALSO + +* [provider-services query interchain-accounts](provider-services_query_interchain-accounts.md) - interchain-accounts subcommands +* [provider-services query interchain-accounts controller params](provider-services_query_interchain-accounts_controller_params.md) - Query the current interchain-accounts controller submodule parameters + +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/provider-services_query_interchain-accounts_controller_params.md b/cli/provider-services_query_interchain-accounts_controller_params.md new file mode 100644 index 00000000..89d3dac3 --- /dev/null +++ b/cli/provider-services_query_interchain-accounts_controller_params.md @@ -0,0 +1,38 @@ +## provider-services query interchain-accounts controller params + +Query the current interchain-accounts controller submodule parameters + +### Synopsis + +Query the current interchain-accounts controller submodule parameters + +``` +provider-services query interchain-accounts controller params [flags] +``` + +### Examples + +``` + query interchain-accounts controller params +``` + +### Options + +``` + --height int Use a specific height to query state at (this can error if the node is pruning state) + -h, --help help for params + -o, --output string Output format (text|json) (default "text") +``` + +### Options inherited from parent commands + +``` + --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") +``` + +### SEE ALSO + +* [provider-services query interchain-accounts controller](provider-services_query_interchain-accounts_controller.md) - interchain-accounts controller subcommands + +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/provider-services_query_interchain-accounts_host.md b/cli/provider-services_query_interchain-accounts_host.md new file mode 100644 index 00000000..e022c1e2 --- /dev/null +++ b/cli/provider-services_query_interchain-accounts_host.md @@ -0,0 +1,24 @@ +## provider-services query interchain-accounts host + +interchain-accounts host subcommands + +### Options + +``` + -h, --help help for host +``` + +### Options inherited from parent commands + +``` + --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") +``` + +### SEE ALSO + +* [provider-services query interchain-accounts](provider-services_query_interchain-accounts.md) - interchain-accounts subcommands +* [provider-services query interchain-accounts host packet-events](provider-services_query_interchain-accounts_host_packet-events.md) - Query the interchain-accounts host submodule packet events +* [provider-services query interchain-accounts host params](provider-services_query_interchain-accounts_host_params.md) - Query the current interchain-accounts host submodule parameters + +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/provider-services_query_interchain-accounts_host_packet-events.md b/cli/provider-services_query_interchain-accounts_host_packet-events.md new file mode 100644 index 00000000..e65ffacf --- /dev/null +++ b/cli/provider-services_query_interchain-accounts_host_packet-events.md @@ -0,0 +1,38 @@ +## provider-services query interchain-accounts host packet-events + +Query the interchain-accounts host submodule packet events + +### Synopsis + +Query the interchain-accounts host submodule packet events for a particular channel and sequence + +``` +provider-services query interchain-accounts host packet-events [channel-id] [sequence] [flags] +``` + +### Examples + +``` + query interchain-accounts host packet-events channel-0 100 +``` + +### Options + +``` + --height int Use a specific height to query state at (this can error if the node is pruning state) + -h, --help help for packet-events + -o, --output string Output format (text|json) (default "text") +``` + +### Options inherited from parent commands + +``` + --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") +``` + +### SEE ALSO + +* [provider-services query interchain-accounts host](provider-services_query_interchain-accounts_host.md) - interchain-accounts host subcommands + +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/provider-services_query_interchain-accounts_host_params.md b/cli/provider-services_query_interchain-accounts_host_params.md new file mode 100644 index 00000000..37166883 --- /dev/null +++ b/cli/provider-services_query_interchain-accounts_host_params.md @@ -0,0 +1,38 @@ +## provider-services query interchain-accounts host params + +Query the current interchain-accounts host submodule parameters + +### Synopsis + +Query the current interchain-accounts host submodule parameters + +``` +provider-services query interchain-accounts host params [flags] +``` + +### Examples + +``` + query interchain-accounts host params +``` + +### Options + +``` + --height int Use a specific height to query state at (this can error if the node is pruning state) + -h, --help help for params + -o, --output string Output format (text|json) (default "text") +``` + +### Options inherited from parent commands + +``` + --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") +``` + +### SEE ALSO + +* [provider-services query interchain-accounts host](provider-services_query_interchain-accounts_host.md) - interchain-accounts host subcommands + +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/provider-services_query_market.md b/cli/provider-services_query_market.md new file mode 100644 index 00000000..1b3b5036 --- /dev/null +++ b/cli/provider-services_query_market.md @@ -0,0 +1,29 @@ +## provider-services query market + +Market query commands + +``` +provider-services query market [flags] +``` + +### Options + +``` + -h, --help help for market +``` + +### Options inherited from parent commands + +``` + --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") +``` + +### SEE ALSO + +* [provider-services query](provider-services_query.md) - Querying subcommands +* [provider-services query market bid](provider-services_query_market_bid.md) - Bid query commands +* [provider-services query market lease](provider-services_query_market_lease.md) - Lease query commands +* [provider-services query market order](provider-services_query_market_order.md) - Order query commands + +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/provider-services_query_market_bid.md b/cli/provider-services_query_market_bid.md new file mode 100644 index 00000000..d2b3cc1c --- /dev/null +++ b/cli/provider-services_query_market_bid.md @@ -0,0 +1,28 @@ +## provider-services query market bid + +Bid query commands + +``` +provider-services query market bid [flags] +``` + +### Options + +``` + -h, --help help for bid +``` + +### Options inherited from parent commands + +``` + --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") +``` + +### SEE ALSO + +* [provider-services query market](provider-services_query_market.md) - Market query commands +* [provider-services query market bid get](provider-services_query_market_bid_get.md) - Query order +* [provider-services query market bid list](provider-services_query_market_bid_list.md) - Query for all bids + +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/akash_query_market_bid_get.md b/cli/provider-services_query_market_bid_get.md similarity index 65% rename from cli/akash_query_market_bid_get.md rename to cli/provider-services_query_market_bid_get.md index b5697ead..5ac76569 100644 --- a/cli/akash_query_market_bid_get.md +++ b/cli/provider-services_query_market_bid_get.md @@ -1,9 +1,9 @@ -## akash query market bid get +## provider-services query market bid get Query order ``` -akash query market bid get [flags] +provider-services query market bid get [flags] ``` ### Options @@ -13,7 +13,6 @@ akash query market bid get [flags] --gseq uint32 Group Sequence (default 1) --height int Use a specific height to query state at (this can error if the node is pruning state) -h, --help help for get - --node string : to Tendermint RPC interface for this chain (default "tcp://localhost:26657") --oseq uint32 Order Sequence (default 1) -o, --output string Output format (text|json) (default "text") --owner string Deployment Owner @@ -24,10 +23,11 @@ akash query market bid get [flags] ``` --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") ``` ### SEE ALSO -* [akash query market bid](akash_query_market_bid.md) - Bid query commands +* [provider-services query market bid](provider-services_query_market_bid.md) - Bid query commands -###### Auto generated by spf13/cobra on 28-Apr-2022 +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/akash_query_market_bid_list.md b/cli/provider-services_query_market_bid_list.md similarity index 79% rename from cli/akash_query_market_bid_list.md rename to cli/provider-services_query_market_bid_list.md index 71b60d04..479183b3 100644 --- a/cli/akash_query_market_bid_list.md +++ b/cli/provider-services_query_market_bid_list.md @@ -1,9 +1,9 @@ -## akash query market bid list +## provider-services query market bid list Query for all bids ``` -akash query market bid list [flags] +provider-services query market bid list [flags] ``` ### Options @@ -15,7 +15,6 @@ akash query market bid list [flags] --height int Use a specific height to query state at (this can error if the node is pruning state) -h, --help help for list --limit uint pagination limit of bids to query for (default 100) - --node string : to Tendermint RPC interface for this chain (default "tcp://localhost:26657") --offset uint pagination offset of bids to query for --oseq uint32 order sequence to filter (default 1) -o, --output string Output format (text|json) (default "text") @@ -31,10 +30,11 @@ akash query market bid list [flags] ``` --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") ``` ### SEE ALSO -* [akash query market bid](akash_query_market_bid.md) - Bid query commands +* [provider-services query market bid](provider-services_query_market_bid.md) - Bid query commands -###### Auto generated by spf13/cobra on 28-Apr-2022 +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/provider-services_query_market_lease.md b/cli/provider-services_query_market_lease.md new file mode 100644 index 00000000..fe62ced9 --- /dev/null +++ b/cli/provider-services_query_market_lease.md @@ -0,0 +1,28 @@ +## provider-services query market lease + +Lease query commands + +``` +provider-services query market lease [flags] +``` + +### Options + +``` + -h, --help help for lease +``` + +### Options inherited from parent commands + +``` + --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") +``` + +### SEE ALSO + +* [provider-services query market](provider-services_query_market.md) - Market query commands +* [provider-services query market lease get](provider-services_query_market_lease_get.md) - Query order +* [provider-services query market lease list](provider-services_query_market_lease_list.md) - Query for all leases + +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/akash_query_market_lease_get.md b/cli/provider-services_query_market_lease_get.md similarity index 65% rename from cli/akash_query_market_lease_get.md rename to cli/provider-services_query_market_lease_get.md index bd26810c..9c1a67a5 100644 --- a/cli/akash_query_market_lease_get.md +++ b/cli/provider-services_query_market_lease_get.md @@ -1,9 +1,9 @@ -## akash query market lease get +## provider-services query market lease get Query order ``` -akash query market lease get [flags] +provider-services query market lease get [flags] ``` ### Options @@ -13,7 +13,6 @@ akash query market lease get [flags] --gseq uint32 Group Sequence (default 1) --height int Use a specific height to query state at (this can error if the node is pruning state) -h, --help help for get - --node string : to Tendermint RPC interface for this chain (default "tcp://localhost:26657") --oseq uint32 Order Sequence (default 1) -o, --output string Output format (text|json) (default "text") --owner string Deployment Owner @@ -24,10 +23,11 @@ akash query market lease get [flags] ``` --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") ``` ### SEE ALSO -* [akash query market lease](akash_query_market_lease.md) - Lease query commands +* [provider-services query market lease](provider-services_query_market_lease.md) - Lease query commands -###### Auto generated by spf13/cobra on 28-Apr-2022 +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/akash_query_market_lease_list.md b/cli/provider-services_query_market_lease_list.md similarity index 79% rename from cli/akash_query_market_lease_list.md rename to cli/provider-services_query_market_lease_list.md index 85ce1adc..535f6831 100644 --- a/cli/akash_query_market_lease_list.md +++ b/cli/provider-services_query_market_lease_list.md @@ -1,9 +1,9 @@ -## akash query market lease list +## provider-services query market lease list Query for all leases ``` -akash query market lease list [flags] +provider-services query market lease list [flags] ``` ### Options @@ -15,7 +15,6 @@ akash query market lease list [flags] --height int Use a specific height to query state at (this can error if the node is pruning state) -h, --help help for list --limit uint pagination limit of leases to query for (default 100) - --node string : to Tendermint RPC interface for this chain (default "tcp://localhost:26657") --offset uint pagination offset of leases to query for --oseq uint32 order sequence to filter (default 1) -o, --output string Output format (text|json) (default "text") @@ -31,10 +30,11 @@ akash query market lease list [flags] ``` --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") ``` ### SEE ALSO -* [akash query market lease](akash_query_market_lease.md) - Lease query commands +* [provider-services query market lease](provider-services_query_market_lease.md) - Lease query commands -###### Auto generated by spf13/cobra on 28-Apr-2022 +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/provider-services_query_market_order.md b/cli/provider-services_query_market_order.md new file mode 100644 index 00000000..cd2a1a27 --- /dev/null +++ b/cli/provider-services_query_market_order.md @@ -0,0 +1,28 @@ +## provider-services query market order + +Order query commands + +``` +provider-services query market order [flags] +``` + +### Options + +``` + -h, --help help for order +``` + +### Options inherited from parent commands + +``` + --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") +``` + +### SEE ALSO + +* [provider-services query market](provider-services_query_market.md) - Market query commands +* [provider-services query market order get](provider-services_query_market_order_get.md) - Query order +* [provider-services query market order list](provider-services_query_market_order_list.md) - Query for all orders + +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/akash_query_market_order_get.md b/cli/provider-services_query_market_order_get.md similarity index 63% rename from cli/akash_query_market_order_get.md rename to cli/provider-services_query_market_order_get.md index 78cde157..eac9468a 100644 --- a/cli/akash_query_market_order_get.md +++ b/cli/provider-services_query_market_order_get.md @@ -1,9 +1,9 @@ -## akash query market order get +## provider-services query market order get Query order ``` -akash query market order get [flags] +provider-services query market order get [flags] ``` ### Options @@ -13,7 +13,6 @@ akash query market order get [flags] --gseq uint32 Group Sequence (default 1) --height int Use a specific height to query state at (this can error if the node is pruning state) -h, --help help for get - --node string : to Tendermint RPC interface for this chain (default "tcp://localhost:26657") --oseq uint32 Order Sequence (default 1) -o, --output string Output format (text|json) (default "text") --owner string Deployment Owner @@ -23,10 +22,11 @@ akash query market order get [flags] ``` --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") ``` ### SEE ALSO -* [akash query market order](akash_query_market_order.md) - Order query commands +* [provider-services query market order](provider-services_query_market_order.md) - Order query commands -###### Auto generated by spf13/cobra on 28-Apr-2022 +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/akash_query_market_order_list.md b/cli/provider-services_query_market_order_list.md similarity index 78% rename from cli/akash_query_market_order_list.md rename to cli/provider-services_query_market_order_list.md index 1771c4b5..833bc516 100644 --- a/cli/akash_query_market_order_list.md +++ b/cli/provider-services_query_market_order_list.md @@ -1,9 +1,9 @@ -## akash query market order list +## provider-services query market order list Query for all orders ``` -akash query market order list [flags] +provider-services query market order list [flags] ``` ### Options @@ -15,7 +15,6 @@ akash query market order list [flags] --height int Use a specific height to query state at (this can error if the node is pruning state) -h, --help help for list --limit uint pagination limit of orders to query for (default 100) - --node string : to Tendermint RPC interface for this chain (default "tcp://localhost:26657") --offset uint pagination offset of orders to query for --oseq uint32 order sequence to filter (default 1) -o, --output string Output format (text|json) (default "text") @@ -30,10 +29,11 @@ akash query market order list [flags] ``` --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") ``` ### SEE ALSO -* [akash query market order](akash_query_market_order.md) - Order query commands +* [provider-services query market order](provider-services_query_market_order.md) - Order query commands -###### Auto generated by spf13/cobra on 28-Apr-2022 +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/provider-services_query_mint.md b/cli/provider-services_query_mint.md new file mode 100644 index 00000000..5e21e678 --- /dev/null +++ b/cli/provider-services_query_mint.md @@ -0,0 +1,29 @@ +## provider-services query mint + +Querying commands for the minting module + +``` +provider-services query mint [flags] +``` + +### Options + +``` + -h, --help help for mint +``` + +### Options inherited from parent commands + +``` + --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") +``` + +### SEE ALSO + +* [provider-services query](provider-services_query.md) - Querying subcommands +* [provider-services query mint annual-provisions](provider-services_query_mint_annual-provisions.md) - Query the current minting annual provisions value +* [provider-services query mint inflation](provider-services_query_mint_inflation.md) - Query the current minting inflation value +* [provider-services query mint params](provider-services_query_mint_params.md) - Query the current minting parameters + +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/akash_query_mint_annual-provisions.md b/cli/provider-services_query_mint_annual-provisions.md similarity index 55% rename from cli/akash_query_mint_annual-provisions.md rename to cli/provider-services_query_mint_annual-provisions.md index 90b959df..8cc36352 100644 --- a/cli/akash_query_mint_annual-provisions.md +++ b/cli/provider-services_query_mint_annual-provisions.md @@ -1,9 +1,9 @@ -## akash query mint annual-provisions +## provider-services query mint annual-provisions Query the current minting annual provisions value ``` -akash query mint annual-provisions [flags] +provider-services query mint annual-provisions [flags] ``` ### Options @@ -11,7 +11,6 @@ akash query mint annual-provisions [flags] ``` --height int Use a specific height to query state at (this can error if the node is pruning state) -h, --help help for annual-provisions - --node string : to Tendermint RPC interface for this chain (default "tcp://localhost:26657") -o, --output string Output format (text|json) (default "text") ``` @@ -19,10 +18,11 @@ akash query mint annual-provisions [flags] ``` --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") ``` ### SEE ALSO -* [akash query mint](akash_query_mint.md) - Querying commands for the minting module +* [provider-services query mint](provider-services_query_mint.md) - Querying commands for the minting module -###### Auto generated by spf13/cobra on 28-Apr-2022 +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/akash_query_mint_inflation.md b/cli/provider-services_query_mint_inflation.md similarity index 55% rename from cli/akash_query_mint_inflation.md rename to cli/provider-services_query_mint_inflation.md index a06fee91..f48e6ac7 100644 --- a/cli/akash_query_mint_inflation.md +++ b/cli/provider-services_query_mint_inflation.md @@ -1,9 +1,9 @@ -## akash query mint inflation +## provider-services query mint inflation Query the current minting inflation value ``` -akash query mint inflation [flags] +provider-services query mint inflation [flags] ``` ### Options @@ -11,7 +11,6 @@ akash query mint inflation [flags] ``` --height int Use a specific height to query state at (this can error if the node is pruning state) -h, --help help for inflation - --node string : to Tendermint RPC interface for this chain (default "tcp://localhost:26657") -o, --output string Output format (text|json) (default "text") ``` @@ -19,10 +18,11 @@ akash query mint inflation [flags] ``` --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") ``` ### SEE ALSO -* [akash query mint](akash_query_mint.md) - Querying commands for the minting module +* [provider-services query mint](provider-services_query_mint.md) - Querying commands for the minting module -###### Auto generated by spf13/cobra on 28-Apr-2022 +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/akash_query_mint_params.md b/cli/provider-services_query_mint_params.md similarity index 55% rename from cli/akash_query_mint_params.md rename to cli/provider-services_query_mint_params.md index 67057520..6a275691 100644 --- a/cli/akash_query_mint_params.md +++ b/cli/provider-services_query_mint_params.md @@ -1,9 +1,9 @@ -## akash query mint params +## provider-services query mint params Query the current minting parameters ``` -akash query mint params [flags] +provider-services query mint params [flags] ``` ### Options @@ -11,7 +11,6 @@ akash query mint params [flags] ``` --height int Use a specific height to query state at (this can error if the node is pruning state) -h, --help help for params - --node string : to Tendermint RPC interface for this chain (default "tcp://localhost:26657") -o, --output string Output format (text|json) (default "text") ``` @@ -19,10 +18,11 @@ akash query mint params [flags] ``` --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") ``` ### SEE ALSO -* [akash query mint](akash_query_mint.md) - Querying commands for the minting module +* [provider-services query mint](provider-services_query_mint.md) - Querying commands for the minting module -###### Auto generated by spf13/cobra on 28-Apr-2022 +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/provider-services_query_params.md b/cli/provider-services_query_params.md new file mode 100644 index 00000000..e1c21e9b --- /dev/null +++ b/cli/provider-services_query_params.md @@ -0,0 +1,27 @@ +## provider-services query params + +Querying commands for the params module + +``` +provider-services query params [flags] +``` + +### Options + +``` + -h, --help help for params +``` + +### Options inherited from parent commands + +``` + --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") +``` + +### SEE ALSO + +* [provider-services query](provider-services_query.md) - Querying subcommands +* [provider-services query params subspace](provider-services_query_params_subspace.md) - Query for raw parameters by subspace and key + +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/akash_query_params_subspace.md b/cli/provider-services_query_params_subspace.md similarity index 54% rename from cli/akash_query_params_subspace.md rename to cli/provider-services_query_params_subspace.md index 2ad1f5be..7405d764 100644 --- a/cli/akash_query_params_subspace.md +++ b/cli/provider-services_query_params_subspace.md @@ -1,9 +1,9 @@ -## akash query params subspace +## provider-services query params subspace Query for raw parameters by subspace and key ``` -akash query params subspace [subspace] [key] [flags] +provider-services query params subspace [subspace] [key] [flags] ``` ### Options @@ -11,7 +11,6 @@ akash query params subspace [subspace] [key] [flags] ``` --height int Use a specific height to query state at (this can error if the node is pruning state) -h, --help help for subspace - --node string : to Tendermint RPC interface for this chain (default "tcp://localhost:26657") -o, --output string Output format (text|json) (default "text") ``` @@ -19,10 +18,11 @@ akash query params subspace [subspace] [key] [flags] ``` --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") ``` ### SEE ALSO -* [akash query params](akash_query_params.md) - Querying commands for the params module +* [provider-services query params](provider-services_query_params.md) - Querying commands for the params module -###### Auto generated by spf13/cobra on 28-Apr-2022 +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/provider-services_query_provider.md b/cli/provider-services_query_provider.md new file mode 100644 index 00000000..e60bd160 --- /dev/null +++ b/cli/provider-services_query_provider.md @@ -0,0 +1,28 @@ +## provider-services query provider + +Provider query commands + +``` +provider-services query provider [flags] +``` + +### Options + +``` + -h, --help help for provider +``` + +### Options inherited from parent commands + +``` + --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") +``` + +### SEE ALSO + +* [provider-services query](provider-services_query.md) - Querying subcommands +* [provider-services query provider get](provider-services_query_provider_get.md) - Query provider +* [provider-services query provider list](provider-services_query_provider_list.md) - Query for all providers + +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/akash_query_audit_get.md b/cli/provider-services_query_provider_get.md similarity index 53% rename from cli/akash_query_audit_get.md rename to cli/provider-services_query_provider_get.md index 0f40c117..5338d872 100644 --- a/cli/akash_query_audit_get.md +++ b/cli/provider-services_query_provider_get.md @@ -1,9 +1,9 @@ -## akash query audit get +## provider-services query provider get Query provider ``` -akash query audit get [owner address] [auditor address] [flags] +provider-services query provider get [address] [flags] ``` ### Options @@ -11,7 +11,6 @@ akash query audit get [owner address] [auditor address] [flags] ``` --height int Use a specific height to query state at (this can error if the node is pruning state) -h, --help help for get - --node string : to Tendermint RPC interface for this chain (default "tcp://localhost:26657") -o, --output string Output format (text|json) (default "text") ``` @@ -19,10 +18,11 @@ akash query audit get [owner address] [auditor address] [flags] ``` --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") ``` ### SEE ALSO -* [akash query audit](akash_query_audit.md) - Audit query commands +* [provider-services query provider](provider-services_query_provider.md) - Provider query commands -###### Auto generated by spf13/cobra on 28-Apr-2022 +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/akash_query_provider_list.md b/cli/provider-services_query_provider_list.md similarity index 73% rename from cli/akash_query_provider_list.md rename to cli/provider-services_query_provider_list.md index f0d663d9..83c0cf3c 100644 --- a/cli/akash_query_provider_list.md +++ b/cli/provider-services_query_provider_list.md @@ -1,9 +1,9 @@ -## akash query provider list +## provider-services query provider list Query for all providers ``` -akash query provider list [flags] +provider-services query provider list [flags] ``` ### Options @@ -13,7 +13,6 @@ akash query provider list [flags] --height int Use a specific height to query state at (this can error if the node is pruning state) -h, --help help for list --limit uint pagination limit of providers to query for (default 100) - --node string : to Tendermint RPC interface for this chain (default "tcp://localhost:26657") --offset uint pagination offset of providers to query for -o, --output string Output format (text|json) (default "text") --page uint pagination page of providers to query for. This sets offset to a multiple of limit (default 1) @@ -25,10 +24,11 @@ akash query provider list [flags] ``` --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") ``` ### SEE ALSO -* [akash query provider](akash_query_provider.md) - Provider query commands +* [provider-services query provider](provider-services_query_provider.md) - Provider query commands -###### Auto generated by spf13/cobra on 28-Apr-2022 +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/provider-services_query_slashing.md b/cli/provider-services_query_slashing.md new file mode 100644 index 00000000..6e7dbea2 --- /dev/null +++ b/cli/provider-services_query_slashing.md @@ -0,0 +1,29 @@ +## provider-services query slashing + +Querying commands for the slashing module + +``` +provider-services query slashing [flags] +``` + +### Options + +``` + -h, --help help for slashing +``` + +### Options inherited from parent commands + +``` + --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") +``` + +### SEE ALSO + +* [provider-services query](provider-services_query.md) - Querying subcommands +* [provider-services query slashing params](provider-services_query_slashing_params.md) - Query the current slashing parameters +* [provider-services query slashing signing-info](provider-services_query_slashing_signing-info.md) - Query a validator's signing information +* [provider-services query slashing signing-infos](provider-services_query_slashing_signing-infos.md) - Query signing information of all validators + +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/akash_query_slashing_params.md b/cli/provider-services_query_slashing_params.md similarity index 59% rename from cli/akash_query_slashing_params.md rename to cli/provider-services_query_slashing_params.md index e4258ce9..6fe4733c 100644 --- a/cli/akash_query_slashing_params.md +++ b/cli/provider-services_query_slashing_params.md @@ -1,4 +1,4 @@ -## akash query slashing params +## provider-services query slashing params Query the current slashing parameters @@ -9,7 +9,7 @@ Query genesis parameters for the slashing module: $ query slashing params ``` -akash query slashing params [flags] +provider-services query slashing params [flags] ``` ### Options @@ -17,7 +17,6 @@ akash query slashing params [flags] ``` --height int Use a specific height to query state at (this can error if the node is pruning state) -h, --help help for params - --node string : to Tendermint RPC interface for this chain (default "tcp://localhost:26657") -o, --output string Output format (text|json) (default "text") ``` @@ -25,10 +24,11 @@ akash query slashing params [flags] ``` --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") ``` ### SEE ALSO -* [akash query slashing](akash_query_slashing.md) - Querying commands for the slashing module +* [provider-services query slashing](provider-services_query_slashing.md) - Querying commands for the slashing module -###### Auto generated by spf13/cobra on 28-Apr-2022 +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/akash_query_slashing_signing-info.md b/cli/provider-services_query_slashing_signing-info.md similarity index 63% rename from cli/akash_query_slashing_signing-info.md rename to cli/provider-services_query_slashing_signing-info.md index 453bfef7..cffe3639 100644 --- a/cli/akash_query_slashing_signing-info.md +++ b/cli/provider-services_query_slashing_signing-info.md @@ -1,4 +1,4 @@ -## akash query slashing signing-info +## provider-services query slashing signing-info Query a validator's signing information @@ -9,7 +9,7 @@ Use a validators' consensus public key to find the signing-info for that validat $ query slashing signing-info '{"@type":"/cosmos.crypto.ed25519.PubKey","key":"OauFcTKbN5Lx3fJL689cikXBqe+hcp6Y+x0rYUdR9Jk="}' ``` -akash query slashing signing-info [validator-conspub] [flags] +provider-services query slashing signing-info [validator-conspub] [flags] ``` ### Options @@ -17,7 +17,6 @@ akash query slashing signing-info [validator-conspub] [flags] ``` --height int Use a specific height to query state at (this can error if the node is pruning state) -h, --help help for signing-info - --node string : to Tendermint RPC interface for this chain (default "tcp://localhost:26657") -o, --output string Output format (text|json) (default "text") ``` @@ -25,10 +24,11 @@ akash query slashing signing-info [validator-conspub] [flags] ``` --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") ``` ### SEE ALSO -* [akash query slashing](akash_query_slashing.md) - Querying commands for the slashing module +* [provider-services query slashing](provider-services_query_slashing.md) - Querying commands for the slashing module -###### Auto generated by spf13/cobra on 28-Apr-2022 +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/akash_query_slashing_signing-infos.md b/cli/provider-services_query_slashing_signing-infos.md similarity index 74% rename from cli/akash_query_slashing_signing-infos.md rename to cli/provider-services_query_slashing_signing-infos.md index 85abdb45..062f138b 100644 --- a/cli/akash_query_slashing_signing-infos.md +++ b/cli/provider-services_query_slashing_signing-infos.md @@ -1,4 +1,4 @@ -## akash query slashing signing-infos +## provider-services query slashing signing-infos Query signing information of all validators @@ -9,7 +9,7 @@ signing infos of validators: $ query slashing signing-infos ``` -akash query slashing signing-infos [flags] +provider-services query slashing signing-infos [flags] ``` ### Options @@ -19,7 +19,6 @@ akash query slashing signing-infos [flags] --height int Use a specific height to query state at (this can error if the node is pruning state) -h, --help help for signing-infos --limit uint pagination limit of signing infos to query for (default 100) - --node string : to Tendermint RPC interface for this chain (default "tcp://localhost:26657") --offset uint pagination offset of signing infos to query for -o, --output string Output format (text|json) (default "text") --page uint pagination page of signing infos to query for. This sets offset to a multiple of limit (default 1) @@ -31,10 +30,11 @@ akash query slashing signing-infos [flags] ``` --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") ``` ### SEE ALSO -* [akash query slashing](akash_query_slashing.md) - Querying commands for the slashing module +* [provider-services query slashing](provider-services_query_slashing.md) - Querying commands for the slashing module -###### Auto generated by spf13/cobra on 28-Apr-2022 +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/provider-services_query_staking.md b/cli/provider-services_query_staking.md new file mode 100644 index 00000000..6866f80a --- /dev/null +++ b/cli/provider-services_query_staking.md @@ -0,0 +1,40 @@ +## provider-services query staking + +Querying commands for the staking module + +``` +provider-services query staking [flags] +``` + +### Options + +``` + -h, --help help for staking +``` + +### Options inherited from parent commands + +``` + --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") +``` + +### SEE ALSO + +* [provider-services query](provider-services_query.md) - Querying subcommands +* [provider-services query staking delegation](provider-services_query_staking_delegation.md) - Query a delegation based on address and validator address +* [provider-services query staking delegations](provider-services_query_staking_delegations.md) - Query all delegations made by one delegator +* [provider-services query staking delegations-to](provider-services_query_staking_delegations-to.md) - Query all delegations made to one validator +* [provider-services query staking historical-info](provider-services_query_staking_historical-info.md) - Query historical info at given height +* [provider-services query staking params](provider-services_query_staking_params.md) - Query the current staking parameters information +* [provider-services query staking pool](provider-services_query_staking_pool.md) - Query the current staking pool values +* [provider-services query staking redelegation](provider-services_query_staking_redelegation.md) - Query a redelegation record based on delegator and a source and destination validator address +* [provider-services query staking redelegations](provider-services_query_staking_redelegations.md) - Query all redelegations records for one delegator +* [provider-services query staking redelegations-from](provider-services_query_staking_redelegations-from.md) - Query all outgoing redelegatations from a validator +* [provider-services query staking unbonding-delegation](provider-services_query_staking_unbonding-delegation.md) - Query an unbonding-delegation record based on delegator and validator address +* [provider-services query staking unbonding-delegations](provider-services_query_staking_unbonding-delegations.md) - Query all unbonding-delegations records for one delegator +* [provider-services query staking unbonding-delegations-from](provider-services_query_staking_unbonding-delegations-from.md) - Query all unbonding delegatations from a validator +* [provider-services query staking validator](provider-services_query_staking_validator.md) - Query a validator +* [provider-services query staking validators](provider-services_query_staking_validators.md) - Query for all validators + +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/akash_query_staking_delegation.md b/cli/provider-services_query_staking_delegation.md similarity index 50% rename from cli/akash_query_staking_delegation.md rename to cli/provider-services_query_staking_delegation.md index f2019423..ca89fd02 100644 --- a/cli/akash_query_staking_delegation.md +++ b/cli/provider-services_query_staking_delegation.md @@ -1,4 +1,4 @@ -## akash query staking delegation +## provider-services query staking delegation Query a delegation based on address and validator address @@ -7,10 +7,10 @@ Query a delegation based on address and validator address Query delegations for an individual delegator on an individual validator. Example: -$ akash query staking delegation akash1gghjut3ccd8ay0zduzj64hwre2fxs9ld75ru9p akashvaloper1gghjut3ccd8ay0zduzj64hwre2fxs9ldmqhffj +$ query staking delegation akash1gghjut3ccd8ay0zduzj64hwre2fxs9ld75ru9p akashvaloper1gghjut3ccd8ay0zduzj64hwre2fxs9ldmqhffj ``` -akash query staking delegation [delegator-addr] [validator-addr] [flags] +provider-services query staking delegation [delegator-addr] [validator-addr] [flags] ``` ### Options @@ -18,7 +18,6 @@ akash query staking delegation [delegator-addr] [validator-addr] [flags] ``` --height int Use a specific height to query state at (this can error if the node is pruning state) -h, --help help for delegation - --node string : to Tendermint RPC interface for this chain (default "tcp://localhost:26657") -o, --output string Output format (text|json) (default "text") ``` @@ -26,10 +25,11 @@ akash query staking delegation [delegator-addr] [validator-addr] [flags] ``` --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") ``` ### SEE ALSO -* [akash query staking](akash_query_staking.md) - Querying commands for the staking module +* [provider-services query staking](provider-services_query_staking.md) - Querying commands for the staking module -###### Auto generated by spf13/cobra on 28-Apr-2022 +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/akash_query_staking_delegations-to.md b/cli/provider-services_query_staking_delegations-to.md similarity index 69% rename from cli/akash_query_staking_delegations-to.md rename to cli/provider-services_query_staking_delegations-to.md index 54b0f843..33bb617a 100644 --- a/cli/akash_query_staking_delegations-to.md +++ b/cli/provider-services_query_staking_delegations-to.md @@ -1,4 +1,4 @@ -## akash query staking delegations-to +## provider-services query staking delegations-to Query all delegations made to one validator @@ -7,10 +7,10 @@ Query all delegations made to one validator Query delegations on an individual validator. Example: -$ akash query staking delegations-to akashvaloper1gghjut3ccd8ay0zduzj64hwre2fxs9ldmqhffj +$ query staking delegations-to akashvaloper1gghjut3ccd8ay0zduzj64hwre2fxs9ldmqhffj ``` -akash query staking delegations-to [validator-addr] [flags] +provider-services query staking delegations-to [validator-addr] [flags] ``` ### Options @@ -20,7 +20,6 @@ akash query staking delegations-to [validator-addr] [flags] --height int Use a specific height to query state at (this can error if the node is pruning state) -h, --help help for delegations-to --limit uint pagination limit of validator delegations to query for (default 100) - --node string : to Tendermint RPC interface for this chain (default "tcp://localhost:26657") --offset uint pagination offset of validator delegations to query for -o, --output string Output format (text|json) (default "text") --page uint pagination page of validator delegations to query for. This sets offset to a multiple of limit (default 1) @@ -32,10 +31,11 @@ akash query staking delegations-to [validator-addr] [flags] ``` --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") ``` ### SEE ALSO -* [akash query staking](akash_query_staking.md) - Querying commands for the staking module +* [provider-services query staking](provider-services_query_staking.md) - Querying commands for the staking module -###### Auto generated by spf13/cobra on 28-Apr-2022 +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/akash_query_staking_delegations.md b/cli/provider-services_query_staking_delegations.md similarity index 69% rename from cli/akash_query_staking_delegations.md rename to cli/provider-services_query_staking_delegations.md index e0735465..681d8ffe 100644 --- a/cli/akash_query_staking_delegations.md +++ b/cli/provider-services_query_staking_delegations.md @@ -1,4 +1,4 @@ -## akash query staking delegations +## provider-services query staking delegations Query all delegations made by one delegator @@ -7,10 +7,10 @@ Query all delegations made by one delegator Query delegations for an individual delegator on all validators. Example: -$ akash query staking delegations akash1gghjut3ccd8ay0zduzj64hwre2fxs9ld75ru9p +$ query staking delegations akash1gghjut3ccd8ay0zduzj64hwre2fxs9ld75ru9p ``` -akash query staking delegations [delegator-addr] [flags] +provider-services query staking delegations [delegator-addr] [flags] ``` ### Options @@ -20,7 +20,6 @@ akash query staking delegations [delegator-addr] [flags] --height int Use a specific height to query state at (this can error if the node is pruning state) -h, --help help for delegations --limit uint pagination limit of delegations to query for (default 100) - --node string : to Tendermint RPC interface for this chain (default "tcp://localhost:26657") --offset uint pagination offset of delegations to query for -o, --output string Output format (text|json) (default "text") --page uint pagination page of delegations to query for. This sets offset to a multiple of limit (default 1) @@ -32,10 +31,11 @@ akash query staking delegations [delegator-addr] [flags] ``` --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") ``` ### SEE ALSO -* [akash query staking](akash_query_staking.md) - Querying commands for the staking module +* [provider-services query staking](provider-services_query_staking.md) - Querying commands for the staking module -###### Auto generated by spf13/cobra on 28-Apr-2022 +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/akash_query_staking_historical-info.md b/cli/provider-services_query_staking_historical-info.md similarity index 54% rename from cli/akash_query_staking_historical-info.md rename to cli/provider-services_query_staking_historical-info.md index ee13e220..ce5d6813 100644 --- a/cli/akash_query_staking_historical-info.md +++ b/cli/provider-services_query_staking_historical-info.md @@ -1,4 +1,4 @@ -## akash query staking historical-info +## provider-services query staking historical-info Query historical info at given height @@ -7,10 +7,10 @@ Query historical info at given height Query historical info at given height. Example: -$ akash query staking historical-info 5 +$ query staking historical-info 5 ``` -akash query staking historical-info [height] [flags] +provider-services query staking historical-info [height] [flags] ``` ### Options @@ -18,7 +18,6 @@ akash query staking historical-info [height] [flags] ``` --height int Use a specific height to query state at (this can error if the node is pruning state) -h, --help help for historical-info - --node string : to Tendermint RPC interface for this chain (default "tcp://localhost:26657") -o, --output string Output format (text|json) (default "text") ``` @@ -26,10 +25,11 @@ akash query staking historical-info [height] [flags] ``` --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") ``` ### SEE ALSO -* [akash query staking](akash_query_staking.md) - Querying commands for the staking module +* [provider-services query staking](provider-services_query_staking.md) - Querying commands for the staking module -###### Auto generated by spf13/cobra on 28-Apr-2022 +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/akash_query_staking_params.md b/cli/provider-services_query_staking_params.md similarity index 56% rename from cli/akash_query_staking_params.md rename to cli/provider-services_query_staking_params.md index 37496cf9..55f89eca 100644 --- a/cli/akash_query_staking_params.md +++ b/cli/provider-services_query_staking_params.md @@ -1,4 +1,4 @@ -## akash query staking params +## provider-services query staking params Query the current staking parameters information @@ -7,10 +7,10 @@ Query the current staking parameters information Query values set as staking parameters. Example: -$ akash query staking params +$ query staking params ``` -akash query staking params [flags] +provider-services query staking params [flags] ``` ### Options @@ -18,7 +18,6 @@ akash query staking params [flags] ``` --height int Use a specific height to query state at (this can error if the node is pruning state) -h, --help help for params - --node string : to Tendermint RPC interface for this chain (default "tcp://localhost:26657") -o, --output string Output format (text|json) (default "text") ``` @@ -26,10 +25,11 @@ akash query staking params [flags] ``` --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") ``` ### SEE ALSO -* [akash query staking](akash_query_staking.md) - Querying commands for the staking module +* [provider-services query staking](provider-services_query_staking.md) - Querying commands for the staking module -###### Auto generated by spf13/cobra on 28-Apr-2022 +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/akash_query_staking_pool.md b/cli/provider-services_query_staking_pool.md similarity index 57% rename from cli/akash_query_staking_pool.md rename to cli/provider-services_query_staking_pool.md index 8ef57688..c1b72998 100644 --- a/cli/akash_query_staking_pool.md +++ b/cli/provider-services_query_staking_pool.md @@ -1,4 +1,4 @@ -## akash query staking pool +## provider-services query staking pool Query the current staking pool values @@ -7,10 +7,10 @@ Query the current staking pool values Query values for amounts stored in the staking pool. Example: -$ akash query staking pool +$ query staking pool ``` -akash query staking pool [flags] +provider-services query staking pool [flags] ``` ### Options @@ -18,7 +18,6 @@ akash query staking pool [flags] ``` --height int Use a specific height to query state at (this can error if the node is pruning state) -h, --help help for pool - --node string : to Tendermint RPC interface for this chain (default "tcp://localhost:26657") -o, --output string Output format (text|json) (default "text") ``` @@ -26,10 +25,11 @@ akash query staking pool [flags] ``` --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") ``` ### SEE ALSO -* [akash query staking](akash_query_staking.md) - Querying commands for the staking module +* [provider-services query staking](provider-services_query_staking.md) - Querying commands for the staking module -###### Auto generated by spf13/cobra on 28-Apr-2022 +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/akash_query_staking_redelegation.md b/cli/provider-services_query_staking_redelegation.md similarity index 50% rename from cli/akash_query_staking_redelegation.md rename to cli/provider-services_query_staking_redelegation.md index 4c76bfbc..a41172b2 100644 --- a/cli/akash_query_staking_redelegation.md +++ b/cli/provider-services_query_staking_redelegation.md @@ -1,4 +1,4 @@ -## akash query staking redelegation +## provider-services query staking redelegation Query a redelegation record based on delegator and a source and destination validator address @@ -7,10 +7,10 @@ Query a redelegation record based on delegator and a source and destination vali Query a redelegation record for an individual delegator between a source and destination validator. Example: -$ akash query staking redelegation akash1gghjut3ccd8ay0zduzj64hwre2fxs9ld75ru9p akashvaloper1l2rsakp388kuv9k8qzq6lrm9taddae7fpx59wm akashvaloper1gghjut3ccd8ay0zduzj64hwre2fxs9ldmqhffj +$ query staking redelegation akash1gghjut3ccd8ay0zduzj64hwre2fxs9ld75ru9p akashvaloper1l2rsakp388kuv9k8qzq6lrm9taddae7fpx59wm akashvaloper1gghjut3ccd8ay0zduzj64hwre2fxs9ldmqhffj ``` -akash query staking redelegation [delegator-addr] [src-validator-addr] [dst-validator-addr] [flags] +provider-services query staking redelegation [delegator-addr] [src-validator-addr] [dst-validator-addr] [flags] ``` ### Options @@ -18,7 +18,6 @@ akash query staking redelegation [delegator-addr] [src-validator-addr] [dst-vali ``` --height int Use a specific height to query state at (this can error if the node is pruning state) -h, --help help for redelegation - --node string : to Tendermint RPC interface for this chain (default "tcp://localhost:26657") -o, --output string Output format (text|json) (default "text") ``` @@ -26,10 +25,11 @@ akash query staking redelegation [delegator-addr] [src-validator-addr] [dst-vali ``` --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") ``` ### SEE ALSO -* [akash query staking](akash_query_staking.md) - Querying commands for the staking module +* [provider-services query staking](provider-services_query_staking.md) - Querying commands for the staking module -###### Auto generated by spf13/cobra on 28-Apr-2022 +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/akash_query_staking_redelegations-from.md b/cli/provider-services_query_staking_redelegations-from.md similarity index 69% rename from cli/akash_query_staking_redelegations-from.md rename to cli/provider-services_query_staking_redelegations-from.md index 95192746..01ff4f27 100644 --- a/cli/akash_query_staking_redelegations-from.md +++ b/cli/provider-services_query_staking_redelegations-from.md @@ -1,4 +1,4 @@ -## akash query staking redelegations-from +## provider-services query staking redelegations-from Query all outgoing redelegatations from a validator @@ -7,10 +7,10 @@ Query all outgoing redelegatations from a validator Query delegations that are redelegating _from_ a validator. Example: -$ akash query staking redelegations-from akashvaloper1gghjut3ccd8ay0zduzj64hwre2fxs9ldmqhffj +$ query staking redelegations-from akashvaloper1gghjut3ccd8ay0zduzj64hwre2fxs9ldmqhffj ``` -akash query staking redelegations-from [validator-addr] [flags] +provider-services query staking redelegations-from [validator-addr] [flags] ``` ### Options @@ -20,7 +20,6 @@ akash query staking redelegations-from [validator-addr] [flags] --height int Use a specific height to query state at (this can error if the node is pruning state) -h, --help help for redelegations-from --limit uint pagination limit of validator redelegations to query for (default 100) - --node string : to Tendermint RPC interface for this chain (default "tcp://localhost:26657") --offset uint pagination offset of validator redelegations to query for -o, --output string Output format (text|json) (default "text") --page uint pagination page of validator redelegations to query for. This sets offset to a multiple of limit (default 1) @@ -32,10 +31,11 @@ akash query staking redelegations-from [validator-addr] [flags] ``` --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") ``` ### SEE ALSO -* [akash query staking](akash_query_staking.md) - Querying commands for the staking module +* [provider-services query staking](provider-services_query_staking.md) - Querying commands for the staking module -###### Auto generated by spf13/cobra on 28-Apr-2022 +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/akash_query_staking_redelegations.md b/cli/provider-services_query_staking_redelegations.md similarity index 70% rename from cli/akash_query_staking_redelegations.md rename to cli/provider-services_query_staking_redelegations.md index 47345b2c..9b601eac 100644 --- a/cli/akash_query_staking_redelegations.md +++ b/cli/provider-services_query_staking_redelegations.md @@ -1,4 +1,4 @@ -## akash query staking redelegations +## provider-services query staking redelegations Query all redelegations records for one delegator @@ -7,10 +7,10 @@ Query all redelegations records for one delegator Query all redelegation records for an individual delegator. Example: -$ akash query staking redelegation akash1gghjut3ccd8ay0zduzj64hwre2fxs9ld75ru9p +$ query staking redelegation akash1gghjut3ccd8ay0zduzj64hwre2fxs9ld75ru9p ``` -akash query staking redelegations [delegator-addr] [flags] +provider-services query staking redelegations [delegator-addr] [flags] ``` ### Options @@ -20,7 +20,6 @@ akash query staking redelegations [delegator-addr] [flags] --height int Use a specific height to query state at (this can error if the node is pruning state) -h, --help help for redelegations --limit uint pagination limit of delegator redelegations to query for (default 100) - --node string : to Tendermint RPC interface for this chain (default "tcp://localhost:26657") --offset uint pagination offset of delegator redelegations to query for -o, --output string Output format (text|json) (default "text") --page uint pagination page of delegator redelegations to query for. This sets offset to a multiple of limit (default 1) @@ -32,10 +31,11 @@ akash query staking redelegations [delegator-addr] [flags] ``` --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") ``` ### SEE ALSO -* [akash query staking](akash_query_staking.md) - Querying commands for the staking module +* [provider-services query staking](provider-services_query_staking.md) - Querying commands for the staking module -###### Auto generated by spf13/cobra on 28-Apr-2022 +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/akash_query_staking_unbonding-delegation.md b/cli/provider-services_query_staking_unbonding-delegation.md similarity index 51% rename from cli/akash_query_staking_unbonding-delegation.md rename to cli/provider-services_query_staking_unbonding-delegation.md index 0185bdbd..279088d6 100644 --- a/cli/akash_query_staking_unbonding-delegation.md +++ b/cli/provider-services_query_staking_unbonding-delegation.md @@ -1,4 +1,4 @@ -## akash query staking unbonding-delegation +## provider-services query staking unbonding-delegation Query an unbonding-delegation record based on delegator and validator address @@ -7,10 +7,10 @@ Query an unbonding-delegation record based on delegator and validator address Query unbonding delegations for an individual delegator on an individual validator. Example: -$ akash query staking unbonding-delegation akash1gghjut3ccd8ay0zduzj64hwre2fxs9ld75ru9p akashvaloper1gghjut3ccd8ay0zduzj64hwre2fxs9ldmqhffj +$ query staking unbonding-delegation akash1gghjut3ccd8ay0zduzj64hwre2fxs9ld75ru9p akashvaloper1gghjut3ccd8ay0zduzj64hwre2fxs9ldmqhffj ``` -akash query staking unbonding-delegation [delegator-addr] [validator-addr] [flags] +provider-services query staking unbonding-delegation [delegator-addr] [validator-addr] [flags] ``` ### Options @@ -18,7 +18,6 @@ akash query staking unbonding-delegation [delegator-addr] [validator-addr] [flag ``` --height int Use a specific height to query state at (this can error if the node is pruning state) -h, --help help for unbonding-delegation - --node string : to Tendermint RPC interface for this chain (default "tcp://localhost:26657") -o, --output string Output format (text|json) (default "text") ``` @@ -26,10 +25,11 @@ akash query staking unbonding-delegation [delegator-addr] [validator-addr] [flag ``` --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") ``` ### SEE ALSO -* [akash query staking](akash_query_staking.md) - Querying commands for the staking module +* [provider-services query staking](provider-services_query_staking.md) - Querying commands for the staking module -###### Auto generated by spf13/cobra on 28-Apr-2022 +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/akash_query_staking_unbonding-delegations-from.md b/cli/provider-services_query_staking_unbonding-delegations-from.md similarity index 68% rename from cli/akash_query_staking_unbonding-delegations-from.md rename to cli/provider-services_query_staking_unbonding-delegations-from.md index 8a5daaa9..ab34ee34 100644 --- a/cli/akash_query_staking_unbonding-delegations-from.md +++ b/cli/provider-services_query_staking_unbonding-delegations-from.md @@ -1,4 +1,4 @@ -## akash query staking unbonding-delegations-from +## provider-services query staking unbonding-delegations-from Query all unbonding delegatations from a validator @@ -7,10 +7,10 @@ Query all unbonding delegatations from a validator Query delegations that are unbonding _from_ a validator. Example: -$ akash query staking unbonding-delegations-from akashvaloper1gghjut3ccd8ay0zduzj64hwre2fxs9ldmqhffj +$ query staking unbonding-delegations-from akashvaloper1gghjut3ccd8ay0zduzj64hwre2fxs9ldmqhffj ``` -akash query staking unbonding-delegations-from [validator-addr] [flags] +provider-services query staking unbonding-delegations-from [validator-addr] [flags] ``` ### Options @@ -20,7 +20,6 @@ akash query staking unbonding-delegations-from [validator-addr] [flags] --height int Use a specific height to query state at (this can error if the node is pruning state) -h, --help help for unbonding-delegations-from --limit uint pagination limit of unbonding delegations to query for (default 100) - --node string : to Tendermint RPC interface for this chain (default "tcp://localhost:26657") --offset uint pagination offset of unbonding delegations to query for -o, --output string Output format (text|json) (default "text") --page uint pagination page of unbonding delegations to query for. This sets offset to a multiple of limit (default 1) @@ -32,10 +31,11 @@ akash query staking unbonding-delegations-from [validator-addr] [flags] ``` --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") ``` ### SEE ALSO -* [akash query staking](akash_query_staking.md) - Querying commands for the staking module +* [provider-services query staking](provider-services_query_staking.md) - Querying commands for the staking module -###### Auto generated by spf13/cobra on 28-Apr-2022 +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/akash_query_staking_unbonding-delegations.md b/cli/provider-services_query_staking_unbonding-delegations.md similarity index 69% rename from cli/akash_query_staking_unbonding-delegations.md rename to cli/provider-services_query_staking_unbonding-delegations.md index 9fd19207..3e3496d4 100644 --- a/cli/akash_query_staking_unbonding-delegations.md +++ b/cli/provider-services_query_staking_unbonding-delegations.md @@ -1,4 +1,4 @@ -## akash query staking unbonding-delegations +## provider-services query staking unbonding-delegations Query all unbonding-delegations records for one delegator @@ -7,10 +7,10 @@ Query all unbonding-delegations records for one delegator Query unbonding delegations for an individual delegator. Example: -$ akash query staking unbonding-delegations akash1gghjut3ccd8ay0zduzj64hwre2fxs9ld75ru9p +$ query staking unbonding-delegations akash1gghjut3ccd8ay0zduzj64hwre2fxs9ld75ru9p ``` -akash query staking unbonding-delegations [delegator-addr] [flags] +provider-services query staking unbonding-delegations [delegator-addr] [flags] ``` ### Options @@ -20,7 +20,6 @@ akash query staking unbonding-delegations [delegator-addr] [flags] --height int Use a specific height to query state at (this can error if the node is pruning state) -h, --help help for unbonding-delegations --limit uint pagination limit of unbonding delegations to query for (default 100) - --node string : to Tendermint RPC interface for this chain (default "tcp://localhost:26657") --offset uint pagination offset of unbonding delegations to query for -o, --output string Output format (text|json) (default "text") --page uint pagination page of unbonding delegations to query for. This sets offset to a multiple of limit (default 1) @@ -32,10 +31,11 @@ akash query staking unbonding-delegations [delegator-addr] [flags] ``` --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") ``` ### SEE ALSO -* [akash query staking](akash_query_staking.md) - Querying commands for the staking module +* [provider-services query staking](provider-services_query_staking.md) - Querying commands for the staking module -###### Auto generated by spf13/cobra on 28-Apr-2022 +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/akash_query_staking_validator.md b/cli/provider-services_query_staking_validator.md similarity index 50% rename from cli/akash_query_staking_validator.md rename to cli/provider-services_query_staking_validator.md index 7832bff2..e94bab46 100644 --- a/cli/akash_query_staking_validator.md +++ b/cli/provider-services_query_staking_validator.md @@ -1,4 +1,4 @@ -## akash query staking validator +## provider-services query staking validator Query a validator @@ -7,10 +7,10 @@ Query a validator Query details about an individual validator. Example: -$ akash query staking validator akashvaloper1gghjut3ccd8ay0zduzj64hwre2fxs9ldmqhffj +$ query staking validator akashvaloper1gghjut3ccd8ay0zduzj64hwre2fxs9ldmqhffj ``` -akash query staking validator [validator-addr] [flags] +provider-services query staking validator [validator-addr] [flags] ``` ### Options @@ -18,7 +18,6 @@ akash query staking validator [validator-addr] [flags] ``` --height int Use a specific height to query state at (this can error if the node is pruning state) -h, --help help for validator - --node string : to Tendermint RPC interface for this chain (default "tcp://localhost:26657") -o, --output string Output format (text|json) (default "text") ``` @@ -26,10 +25,11 @@ akash query staking validator [validator-addr] [flags] ``` --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") ``` ### SEE ALSO -* [akash query staking](akash_query_staking.md) - Querying commands for the staking module +* [provider-services query staking](provider-services_query_staking.md) - Querying commands for the staking module -###### Auto generated by spf13/cobra on 28-Apr-2022 +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/akash_query_staking_validators.md b/cli/provider-services_query_staking_validators.md similarity index 72% rename from cli/akash_query_staking_validators.md rename to cli/provider-services_query_staking_validators.md index 3cfb7318..3d7b324b 100644 --- a/cli/akash_query_staking_validators.md +++ b/cli/provider-services_query_staking_validators.md @@ -1,4 +1,4 @@ -## akash query staking validators +## provider-services query staking validators Query for all validators @@ -7,10 +7,10 @@ Query for all validators Query details about all validators on a network. Example: -$ akash query staking validators +$ query staking validators ``` -akash query staking validators [flags] +provider-services query staking validators [flags] ``` ### Options @@ -20,7 +20,6 @@ akash query staking validators [flags] --height int Use a specific height to query state at (this can error if the node is pruning state) -h, --help help for validators --limit uint pagination limit of validators to query for (default 100) - --node string : to Tendermint RPC interface for this chain (default "tcp://localhost:26657") --offset uint pagination offset of validators to query for -o, --output string Output format (text|json) (default "text") --page uint pagination page of validators to query for. This sets offset to a multiple of limit (default 1) @@ -32,10 +31,11 @@ akash query staking validators [flags] ``` --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") ``` ### SEE ALSO -* [akash query staking](akash_query_staking.md) - Querying commands for the staking module +* [provider-services query staking](provider-services_query_staking.md) - Querying commands for the staking module -###### Auto generated by spf13/cobra on 28-Apr-2022 +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/akash_query_tendermint-validator-set.md b/cli/provider-services_query_tendermint-validator-set.md similarity index 62% rename from cli/akash_query_tendermint-validator-set.md rename to cli/provider-services_query_tendermint-validator-set.md index c34590b9..d06e6faf 100644 --- a/cli/akash_query_tendermint-validator-set.md +++ b/cli/provider-services_query_tendermint-validator-set.md @@ -1,9 +1,9 @@ -## akash query tendermint-validator-set +## provider-services query tendermint-validator-set Get the full tendermint validator set at given height ``` -akash query tendermint-validator-set [height] [flags] +provider-services query tendermint-validator-set [height] [flags] ``` ### Options @@ -12,7 +12,6 @@ akash query tendermint-validator-set [height] [flags] -h, --help help for tendermint-validator-set --keyring-backend string Select keyring's backend (os|file|kwallet|pass|test) (default "os") --limit int Query number of results returned per page (default 100) - -n, --node string Node to connect to (default "tcp://localhost:26657") --page int Query a specific page of paginated results (default 1) ``` @@ -20,10 +19,11 @@ akash query tendermint-validator-set [height] [flags] ``` --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") ``` ### SEE ALSO -* [akash query](akash_query.md) - Querying subcommands +* [provider-services query](provider-services_query.md) - Querying subcommands -###### Auto generated by spf13/cobra on 28-Apr-2022 +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/akash_query_tx.md b/cli/provider-services_query_tx.md similarity index 56% rename from cli/akash_query_tx.md rename to cli/provider-services_query_tx.md index 8d51eb5b..590f6fd0 100644 --- a/cli/akash_query_tx.md +++ b/cli/provider-services_query_tx.md @@ -1,16 +1,16 @@ -## akash query tx +## provider-services query tx Query for a transaction by hash, "/" combination or comma-separated signatures in a committed block ### Synopsis Example: -$ akash query tx -$ akash query tx --type=acc_seq / -$ akash query tx --type=signature , +$ query tx +$ query tx --type=acc_seq / +$ query tx --type=signature , ``` -akash query tx --type=[hash|acc_seq|signature] [hash|acc_seq|signature] [flags] +provider-services query tx --type=[hash|acc_seq|signature] [hash|acc_seq|signature] [flags] ``` ### Options @@ -18,7 +18,6 @@ akash query tx --type=[hash|acc_seq|signature] [hash|acc_seq|signature] [flags] ``` --height int Use a specific height to query state at (this can error if the node is pruning state) -h, --help help for tx - --node string : to Tendermint RPC interface for this chain (default "tcp://localhost:26657") -o, --output string Output format (text|json) (default "text") --type string The type to be used when querying tx, can be one of "hash", "acc_seq", "signature" (default "hash") ``` @@ -27,10 +26,11 @@ akash query tx --type=[hash|acc_seq|signature] [hash|acc_seq|signature] [flags] ``` --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") ``` ### SEE ALSO -* [akash query](akash_query.md) - Querying subcommands +* [provider-services query](provider-services_query.md) - Querying subcommands -###### Auto generated by spf13/cobra on 28-Apr-2022 +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/akash_query_txs.md b/cli/provider-services_query_txs.md similarity index 72% rename from cli/akash_query_txs.md rename to cli/provider-services_query_txs.md index 99cb2300..786f824c 100644 --- a/cli/akash_query_txs.md +++ b/cli/provider-services_query_txs.md @@ -1,4 +1,4 @@ -## akash query txs +## provider-services query txs Query for paginated transactions that match a set of events @@ -10,10 +10,10 @@ to each module's documentation for the full set of events to query for. Each mod documents its respective events under 'xx_events.md'. Example: -$ akash query txs --events 'message.sender=cosmos1...&message.action=withdraw_delegator_reward' --page 1 --limit 30 +$ query txs --events 'message.sender=cosmos1...&message.action=withdraw_delegator_reward' --page 1 --limit 30 ``` -akash query txs [flags] +provider-services query txs [flags] ``` ### Options @@ -23,7 +23,6 @@ akash query txs [flags] --height int Use a specific height to query state at (this can error if the node is pruning state) -h, --help help for txs --limit int Query number of transactions results per page returned (default 30) - --node string : to Tendermint RPC interface for this chain (default "tcp://localhost:26657") -o, --output string Output format (text|json) (default "text") --page int Query a specific page of paginated results (default 1) ``` @@ -32,10 +31,11 @@ akash query txs [flags] ``` --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") ``` ### SEE ALSO -* [akash query](akash_query.md) - Querying subcommands +* [provider-services query](provider-services_query.md) - Querying subcommands -###### Auto generated by spf13/cobra on 28-Apr-2022 +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/provider-services_query_upgrade.md b/cli/provider-services_query_upgrade.md new file mode 100644 index 00000000..aee42c24 --- /dev/null +++ b/cli/provider-services_query_upgrade.md @@ -0,0 +1,25 @@ +## provider-services query upgrade + +Querying commands for the upgrade module + +### Options + +``` + -h, --help help for upgrade +``` + +### Options inherited from parent commands + +``` + --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") +``` + +### SEE ALSO + +* [provider-services query](provider-services_query.md) - Querying subcommands +* [provider-services query upgrade applied](provider-services_query_upgrade_applied.md) - block header for height at which a completed upgrade was applied +* [provider-services query upgrade module_versions](provider-services_query_upgrade_module_versions.md) - get the list of module versions +* [provider-services query upgrade plan](provider-services_query_upgrade_plan.md) - get upgrade plan (if one exists) + +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/akash_query_upgrade_applied.md b/cli/provider-services_query_upgrade_applied.md similarity index 66% rename from cli/akash_query_upgrade_applied.md rename to cli/provider-services_query_upgrade_applied.md index 4eb0492a..b4a0f6cf 100644 --- a/cli/akash_query_upgrade_applied.md +++ b/cli/provider-services_query_upgrade_applied.md @@ -1,4 +1,4 @@ -## akash query upgrade applied +## provider-services query upgrade applied block header for height at which a completed upgrade was applied @@ -8,7 +8,7 @@ If upgrade-name was previously executed on the chain, this returns the header fo This helps a client determine which binary was valid over a given range of blocks, as well as more context to understand past migrations. ``` -akash query upgrade applied [upgrade-name] [flags] +provider-services query upgrade applied [upgrade-name] [flags] ``` ### Options @@ -16,7 +16,6 @@ akash query upgrade applied [upgrade-name] [flags] ``` --height int Use a specific height to query state at (this can error if the node is pruning state) -h, --help help for applied - --node string : to Tendermint RPC interface for this chain (default "tcp://localhost:26657") -o, --output string Output format (text|json) (default "text") ``` @@ -24,10 +23,11 @@ akash query upgrade applied [upgrade-name] [flags] ``` --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") ``` ### SEE ALSO -* [akash query upgrade](akash_query_upgrade.md) - Querying commands for the upgrade module +* [provider-services query upgrade](provider-services_query_upgrade.md) - Querying commands for the upgrade module -###### Auto generated by spf13/cobra on 28-Apr-2022 +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/provider-services_query_upgrade_module_versions.md b/cli/provider-services_query_upgrade_module_versions.md new file mode 100644 index 00000000..c25fbe31 --- /dev/null +++ b/cli/provider-services_query_upgrade_module_versions.md @@ -0,0 +1,34 @@ +## provider-services query upgrade module_versions + +get the list of module versions + +### Synopsis + +Gets a list of module names and their respective consensus versions. +Following the command with a specific module name will return only +that module's information. + +``` +provider-services query upgrade module_versions [optional module_name] [flags] +``` + +### Options + +``` + --height int Use a specific height to query state at (this can error if the node is pruning state) + -h, --help help for module_versions + -o, --output string Output format (text|json) (default "text") +``` + +### Options inherited from parent commands + +``` + --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") +``` + +### SEE ALSO + +* [provider-services query upgrade](provider-services_query_upgrade.md) - Querying commands for the upgrade module + +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/akash_query_upgrade_plan.md b/cli/provider-services_query_upgrade_plan.md similarity index 58% rename from cli/akash_query_upgrade_plan.md rename to cli/provider-services_query_upgrade_plan.md index 1fb192af..cbbb1b2b 100644 --- a/cli/akash_query_upgrade_plan.md +++ b/cli/provider-services_query_upgrade_plan.md @@ -1,4 +1,4 @@ -## akash query upgrade plan +## provider-services query upgrade plan get upgrade plan (if one exists) @@ -7,7 +7,7 @@ get upgrade plan (if one exists) Gets the currently scheduled upgrade plan, if one exists ``` -akash query upgrade plan [flags] +provider-services query upgrade plan [flags] ``` ### Options @@ -15,7 +15,6 @@ akash query upgrade plan [flags] ``` --height int Use a specific height to query state at (this can error if the node is pruning state) -h, --help help for plan - --node string : to Tendermint RPC interface for this chain (default "tcp://localhost:26657") -o, --output string Output format (text|json) (default "text") ``` @@ -23,10 +22,11 @@ akash query upgrade plan [flags] ``` --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") ``` ### SEE ALSO -* [akash query upgrade](akash_query_upgrade.md) - Querying commands for the upgrade module +* [provider-services query upgrade](provider-services_query_upgrade.md) - Querying commands for the upgrade module -###### Auto generated by spf13/cobra on 28-Apr-2022 +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/provider-services_run-resource-server.md b/cli/provider-services_run-resource-server.md new file mode 100644 index 00000000..8ab8c48a --- /dev/null +++ b/cli/provider-services_run-resource-server.md @@ -0,0 +1,48 @@ +## provider-services run-resource-server + +Run the resource server which authenticates tenants based on JWT before providing access to resources + +``` +provider-services run-resource-server [flags] +``` + +### Options + +``` + -a, --account-number uint The account number of the signing account (offline mode only) + --auth-pem string + -b, --broadcast-mode string Transaction broadcasting mode (sync|async|block) (default "sync") + --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it + --fee-account string Fee account pays fees for the transaction instead of deducting from the signer + --fees string Fees to pay along with transaction; eg: 10uatom + --from string Name or address of private key with which to sign + --gas string gas limit to set per-transaction; set to "auto" to calculate sufficient gas automatically (default 200000) + --gas-adjustment float adjustment factor to be multiplied against the estimate returned by the tx simulation; if the gas limit is set manually this flag is ignored (default 1) + --gas-prices string Gas prices in decimal format to determine the transaction fee (e.g. 0.1uatom) + --generate-only Build an unsigned transaction and write it to STDOUT (when enabled, the local Keybase is not accessible) + -h, --help help for run-resource-server + --keyring-backend string Select keyring's backend (os|file|kwallet|pass|test|memory) (default "os") + --keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used + --ledger Use a connected Ledger device + --loki-gateway-listen-address host:port host:port where the loki instance is exposed on provider's network (default "localhost:3100") + --note string Note to add a description to the transaction (previously --memo) + --offline Offline mode (does not allow any online functionality + -o, --output string Output format (text|json) (default "json") + --resource-server-listen-address host:port host:port for the resource server to listen on (default "0.0.0.0:8445") + -s, --sequence uint The sequence number of the signing account (offline mode only) + --sign-mode string Choose sign mode (direct|amino-json), this is an advanced feature + --timeout-height uint Set a block timeout height to prevent the tx from being committed past a certain height + -y, --yes Skip tx broadcasting prompt confirmation +``` + +### Options inherited from parent commands + +``` + --node string The node address (default "http://localhost:26657") +``` + +### SEE ALSO + +* [provider-services](provider-services.md) - Provider services commands + +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/akash_provider_run.md b/cli/provider-services_run.md similarity index 86% rename from cli/akash_provider_run.md rename to cli/provider-services_run.md index 94177c98..a4fe198b 100644 --- a/cli/akash_provider_run.md +++ b/cli/provider-services_run.md @@ -1,9 +1,9 @@ -## akash provider run +## provider-services run run akash provider ``` -akash provider run [flags] +provider-services run [flags] ``` ### Options @@ -11,10 +11,10 @@ akash provider run [flags] ``` -a, --account-number uint The account number of the signing account (offline mode only) --auth-pem string - --balance-check-period duration period at which the account balance is checked (default 10m0s) - --bid-deposit string Bid deposit amount (default "50000000uakt") + --bid-deposit string Bid deposit amount (default "5000000uakt") --bid-price-cpu-scale string cpu pricing scale in uakt per millicpu (default "0") --bid-price-endpoint-scale string endpoint pricing scale in uakt (default "0") + --bid-price-ip-scale string leased ip pricing scale in uakt (default "0") --bid-price-memory-scale string memory pricing scale in uakt per megabyte (default "0") --bid-price-script-path string path to script to run for computing bid price --bid-price-script-process-limit uint limit to the number of scripts run concurrently for bid pricing (default 32) @@ -46,16 +46,20 @@ akash provider run [flags] --gateway-listen-address string Gateway listen address (default "0.0.0.0:8443") --generate-only Build an unsigned transaction and write it to STDOUT (when enabled, the local Keybase is not accessible) -h, --help help for run + --hostname-operator-endpoint string host & port for hostname-operator (empty for autodetect) --inventory-resource-debug-frequency uint The rate at which to log all inventory resources (default 10) --inventory-resource-poll-period duration The period to poll the cluster inventory (default 5s) + --ip-operator enable usage of the IP operator to lease IP addresses + --ip-operator-endpoint string host & port for ip-operator (empty for autodetect) --k8s-manifest-ns string Cluster manifest namespace (default "lease") --keyring-backend string Select keyring's backend (os|file|kwallet|pass|test|memory) (default "os") --keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used - --kubeconfig string kubernetes configuration file path + --kubeconfig string kubernetes configuration file path (default "$HOME/.kube/config") + --lease-funds-monitor-interval duration interval at which lease is checked for funds available on the escrow accounts. >= 1m (default 10m0s) --ledger Use a connected Ledger device --manifest-timeout duration time after which bids are cancelled if no manifest is received (default 5m0s) --metrics-listener string ip and port to start the metrics listener on - --minimum-balance uint minimum account balance at which withdrawal is started (default 100000000) + --minimum-balance uint minimum account balance at which withdrawal is started (default 10000000) --note string Note to add a description to the transaction (previously --memo) --offline Offline mode (does not allow any online functionality -o, --output string Output format (text|json) (default "json") @@ -67,6 +71,7 @@ akash provider run [flags] -s, --sequence uint The sequence number of the signing account (offline mode only) --sign-mode string Choose sign mode (direct|amino-json), this is an advanced feature --timeout-height uint Set a block timeout height to prevent the tx from being committed past a certain height + --tx-broadcast-timeout duration tx broadcast timeout. defaults to 30s (default 30s) --withdrawal-period duration period at which withdrawals are made from the escrow accounts (default 24h0m0s) -y, --yes Skip tx broadcasting prompt confirmation ``` @@ -79,6 +84,6 @@ akash provider run [flags] ### SEE ALSO -* [akash provider](akash_provider.md) - Akash provider commands +* [provider-services](provider-services.md) - Provider services commands -###### Auto generated by spf13/cobra on 28-Apr-2022 +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/akash_provider_send-manifest.md b/cli/provider-services_send-manifest.md similarity index 77% rename from cli/akash_provider_send-manifest.md rename to cli/provider-services_send-manifest.md index a6c3a1a3..82944292 100644 --- a/cli/akash_provider_send-manifest.md +++ b/cli/provider-services_send-manifest.md @@ -1,9 +1,9 @@ -## akash provider send-manifest +## provider-services send-manifest Submit manifest to provider(s) ``` -akash provider send-manifest [flags] +provider-services send-manifest [flags] ``` ### Options @@ -13,7 +13,7 @@ akash provider send-manifest [flags] --from string name or address of private key with which to sign --gseq uint32 group sequence (default 1) -h, --help help for send-manifest - --home string the application home directory (default "/home/ericu/.akash") + --home string the application home directory (default "/root/.akash") --keyring-backend string select keyring's backend (os|file|kwallet|pass|test) (default "os") --oseq uint32 order sequence (default 1) -o, --output string output format text|json|yaml. default text (default "text") @@ -28,6 +28,6 @@ akash provider send-manifest [flags] ### SEE ALSO -* [akash provider](akash_provider.md) - Akash provider commands +* [provider-services](provider-services.md) - Provider services commands -###### Auto generated by spf13/cobra on 28-Apr-2022 +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/akash_provider_service-status.md b/cli/provider-services_service-status.md similarity index 77% rename from cli/akash_provider_service-status.md rename to cli/provider-services_service-status.md index 5ce1b2f5..e7760e67 100644 --- a/cli/akash_provider_service-status.md +++ b/cli/provider-services_service-status.md @@ -1,9 +1,9 @@ -## akash provider service-status +## provider-services service-status get service status ``` -akash provider service-status [flags] +provider-services service-status [flags] ``` ### Options @@ -13,7 +13,7 @@ akash provider service-status [flags] --from string name or address of private key with which to sign --gseq uint32 group sequence (default 1) -h, --help help for service-status - --home string the application home directory (default "/home/ericu/.akash") + --home string the application home directory (default "/root/.akash") --keyring-backend string select keyring's backend (os|file|kwallet|pass|test) (default "os") --oseq uint32 order sequence (default 1) --provider string provider @@ -28,6 +28,6 @@ akash provider service-status [flags] ### SEE ALSO -* [akash provider](akash_provider.md) - Akash provider commands +* [provider-services](provider-services.md) - Provider services commands -###### Auto generated by spf13/cobra on 28-Apr-2022 +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/provider-services_show-cluster-ns.md b/cli/provider-services_show-cluster-ns.md new file mode 100644 index 00000000..f3744b0a --- /dev/null +++ b/cli/provider-services_show-cluster-ns.md @@ -0,0 +1,30 @@ +## provider-services show-cluster-ns + +print cluster namespace for given lease ID + +``` +provider-services show-cluster-ns [flags] +``` + +### Options + +``` + --dseq uint Deployment Sequence + --gseq uint32 Group Sequence (default 1) + -h, --help help for show-cluster-ns + --oseq uint32 Order Sequence (default 1) + --owner string Deployment Owner + --provider string Provider +``` + +### Options inherited from parent commands + +``` + --node string The node address (default "http://localhost:26657") +``` + +### SEE ALSO + +* [provider-services](provider-services.md) - Provider services commands + +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/akash_provider_status.md b/cli/provider-services_status.md similarity index 53% rename from cli/akash_provider_status.md rename to cli/provider-services_status.md index 5e329f79..e9713ea3 100644 --- a/cli/akash_provider_status.md +++ b/cli/provider-services_status.md @@ -1,9 +1,9 @@ -## akash provider status +## provider-services status get provider status ``` -akash provider status [address] [flags] +provider-services status [address] [flags] ``` ### Options @@ -20,6 +20,6 @@ akash provider status [address] [flags] ### SEE ALSO -* [akash provider](akash_provider.md) - Akash provider commands +* [provider-services](provider-services.md) - Provider services commands -###### Auto generated by spf13/cobra on 28-Apr-2022 +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/provider-services_tx.md b/cli/provider-services_tx.md new file mode 100644 index 00000000..81bb9fa9 --- /dev/null +++ b/cli/provider-services_tx.md @@ -0,0 +1,52 @@ +## provider-services tx + +Transactions subcommands + +### Options + +``` + --chain-id string The network chain ID + -h, --help help for tx +``` + +### Options inherited from parent commands + +``` + --node string The node address (default "http://localhost:26657") +``` + +### SEE ALSO + +* [provider-services](provider-services.md) - Provider services commands +* [provider-services tx ](provider-services_tx_.md) - +* [provider-services tx ](provider-services_tx_.md) - +* [provider-services tx ](provider-services_tx_.md) - +* [provider-services tx audit](provider-services_tx_audit.md) - Audit transaction subcommands +* [provider-services tx authz](provider-services_tx_authz.md) - Authorization transactions subcommands +* [provider-services tx bank](provider-services_tx_bank.md) - Bank transaction subcommands +* [provider-services tx broadcast](provider-services_tx_broadcast.md) - Broadcast transactions generated offline +* [provider-services tx cert](provider-services_tx_cert.md) - Certificates transaction subcommands +* [provider-services tx crisis](provider-services_tx_crisis.md) - Crisis transactions subcommands +* [provider-services tx decode](provider-services_tx_decode.md) - Decode a binary encoded transaction string +* [provider-services tx deployment](provider-services_tx_deployment.md) - Deployment transaction subcommands +* [provider-services tx distribution](provider-services_tx_distribution.md) - Distribution transactions subcommands +* [provider-services tx encode](provider-services_tx_encode.md) - Encode transactions generated offline +* [provider-services tx evidence](provider-services_tx_evidence.md) - Evidence transaction subcommands +* [provider-services tx gov](provider-services_tx_gov.md) - Governance transactions subcommands +* [provider-services tx ibc](provider-services_tx_ibc.md) - IBC transaction subcommands +* [provider-services tx ibc-transfer](provider-services_tx_ibc-transfer.md) - IBC fungible token transfer transaction subcommands +* [provider-services tx icaauth](provider-services_tx_icaauth.md) - icaauth transactions subcommands +* [provider-services tx market](provider-services_tx_market.md) - Transaction subcommands +* [provider-services tx multisign](provider-services_tx_multisign.md) - Generate multisig signatures for transactions generated offline +* [provider-services tx provider](provider-services_tx_provider.md) - Provider transaction subcommands +* [provider-services tx send](provider-services_tx_send.md) - Send funds from one account to another. Note, the'--from' flag is +ignored as it is implied from [from_key_or_address]. +* [provider-services tx sign](provider-services_tx_sign.md) - Sign a transaction generated offline +* [provider-services tx sign-batch](provider-services_tx_sign-batch.md) - Sign transaction batch files +* [provider-services tx slashing](provider-services_tx_slashing.md) - Slashing transaction subcommands +* [provider-services tx staking](provider-services_tx_staking.md) - Staking transaction subcommands +* [provider-services tx validate-signatures](provider-services_tx_validate-signatures.md) - validate transactions signatures +* [provider-services tx vesting](provider-services_tx_vesting.md) - Vesting transaction subcommands +* [provider-services tx vesting](provider-services_tx_vesting.md) - Vesting transaction subcommands + +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/provider-services_tx_.md b/cli/provider-services_tx_.md new file mode 100644 index 00000000..6f1c17ad --- /dev/null +++ b/cli/provider-services_tx_.md @@ -0,0 +1,26 @@ +## provider-services tx + + + +``` +provider-services tx [flags] +``` + +### Options + +``` + -h, --help help for this command +``` + +### Options inherited from parent commands + +``` + --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") +``` + +### SEE ALSO + +* [provider-services tx](provider-services_tx.md) - Transactions subcommands + +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/provider-services_tx_audit.md b/cli/provider-services_tx_audit.md new file mode 100644 index 00000000..40dcd517 --- /dev/null +++ b/cli/provider-services_tx_audit.md @@ -0,0 +1,27 @@ +## provider-services tx audit + +Audit transaction subcommands + +``` +provider-services tx audit [flags] +``` + +### Options + +``` + -h, --help help for audit +``` + +### Options inherited from parent commands + +``` + --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") +``` + +### SEE ALSO + +* [provider-services tx](provider-services_tx.md) - Transactions subcommands +* [provider-services tx audit attr](provider-services_tx_audit_attr.md) - Manage provider attributes + +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/provider-services_tx_audit_attr.md b/cli/provider-services_tx_audit_attr.md new file mode 100644 index 00000000..77d4aa26 --- /dev/null +++ b/cli/provider-services_tx_audit_attr.md @@ -0,0 +1,24 @@ +## provider-services tx audit attr + +Manage provider attributes + +### Options + +``` + -h, --help help for attr +``` + +### Options inherited from parent commands + +``` + --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") +``` + +### SEE ALSO + +* [provider-services tx audit](provider-services_tx_audit.md) - Audit transaction subcommands +* [provider-services tx audit attr create](provider-services_tx_audit_attr_create.md) - Create/update provider attributes +* [provider-services tx audit attr delete](provider-services_tx_audit_attr_delete.md) - Delete provider attributes + +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/akash_tx_audit_attr_create.md b/cli/provider-services_tx_audit_attr_create.md similarity index 87% rename from cli/akash_tx_audit_attr_create.md rename to cli/provider-services_tx_audit_attr_create.md index 71aceafb..189cec26 100644 --- a/cli/akash_tx_audit_attr_create.md +++ b/cli/provider-services_tx_audit_attr_create.md @@ -1,9 +1,9 @@ -## akash tx audit attr create +## provider-services tx audit attr create Create/update provider attributes ``` -akash tx audit attr create [provider] [flags] +provider-services tx audit attr create [provider] [flags] ``` ### Options @@ -23,7 +23,6 @@ akash tx audit attr create [provider] [flags] --keyring-backend string Select keyring's backend (os|file|kwallet|pass|test|memory) (default "os") --keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used --ledger Use a connected Ledger device - --node string : to tendermint rpc interface for this chain (default "tcp://localhost:26657") --note string Note to add a description to the transaction (previously --memo) --offline Offline mode (does not allow any online functionality -o, --output string Output format (text|json) (default "json") @@ -37,10 +36,11 @@ akash tx audit attr create [provider] [flags] ``` --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") ``` ### SEE ALSO -* [akash tx audit attr](akash_tx_audit_attr.md) - Manage provider attributes +* [provider-services tx audit attr](provider-services_tx_audit_attr.md) - Manage provider attributes -###### Auto generated by spf13/cobra on 28-Apr-2022 +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/akash_tx_audit_attr_delete.md b/cli/provider-services_tx_audit_attr_delete.md similarity index 87% rename from cli/akash_tx_audit_attr_delete.md rename to cli/provider-services_tx_audit_attr_delete.md index e8f8da70..1dabf0fc 100644 --- a/cli/akash_tx_audit_attr_delete.md +++ b/cli/provider-services_tx_audit_attr_delete.md @@ -1,9 +1,9 @@ -## akash tx audit attr delete +## provider-services tx audit attr delete Delete provider attributes ``` -akash tx audit attr delete [provider] [flags] +provider-services tx audit attr delete [provider] [flags] ``` ### Options @@ -23,7 +23,6 @@ akash tx audit attr delete [provider] [flags] --keyring-backend string Select keyring's backend (os|file|kwallet|pass|test|memory) (default "os") --keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used --ledger Use a connected Ledger device - --node string : to tendermint rpc interface for this chain (default "tcp://localhost:26657") --note string Note to add a description to the transaction (previously --memo) --offline Offline mode (does not allow any online functionality -o, --output string Output format (text|json) (default "json") @@ -37,10 +36,11 @@ akash tx audit attr delete [provider] [flags] ``` --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") ``` ### SEE ALSO -* [akash tx audit attr](akash_tx_audit_attr.md) - Manage provider attributes +* [provider-services tx audit attr](provider-services_tx_audit_attr.md) - Manage provider attributes -###### Auto generated by spf13/cobra on 28-Apr-2022 +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/provider-services_tx_authz.md b/cli/provider-services_tx_authz.md new file mode 100644 index 00000000..fcd78227 --- /dev/null +++ b/cli/provider-services_tx_authz.md @@ -0,0 +1,33 @@ +## provider-services tx authz + +Authorization transactions subcommands + +### Synopsis + +Authorize and revoke access to execute transactions on behalf of your address + +``` +provider-services tx authz [flags] +``` + +### Options + +``` + -h, --help help for authz +``` + +### Options inherited from parent commands + +``` + --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") +``` + +### SEE ALSO + +* [provider-services tx](provider-services_tx.md) - Transactions subcommands +* [provider-services tx authz exec](provider-services_tx_authz_exec.md) - execute tx on behalf of granter account +* [provider-services tx authz grant](provider-services_tx_authz_grant.md) - Grant authorization to an address +* [provider-services tx authz revoke](provider-services_tx_authz_revoke.md) - revoke authorization + +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/provider-services_tx_authz_exec.md b/cli/provider-services_tx_authz_exec.md new file mode 100644 index 00000000..9d5467fb --- /dev/null +++ b/cli/provider-services_tx_authz_exec.md @@ -0,0 +1,53 @@ +## provider-services tx authz exec + +execute tx on behalf of granter account + +### Synopsis + +execute tx on behalf of granter account: +Example: + $ tx authz exec tx.json --from grantee + $ tx bank send --from --chain-id --generate-only > tx.json && tx authz exec tx.json --from grantee + +``` +provider-services tx authz exec [msg_tx_json_file] --from [grantee] [flags] +``` + +### Options + +``` + -a, --account-number uint The account number of the signing account (offline mode only) + -b, --broadcast-mode string Transaction broadcasting mode (sync|async|block) (default "sync") + --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it + --fee-account string Fee account pays fees for the transaction instead of deducting from the signer + --fees string Fees to pay along with transaction; eg: 10uatom + --from string Name or address of private key with which to sign + --gas string gas limit to set per-transaction; set to "auto" to calculate sufficient gas automatically (default 200000) + --gas-adjustment float adjustment factor to be multiplied against the estimate returned by the tx simulation; if the gas limit is set manually this flag is ignored (default 1) + --gas-prices string Gas prices in decimal format to determine the transaction fee (e.g. 0.1uatom) + --generate-only Build an unsigned transaction and write it to STDOUT (when enabled, the local Keybase is not accessible) + -h, --help help for exec + --keyring-backend string Select keyring's backend (os|file|kwallet|pass|test|memory) (default "os") + --keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used + --ledger Use a connected Ledger device + --note string Note to add a description to the transaction (previously --memo) + --offline Offline mode (does not allow any online functionality + -o, --output string Output format (text|json) (default "json") + -s, --sequence uint The sequence number of the signing account (offline mode only) + --sign-mode string Choose sign mode (direct|amino-json), this is an advanced feature + --timeout-height uint Set a block timeout height to prevent the tx from being committed past a certain height + -y, --yes Skip tx broadcasting prompt confirmation +``` + +### Options inherited from parent commands + +``` + --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") +``` + +### SEE ALSO + +* [provider-services tx authz](provider-services_tx_authz.md) - Authorization transactions subcommands + +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/provider-services_tx_authz_grant.md b/cli/provider-services_tx_authz_grant.md new file mode 100644 index 00000000..e323d4a3 --- /dev/null +++ b/cli/provider-services_tx_authz_grant.md @@ -0,0 +1,59 @@ +## provider-services tx authz grant + +Grant authorization to an address + +### Synopsis + +grant authorization to an address to execute a transaction on your behalf: + +Examples: + $ tx authz grant cosmos1skjw.. send /cosmos.bank.v1beta1.MsgSend --spend-limit=1000stake --from=cosmos1skl.. + $ tx authz grant cosmos1skjw.. generic --msg-type=/cosmos.gov.v1beta1.MsgVote --from=cosmos1sk.. + +``` +provider-services tx authz grant --from [flags] +``` + +### Options + +``` + -a, --account-number uint The account number of the signing account (offline mode only) + --allowed-validators strings Allowed validators addresses separated by , + -b, --broadcast-mode string Transaction broadcasting mode (sync|async|block) (default "sync") + --deny-validators strings Deny validators addresses separated by , + --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it + --expiration int The Unix timestamp. Default is one year. (default 1701790038) + --fee-account string Fee account pays fees for the transaction instead of deducting from the signer + --fees string Fees to pay along with transaction; eg: 10uatom + --from string Name or address of private key with which to sign + --gas string gas limit to set per-transaction; set to "auto" to calculate sufficient gas automatically (default 200000) + --gas-adjustment float adjustment factor to be multiplied against the estimate returned by the tx simulation; if the gas limit is set manually this flag is ignored (default 1) + --gas-prices string Gas prices in decimal format to determine the transaction fee (e.g. 0.1uatom) + --generate-only Build an unsigned transaction and write it to STDOUT (when enabled, the local Keybase is not accessible) + -h, --help help for grant + --keyring-backend string Select keyring's backend (os|file|kwallet|pass|test|memory) (default "os") + --keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used + --ledger Use a connected Ledger device + --msg-type string The Msg method name for which we are creating a GenericAuthorization + --note string Note to add a description to the transaction (previously --memo) + --offline Offline mode (does not allow any online functionality + -o, --output string Output format (text|json) (default "json") + -s, --sequence uint The sequence number of the signing account (offline mode only) + --sign-mode string Choose sign mode (direct|amino-json), this is an advanced feature + --spend-limit string SpendLimit for Send Authorization, an array of Coins allowed spend + --timeout-height uint Set a block timeout height to prevent the tx from being committed past a certain height + -y, --yes Skip tx broadcasting prompt confirmation +``` + +### Options inherited from parent commands + +``` + --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") +``` + +### SEE ALSO + +* [provider-services tx authz](provider-services_tx_authz.md) - Authorization transactions subcommands + +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/provider-services_tx_authz_revoke.md b/cli/provider-services_tx_authz_revoke.md new file mode 100644 index 00000000..64f8618c --- /dev/null +++ b/cli/provider-services_tx_authz_revoke.md @@ -0,0 +1,52 @@ +## provider-services tx authz revoke + +revoke authorization + +### Synopsis + +revoke authorization from a granter to a grantee: +Example: + $ tx authz revoke cosmos1skj.. /cosmos.bank.v1beta1.MsgSend --from=cosmos1skj.. + +``` +provider-services tx authz revoke [grantee] [msg_type] --from=[granter] [flags] +``` + +### Options + +``` + -a, --account-number uint The account number of the signing account (offline mode only) + -b, --broadcast-mode string Transaction broadcasting mode (sync|async|block) (default "sync") + --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it + --fee-account string Fee account pays fees for the transaction instead of deducting from the signer + --fees string Fees to pay along with transaction; eg: 10uatom + --from string Name or address of private key with which to sign + --gas string gas limit to set per-transaction; set to "auto" to calculate sufficient gas automatically (default 200000) + --gas-adjustment float adjustment factor to be multiplied against the estimate returned by the tx simulation; if the gas limit is set manually this flag is ignored (default 1) + --gas-prices string Gas prices in decimal format to determine the transaction fee (e.g. 0.1uatom) + --generate-only Build an unsigned transaction and write it to STDOUT (when enabled, the local Keybase is not accessible) + -h, --help help for revoke + --keyring-backend string Select keyring's backend (os|file|kwallet|pass|test|memory) (default "os") + --keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used + --ledger Use a connected Ledger device + --note string Note to add a description to the transaction (previously --memo) + --offline Offline mode (does not allow any online functionality + -o, --output string Output format (text|json) (default "json") + -s, --sequence uint The sequence number of the signing account (offline mode only) + --sign-mode string Choose sign mode (direct|amino-json), this is an advanced feature + --timeout-height uint Set a block timeout height to prevent the tx from being committed past a certain height + -y, --yes Skip tx broadcasting prompt confirmation +``` + +### Options inherited from parent commands + +``` + --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") +``` + +### SEE ALSO + +* [provider-services tx authz](provider-services_tx_authz.md) - Authorization transactions subcommands + +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/provider-services_tx_bank.md b/cli/provider-services_tx_bank.md new file mode 100644 index 00000000..08a91e2c --- /dev/null +++ b/cli/provider-services_tx_bank.md @@ -0,0 +1,28 @@ +## provider-services tx bank + +Bank transaction subcommands + +``` +provider-services tx bank [flags] +``` + +### Options + +``` + -h, --help help for bank +``` + +### Options inherited from parent commands + +``` + --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") +``` + +### SEE ALSO + +* [provider-services tx](provider-services_tx.md) - Transactions subcommands +* [provider-services tx bank send](provider-services_tx_bank_send.md) - Send funds from one account to another. Note, the'--from' flag is +ignored as it is implied from [from_key_or_address]. + +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/akash_tx_bank_send.md b/cli/provider-services_tx_bank_send.md similarity index 87% rename from cli/akash_tx_bank_send.md rename to cli/provider-services_tx_bank_send.md index fa2b1e6c..dc186531 100644 --- a/cli/akash_tx_bank_send.md +++ b/cli/provider-services_tx_bank_send.md @@ -1,10 +1,10 @@ -## akash tx bank send +## provider-services tx bank send Send funds from one account to another. Note, the'--from' flag is ignored as it is implied from [from_key_or_address]. ``` -akash tx bank send [from_key_or_address] [to_address] [amount] [flags] +provider-services tx bank send [from_key_or_address] [to_address] [amount] [flags] ``` ### Options @@ -24,7 +24,6 @@ akash tx bank send [from_key_or_address] [to_address] [amount] [flags] --keyring-backend string Select keyring's backend (os|file|kwallet|pass|test|memory) (default "os") --keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used --ledger Use a connected Ledger device - --node string : to tendermint rpc interface for this chain (default "tcp://localhost:26657") --note string Note to add a description to the transaction (previously --memo) --offline Offline mode (does not allow any online functionality -o, --output string Output format (text|json) (default "json") @@ -38,10 +37,11 @@ akash tx bank send [from_key_or_address] [to_address] [amount] [flags] ``` --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") ``` ### SEE ALSO -* [akash tx bank](akash_tx_bank.md) - Bank transaction subcommands +* [provider-services tx bank](provider-services_tx_bank.md) - Bank transaction subcommands -###### Auto generated by spf13/cobra on 28-Apr-2022 +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/akash_tx_broadcast.md b/cli/provider-services_tx_broadcast.md similarity index 90% rename from cli/akash_tx_broadcast.md rename to cli/provider-services_tx_broadcast.md index f2504d8e..a75eaee6 100644 --- a/cli/akash_tx_broadcast.md +++ b/cli/provider-services_tx_broadcast.md @@ -1,4 +1,4 @@ -## akash tx broadcast +## provider-services tx broadcast Broadcast transactions generated offline @@ -12,7 +12,7 @@ filename, the command reads from standard input. $ tx broadcast ./mytxn.json ``` -akash tx broadcast [file_path] [flags] +provider-services tx broadcast [file_path] [flags] ``` ### Options @@ -32,7 +32,6 @@ akash tx broadcast [file_path] [flags] --keyring-backend string Select keyring's backend (os|file|kwallet|pass|test|memory) (default "os") --keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used --ledger Use a connected Ledger device - --node string : to tendermint rpc interface for this chain (default "tcp://localhost:26657") --note string Note to add a description to the transaction (previously --memo) --offline Offline mode (does not allow any online functionality -o, --output string Output format (text|json) (default "json") @@ -46,10 +45,11 @@ akash tx broadcast [file_path] [flags] ``` --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") ``` ### SEE ALSO -* [akash tx](akash_tx.md) - Transactions subcommands +* [provider-services tx](provider-services_tx.md) - Transactions subcommands -###### Auto generated by spf13/cobra on 28-Apr-2022 +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/provider-services_tx_cert.md b/cli/provider-services_tx_cert.md new file mode 100644 index 00000000..f16757b3 --- /dev/null +++ b/cli/provider-services_tx_cert.md @@ -0,0 +1,29 @@ +## provider-services tx cert + +Certificates transaction subcommands + +``` +provider-services tx cert [flags] +``` + +### Options + +``` + -h, --help help for cert +``` + +### Options inherited from parent commands + +``` + --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") +``` + +### SEE ALSO + +* [provider-services tx](provider-services_tx.md) - Transactions subcommands +* [provider-services tx cert generate](provider-services_tx_cert_generate.md) - +* [provider-services tx cert publish](provider-services_tx_cert_publish.md) - +* [provider-services tx cert revoke](provider-services_tx_cert_revoke.md) - + +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/provider-services_tx_cert_generate.md b/cli/provider-services_tx_cert_generate.md new file mode 100644 index 00000000..a488ba1b --- /dev/null +++ b/cli/provider-services_tx_cert_generate.md @@ -0,0 +1,28 @@ +## provider-services tx cert generate + + + +``` +provider-services tx cert generate [flags] +``` + +### Options + +``` + -h, --help help for generate +``` + +### Options inherited from parent commands + +``` + --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") +``` + +### SEE ALSO + +* [provider-services tx cert](provider-services_tx_cert.md) - Certificates transaction subcommands +* [provider-services tx cert generate client](provider-services_tx_cert_generate_client.md) - +* [provider-services tx cert generate server](provider-services_tx_cert_generate_server.md) - + +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/provider-services_tx_cert_generate_client.md b/cli/provider-services_tx_cert_generate_client.md new file mode 100644 index 00000000..2163807c --- /dev/null +++ b/cli/provider-services_tx_cert_generate_client.md @@ -0,0 +1,49 @@ +## provider-services tx cert generate client + + + +``` +provider-services tx cert generate client [flags] +``` + +### Options + +``` + -a, --account-number uint The account number of the signing account (offline mode only) + -b, --broadcast-mode string Transaction broadcasting mode (sync|async|block) (default "sync") + --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it + --fee-account string Fee account pays fees for the transaction instead of deducting from the signer + --fees string Fees to pay along with transaction; eg: 10uatom + --from string Name or address of private key with which to sign + --gas string gas limit to set per-transaction; set to "auto" to calculate sufficient gas automatically (default 200000) + --gas-adjustment float adjustment factor to be multiplied against the estimate returned by the tx simulation; if the gas limit is set manually this flag is ignored (default 1) + --gas-prices string Gas prices in decimal format to determine the transaction fee (e.g. 0.1uatom) + --generate-only Build an unsigned transaction and write it to STDOUT (when enabled, the local Keybase is not accessible) + -h, --help help for client + --keyring-backend string Select keyring's backend (os|file|kwallet|pass|test|memory) (default "os") + --keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used + --ledger Use a connected Ledger device + --note string Note to add a description to the transaction (previously --memo) + --offline Offline mode (does not allow any online functionality + -o, --output string Output format (text|json) (default "json") + --overwrite overwrite existing certificate if present + -s, --sequence uint The sequence number of the signing account (offline mode only) + --sign-mode string Choose sign mode (direct|amino-json), this is an advanced feature + --start-time string certificate is not valid before this date. default current timestamp. RFC3339 + --timeout-height uint Set a block timeout height to prevent the tx from being committed past a certain height + --valid-duration duration certificate is not valid after this date. RFC3339 (default 8760h0m0s) + -y, --yes Skip tx broadcasting prompt confirmation +``` + +### Options inherited from parent commands + +``` + --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") +``` + +### SEE ALSO + +* [provider-services tx cert generate](provider-services_tx_cert_generate.md) - + +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/provider-services_tx_cert_generate_server.md b/cli/provider-services_tx_cert_generate_server.md new file mode 100644 index 00000000..2c61f679 --- /dev/null +++ b/cli/provider-services_tx_cert_generate_server.md @@ -0,0 +1,49 @@ +## provider-services tx cert generate server + + + +``` +provider-services tx cert generate server [flags] +``` + +### Options + +``` + -a, --account-number uint The account number of the signing account (offline mode only) + -b, --broadcast-mode string Transaction broadcasting mode (sync|async|block) (default "sync") + --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it + --fee-account string Fee account pays fees for the transaction instead of deducting from the signer + --fees string Fees to pay along with transaction; eg: 10uatom + --from string Name or address of private key with which to sign + --gas string gas limit to set per-transaction; set to "auto" to calculate sufficient gas automatically (default 200000) + --gas-adjustment float adjustment factor to be multiplied against the estimate returned by the tx simulation; if the gas limit is set manually this flag is ignored (default 1) + --gas-prices string Gas prices in decimal format to determine the transaction fee (e.g. 0.1uatom) + --generate-only Build an unsigned transaction and write it to STDOUT (when enabled, the local Keybase is not accessible) + -h, --help help for server + --keyring-backend string Select keyring's backend (os|file|kwallet|pass|test|memory) (default "os") + --keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used + --ledger Use a connected Ledger device + --note string Note to add a description to the transaction (previously --memo) + --offline Offline mode (does not allow any online functionality + -o, --output string Output format (text|json) (default "json") + --overwrite overwrite existing certificate if present + -s, --sequence uint The sequence number of the signing account (offline mode only) + --sign-mode string Choose sign mode (direct|amino-json), this is an advanced feature + --start-time string certificate is not valid before this date. default current timestamp. RFC3339 + --timeout-height uint Set a block timeout height to prevent the tx from being committed past a certain height + --valid-duration duration certificate is not valid after this date. RFC3339 (default 8760h0m0s) + -y, --yes Skip tx broadcasting prompt confirmation +``` + +### Options inherited from parent commands + +``` + --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") +``` + +### SEE ALSO + +* [provider-services tx cert generate](provider-services_tx_cert_generate.md) - + +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/provider-services_tx_cert_publish.md b/cli/provider-services_tx_cert_publish.md new file mode 100644 index 00000000..d30e36f4 --- /dev/null +++ b/cli/provider-services_tx_cert_publish.md @@ -0,0 +1,28 @@ +## provider-services tx cert publish + + + +``` +provider-services tx cert publish [flags] +``` + +### Options + +``` + -h, --help help for publish +``` + +### Options inherited from parent commands + +``` + --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") +``` + +### SEE ALSO + +* [provider-services tx cert](provider-services_tx_cert.md) - Certificates transaction subcommands +* [provider-services tx cert publish client](provider-services_tx_cert_publish_client.md) - +* [provider-services tx cert publish server](provider-services_tx_cert_publish_server.md) - + +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/provider-services_tx_cert_publish_client.md b/cli/provider-services_tx_cert_publish_client.md new file mode 100644 index 00000000..afb19650 --- /dev/null +++ b/cli/provider-services_tx_cert_publish_client.md @@ -0,0 +1,47 @@ +## provider-services tx cert publish client + + + +``` +provider-services tx cert publish client [flags] +``` + +### Options + +``` + -a, --account-number uint The account number of the signing account (offline mode only) + -b, --broadcast-mode string Transaction broadcasting mode (sync|async|block) (default "sync") + --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it + --fee-account string Fee account pays fees for the transaction instead of deducting from the signer + --fees string Fees to pay along with transaction; eg: 10uatom + --from string Name or address of private key with which to sign + --gas string gas limit to set per-transaction; set to "auto" to calculate sufficient gas automatically (default 200000) + --gas-adjustment float adjustment factor to be multiplied against the estimate returned by the tx simulation; if the gas limit is set manually this flag is ignored (default 1) + --gas-prices string Gas prices in decimal format to determine the transaction fee (e.g. 0.1uatom) + --generate-only Build an unsigned transaction and write it to STDOUT (when enabled, the local Keybase is not accessible) + -h, --help help for client + --keyring-backend string Select keyring's backend (os|file|kwallet|pass|test|memory) (default "os") + --keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used + --ledger Use a connected Ledger device + --note string Note to add a description to the transaction (previously --memo) + --offline Offline mode (does not allow any online functionality + -o, --output string Output format (text|json) (default "json") + -s, --sequence uint The sequence number of the signing account (offline mode only) + --sign-mode string Choose sign mode (direct|amino-json), this is an advanced feature + --timeout-height uint Set a block timeout height to prevent the tx from being committed past a certain height + --to-genesis add to genesis + -y, --yes Skip tx broadcasting prompt confirmation +``` + +### Options inherited from parent commands + +``` + --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") +``` + +### SEE ALSO + +* [provider-services tx cert publish](provider-services_tx_cert_publish.md) - + +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/provider-services_tx_cert_publish_server.md b/cli/provider-services_tx_cert_publish_server.md new file mode 100644 index 00000000..a3ec18e1 --- /dev/null +++ b/cli/provider-services_tx_cert_publish_server.md @@ -0,0 +1,47 @@ +## provider-services tx cert publish server + + + +``` +provider-services tx cert publish server [flags] +``` + +### Options + +``` + -a, --account-number uint The account number of the signing account (offline mode only) + -b, --broadcast-mode string Transaction broadcasting mode (sync|async|block) (default "sync") + --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it + --fee-account string Fee account pays fees for the transaction instead of deducting from the signer + --fees string Fees to pay along with transaction; eg: 10uatom + --from string Name or address of private key with which to sign + --gas string gas limit to set per-transaction; set to "auto" to calculate sufficient gas automatically (default 200000) + --gas-adjustment float adjustment factor to be multiplied against the estimate returned by the tx simulation; if the gas limit is set manually this flag is ignored (default 1) + --gas-prices string Gas prices in decimal format to determine the transaction fee (e.g. 0.1uatom) + --generate-only Build an unsigned transaction and write it to STDOUT (when enabled, the local Keybase is not accessible) + -h, --help help for server + --keyring-backend string Select keyring's backend (os|file|kwallet|pass|test|memory) (default "os") + --keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used + --ledger Use a connected Ledger device + --note string Note to add a description to the transaction (previously --memo) + --offline Offline mode (does not allow any online functionality + -o, --output string Output format (text|json) (default "json") + -s, --sequence uint The sequence number of the signing account (offline mode only) + --sign-mode string Choose sign mode (direct|amino-json), this is an advanced feature + --timeout-height uint Set a block timeout height to prevent the tx from being committed past a certain height + --to-genesis add to genesis + -y, --yes Skip tx broadcasting prompt confirmation +``` + +### Options inherited from parent commands + +``` + --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") +``` + +### SEE ALSO + +* [provider-services tx cert publish](provider-services_tx_cert_publish.md) - + +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/provider-services_tx_cert_revoke.md b/cli/provider-services_tx_cert_revoke.md new file mode 100644 index 00000000..cbff8ecc --- /dev/null +++ b/cli/provider-services_tx_cert_revoke.md @@ -0,0 +1,28 @@ +## provider-services tx cert revoke + + + +``` +provider-services tx cert revoke [flags] +``` + +### Options + +``` + -h, --help help for revoke +``` + +### Options inherited from parent commands + +``` + --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") +``` + +### SEE ALSO + +* [provider-services tx cert](provider-services_tx_cert.md) - Certificates transaction subcommands +* [provider-services tx cert revoke client](provider-services_tx_cert_revoke_client.md) - +* [provider-services tx cert revoke server](provider-services_tx_cert_revoke_server.md) - + +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/provider-services_tx_cert_revoke_client.md b/cli/provider-services_tx_cert_revoke_client.md new file mode 100644 index 00000000..8d3511fa --- /dev/null +++ b/cli/provider-services_tx_cert_revoke_client.md @@ -0,0 +1,47 @@ +## provider-services tx cert revoke client + + + +``` +provider-services tx cert revoke client [flags] +``` + +### Options + +``` + -a, --account-number uint The account number of the signing account (offline mode only) + -b, --broadcast-mode string Transaction broadcasting mode (sync|async|block) (default "sync") + --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it + --fee-account string Fee account pays fees for the transaction instead of deducting from the signer + --fees string Fees to pay along with transaction; eg: 10uatom + --from string Name or address of private key with which to sign + --gas string gas limit to set per-transaction; set to "auto" to calculate sufficient gas automatically (default 200000) + --gas-adjustment float adjustment factor to be multiplied against the estimate returned by the tx simulation; if the gas limit is set manually this flag is ignored (default 1) + --gas-prices string Gas prices in decimal format to determine the transaction fee (e.g. 0.1uatom) + --generate-only Build an unsigned transaction and write it to STDOUT (when enabled, the local Keybase is not accessible) + -h, --help help for client + --keyring-backend string Select keyring's backend (os|file|kwallet|pass|test|memory) (default "os") + --keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used + --ledger Use a connected Ledger device + --note string Note to add a description to the transaction (previously --memo) + --offline Offline mode (does not allow any online functionality + -o, --output string Output format (text|json) (default "json") + -s, --sequence uint The sequence number of the signing account (offline mode only) + --serial string revoke certificate by serial number + --sign-mode string Choose sign mode (direct|amino-json), this is an advanced feature + --timeout-height uint Set a block timeout height to prevent the tx from being committed past a certain height + -y, --yes Skip tx broadcasting prompt confirmation +``` + +### Options inherited from parent commands + +``` + --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") +``` + +### SEE ALSO + +* [provider-services tx cert revoke](provider-services_tx_cert_revoke.md) - + +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/provider-services_tx_cert_revoke_server.md b/cli/provider-services_tx_cert_revoke_server.md new file mode 100644 index 00000000..5d9260e4 --- /dev/null +++ b/cli/provider-services_tx_cert_revoke_server.md @@ -0,0 +1,47 @@ +## provider-services tx cert revoke server + + + +``` +provider-services tx cert revoke server [flags] +``` + +### Options + +``` + -a, --account-number uint The account number of the signing account (offline mode only) + -b, --broadcast-mode string Transaction broadcasting mode (sync|async|block) (default "sync") + --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it + --fee-account string Fee account pays fees for the transaction instead of deducting from the signer + --fees string Fees to pay along with transaction; eg: 10uatom + --from string Name or address of private key with which to sign + --gas string gas limit to set per-transaction; set to "auto" to calculate sufficient gas automatically (default 200000) + --gas-adjustment float adjustment factor to be multiplied against the estimate returned by the tx simulation; if the gas limit is set manually this flag is ignored (default 1) + --gas-prices string Gas prices in decimal format to determine the transaction fee (e.g. 0.1uatom) + --generate-only Build an unsigned transaction and write it to STDOUT (when enabled, the local Keybase is not accessible) + -h, --help help for server + --keyring-backend string Select keyring's backend (os|file|kwallet|pass|test|memory) (default "os") + --keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used + --ledger Use a connected Ledger device + --note string Note to add a description to the transaction (previously --memo) + --offline Offline mode (does not allow any online functionality + -o, --output string Output format (text|json) (default "json") + -s, --sequence uint The sequence number of the signing account (offline mode only) + --serial string revoke certificate by serial number + --sign-mode string Choose sign mode (direct|amino-json), this is an advanced feature + --timeout-height uint Set a block timeout height to prevent the tx from being committed past a certain height + -y, --yes Skip tx broadcasting prompt confirmation +``` + +### Options inherited from parent commands + +``` + --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") +``` + +### SEE ALSO + +* [provider-services tx cert revoke](provider-services_tx_cert_revoke.md) - + +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/provider-services_tx_crisis.md b/cli/provider-services_tx_crisis.md new file mode 100644 index 00000000..a249f49d --- /dev/null +++ b/cli/provider-services_tx_crisis.md @@ -0,0 +1,27 @@ +## provider-services tx crisis + +Crisis transactions subcommands + +``` +provider-services tx crisis [flags] +``` + +### Options + +``` + -h, --help help for crisis +``` + +### Options inherited from parent commands + +``` + --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") +``` + +### SEE ALSO + +* [provider-services tx](provider-services_tx.md) - Transactions subcommands +* [provider-services tx crisis invariant-broken](provider-services_tx_crisis_invariant-broken.md) - Submit proof that an invariant broken to halt the chain + +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/akash_tx_crisis_invariant-broken.md b/cli/provider-services_tx_crisis_invariant-broken.md similarity index 86% rename from cli/akash_tx_crisis_invariant-broken.md rename to cli/provider-services_tx_crisis_invariant-broken.md index be95244e..931308c8 100644 --- a/cli/akash_tx_crisis_invariant-broken.md +++ b/cli/provider-services_tx_crisis_invariant-broken.md @@ -1,9 +1,9 @@ -## akash tx crisis invariant-broken +## provider-services tx crisis invariant-broken Submit proof that an invariant broken to halt the chain ``` -akash tx crisis invariant-broken [module-name] [invariant-route] [flags] +provider-services tx crisis invariant-broken [module-name] [invariant-route] [flags] ``` ### Options @@ -23,7 +23,6 @@ akash tx crisis invariant-broken [module-name] [invariant-route] [flags] --keyring-backend string Select keyring's backend (os|file|kwallet|pass|test|memory) (default "os") --keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used --ledger Use a connected Ledger device - --node string : to tendermint rpc interface for this chain (default "tcp://localhost:26657") --note string Note to add a description to the transaction (previously --memo) --offline Offline mode (does not allow any online functionality -o, --output string Output format (text|json) (default "json") @@ -37,10 +36,11 @@ akash tx crisis invariant-broken [module-name] [invariant-route] [flags] ``` --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") ``` ### SEE ALSO -* [akash tx crisis](akash_tx_crisis.md) - Crisis transactions subcommands +* [provider-services tx crisis](provider-services_tx_crisis.md) - Crisis transactions subcommands -###### Auto generated by spf13/cobra on 28-Apr-2022 +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/akash_tx_decode.md b/cli/provider-services_tx_decode.md similarity index 89% rename from cli/akash_tx_decode.md rename to cli/provider-services_tx_decode.md index 65283c00..2481f7c7 100644 --- a/cli/akash_tx_decode.md +++ b/cli/provider-services_tx_decode.md @@ -1,9 +1,9 @@ -## akash tx decode +## provider-services tx decode Decode a binary encoded transaction string ``` -akash tx decode [amino-byte-string] [flags] +provider-services tx decode [amino-byte-string] [flags] ``` ### Options @@ -24,7 +24,6 @@ akash tx decode [amino-byte-string] [flags] --keyring-backend string Select keyring's backend (os|file|kwallet|pass|test|memory) (default "os") --keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used --ledger Use a connected Ledger device - --node string : to tendermint rpc interface for this chain (default "tcp://localhost:26657") --note string Note to add a description to the transaction (previously --memo) --offline Offline mode (does not allow any online functionality -o, --output string Output format (text|json) (default "json") @@ -38,10 +37,11 @@ akash tx decode [amino-byte-string] [flags] ``` --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") ``` ### SEE ALSO -* [akash tx](akash_tx.md) - Transactions subcommands +* [provider-services tx](provider-services_tx.md) - Transactions subcommands -###### Auto generated by spf13/cobra on 28-Apr-2022 +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/provider-services_tx_deployment.md b/cli/provider-services_tx_deployment.md new file mode 100644 index 00000000..b830174d --- /dev/null +++ b/cli/provider-services_tx_deployment.md @@ -0,0 +1,32 @@ +## provider-services tx deployment + +Deployment transaction subcommands + +``` +provider-services tx deployment [flags] +``` + +### Options + +``` + -h, --help help for deployment +``` + +### Options inherited from parent commands + +``` + --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") +``` + +### SEE ALSO + +* [provider-services tx](provider-services_tx.md) - Transactions subcommands +* [provider-services tx deployment authz](provider-services_tx_deployment_authz.md) - Deployment authorization transaction subcommands +* [provider-services tx deployment close](provider-services_tx_deployment_close.md) - Close deployment +* [provider-services tx deployment create](provider-services_tx_deployment_create.md) - Create deployment +* [provider-services tx deployment deposit](provider-services_tx_deployment_deposit.md) - Deposit deployment +* [provider-services tx deployment group](provider-services_tx_deployment_group.md) - Modify a Deployment's specific Group +* [provider-services tx deployment update](provider-services_tx_deployment_update.md) - update deployment + +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/provider-services_tx_deployment_authz.md b/cli/provider-services_tx_deployment_authz.md new file mode 100644 index 00000000..6c63f06b --- /dev/null +++ b/cli/provider-services_tx_deployment_authz.md @@ -0,0 +1,28 @@ +## provider-services tx deployment authz + +Deployment authorization transaction subcommands + +### Synopsis + +Authorize and revoke access to pay for deployments on behalf of your address + +### Options + +``` + -h, --help help for authz +``` + +### Options inherited from parent commands + +``` + --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") +``` + +### SEE ALSO + +* [provider-services tx deployment](provider-services_tx_deployment.md) - Deployment transaction subcommands +* [provider-services tx deployment authz grant](provider-services_tx_deployment_authz_grant.md) - Grant deposit deployment authorization to an address +* [provider-services tx deployment authz revoke](provider-services_tx_deployment_authz_revoke.md) - Revoke deposit deployment authorization given to an address + +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/provider-services_tx_deployment_authz_grant.md b/cli/provider-services_tx_deployment_authz_grant.md new file mode 100644 index 00000000..593ec263 --- /dev/null +++ b/cli/provider-services_tx_deployment_authz_grant.md @@ -0,0 +1,55 @@ +## provider-services tx deployment authz grant + +Grant deposit deployment authorization to an address + +### Synopsis + +grant authorization to an address to pay for a deployment on your behalf: + +Examples: + $ akash tx deployment authz grant akash1skjw.. 50akt --from=akash1skl.. + $ akash tx deployment authz grant akash1skjw.. 50akt --from=akash1skl.. --expiration=1661020200 + +``` +provider-services tx deployment authz grant --from [flags] +``` + +### Options + +``` + -a, --account-number uint The account number of the signing account (offline mode only) + -b, --broadcast-mode string Transaction broadcasting mode (sync|async|block) (default "sync") + --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it + --expiration int The Unix timestamp. Default is one year. (default 1701790038) + --fee-account string Fee account pays fees for the transaction instead of deducting from the signer + --fees string Fees to pay along with transaction; eg: 10uatom + --from string Name or address of private key with which to sign + --gas string gas limit to set per-transaction; set to "auto" to calculate sufficient gas automatically (default 200000) + --gas-adjustment float adjustment factor to be multiplied against the estimate returned by the tx simulation; if the gas limit is set manually this flag is ignored (default 1) + --gas-prices string Gas prices in decimal format to determine the transaction fee (e.g. 0.1uatom) + --generate-only Build an unsigned transaction and write it to STDOUT (when enabled, the local Keybase is not accessible) + -h, --help help for grant + --keyring-backend string Select keyring's backend (os|file|kwallet|pass|test|memory) (default "os") + --keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used + --ledger Use a connected Ledger device + --note string Note to add a description to the transaction (previously --memo) + --offline Offline mode (does not allow any online functionality + -o, --output string Output format (text|json) (default "json") + -s, --sequence uint The sequence number of the signing account (offline mode only) + --sign-mode string Choose sign mode (direct|amino-json), this is an advanced feature + --timeout-height uint Set a block timeout height to prevent the tx from being committed past a certain height + -y, --yes Skip tx broadcasting prompt confirmation +``` + +### Options inherited from parent commands + +``` + --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") +``` + +### SEE ALSO + +* [provider-services tx deployment authz](provider-services_tx_deployment_authz.md) - Deployment authorization transaction subcommands + +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/provider-services_tx_deployment_authz_revoke.md b/cli/provider-services_tx_deployment_authz_revoke.md new file mode 100644 index 00000000..1f72e7d9 --- /dev/null +++ b/cli/provider-services_tx_deployment_authz_revoke.md @@ -0,0 +1,52 @@ +## provider-services tx deployment authz revoke + +Revoke deposit deployment authorization given to an address + +### Synopsis + +revoke deposit deployment authorization from a granter to a grantee: +Example: + $ akash tx deployment authz revoke akash1skj.. --from=akash1skj.. + +``` +provider-services tx deployment authz revoke [grantee] --from=[granter] [flags] +``` + +### Options + +``` + -a, --account-number uint The account number of the signing account (offline mode only) + -b, --broadcast-mode string Transaction broadcasting mode (sync|async|block) (default "sync") + --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it + --fee-account string Fee account pays fees for the transaction instead of deducting from the signer + --fees string Fees to pay along with transaction; eg: 10uatom + --from string Name or address of private key with which to sign + --gas string gas limit to set per-transaction; set to "auto" to calculate sufficient gas automatically (default 200000) + --gas-adjustment float adjustment factor to be multiplied against the estimate returned by the tx simulation; if the gas limit is set manually this flag is ignored (default 1) + --gas-prices string Gas prices in decimal format to determine the transaction fee (e.g. 0.1uatom) + --generate-only Build an unsigned transaction and write it to STDOUT (when enabled, the local Keybase is not accessible) + -h, --help help for revoke + --keyring-backend string Select keyring's backend (os|file|kwallet|pass|test|memory) (default "os") + --keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used + --ledger Use a connected Ledger device + --note string Note to add a description to the transaction (previously --memo) + --offline Offline mode (does not allow any online functionality + -o, --output string Output format (text|json) (default "json") + -s, --sequence uint The sequence number of the signing account (offline mode only) + --sign-mode string Choose sign mode (direct|amino-json), this is an advanced feature + --timeout-height uint Set a block timeout height to prevent the tx from being committed past a certain height + -y, --yes Skip tx broadcasting prompt confirmation +``` + +### Options inherited from parent commands + +``` + --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") +``` + +### SEE ALSO + +* [provider-services tx deployment authz](provider-services_tx_deployment_authz.md) - Deployment authorization transaction subcommands + +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/akash_tx_deployment_close.md b/cli/provider-services_tx_deployment_close.md similarity index 88% rename from cli/akash_tx_deployment_close.md rename to cli/provider-services_tx_deployment_close.md index 523526bb..a757c01b 100644 --- a/cli/akash_tx_deployment_close.md +++ b/cli/provider-services_tx_deployment_close.md @@ -1,9 +1,9 @@ -## akash tx deployment close +## provider-services tx deployment close Close deployment ``` -akash tx deployment close [flags] +provider-services tx deployment close [flags] ``` ### Options @@ -24,7 +24,6 @@ akash tx deployment close [flags] --keyring-backend string Select keyring's backend (os|file|kwallet|pass|test|memory) (default "os") --keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used --ledger Use a connected Ledger device - --node string : to tendermint rpc interface for this chain (default "tcp://localhost:26657") --note string Note to add a description to the transaction (previously --memo) --offline Offline mode (does not allow any online functionality -o, --output string Output format (text|json) (default "json") @@ -39,10 +38,11 @@ akash tx deployment close [flags] ``` --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") ``` ### SEE ALSO -* [akash tx deployment](akash_tx_deployment.md) - Deployment transaction subcommands +* [provider-services tx deployment](provider-services_tx_deployment.md) - Deployment transaction subcommands -###### Auto generated by spf13/cobra on 28-Apr-2022 +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/akash_tx_deployment_create.md b/cli/provider-services_tx_deployment_create.md similarity index 88% rename from cli/akash_tx_deployment_create.md rename to cli/provider-services_tx_deployment_create.md index 87cf9b0d..b423db0c 100644 --- a/cli/akash_tx_deployment_create.md +++ b/cli/provider-services_tx_deployment_create.md @@ -1,9 +1,9 @@ -## akash tx deployment create +## provider-services tx deployment create Create deployment ``` -akash tx deployment create [sdl-file] [flags] +provider-services tx deployment create [sdl-file] [flags] ``` ### Options @@ -26,7 +26,6 @@ akash tx deployment create [sdl-file] [flags] --keyring-backend string Select keyring's backend (os|file|kwallet|pass|test|memory) (default "os") --keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used --ledger Use a connected Ledger device - --node string : to tendermint rpc interface for this chain (default "tcp://localhost:26657") --note string Note to add a description to the transaction (previously --memo) --offline Offline mode (does not allow any online functionality -o, --output string Output format (text|json) (default "json") @@ -41,10 +40,11 @@ akash tx deployment create [sdl-file] [flags] ``` --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") ``` ### SEE ALSO -* [akash tx deployment](akash_tx_deployment.md) - Deployment transaction subcommands +* [provider-services tx deployment](provider-services_tx_deployment.md) - Deployment transaction subcommands -###### Auto generated by spf13/cobra on 28-Apr-2022 +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/akash_tx_deployment_deposit.md b/cli/provider-services_tx_deployment_deposit.md similarity index 88% rename from cli/akash_tx_deployment_deposit.md rename to cli/provider-services_tx_deployment_deposit.md index 8acf50a1..f60f70b8 100644 --- a/cli/akash_tx_deployment_deposit.md +++ b/cli/provider-services_tx_deployment_deposit.md @@ -1,9 +1,9 @@ -## akash tx deployment deposit +## provider-services tx deployment deposit Deposit deployment ``` -akash tx deployment deposit [flags] +provider-services tx deployment deposit [flags] ``` ### Options @@ -25,7 +25,6 @@ akash tx deployment deposit [flags] --keyring-backend string Select keyring's backend (os|file|kwallet|pass|test|memory) (default "os") --keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used --ledger Use a connected Ledger device - --node string : to tendermint rpc interface for this chain (default "tcp://localhost:26657") --note string Note to add a description to the transaction (previously --memo) --offline Offline mode (does not allow any online functionality -o, --output string Output format (text|json) (default "json") @@ -40,10 +39,11 @@ akash tx deployment deposit [flags] ``` --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") ``` ### SEE ALSO -* [akash tx deployment](akash_tx_deployment.md) - Deployment transaction subcommands +* [provider-services tx deployment](provider-services_tx_deployment.md) - Deployment transaction subcommands -###### Auto generated by spf13/cobra on 28-Apr-2022 +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/provider-services_tx_deployment_group.md b/cli/provider-services_tx_deployment_group.md new file mode 100644 index 00000000..125c42eb --- /dev/null +++ b/cli/provider-services_tx_deployment_group.md @@ -0,0 +1,25 @@ +## provider-services tx deployment group + +Modify a Deployment's specific Group + +### Options + +``` + -h, --help help for group +``` + +### Options inherited from parent commands + +``` + --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") +``` + +### SEE ALSO + +* [provider-services tx deployment](provider-services_tx_deployment.md) - Deployment transaction subcommands +* [provider-services tx deployment group close](provider-services_tx_deployment_group_close.md) - close a Deployment's specific Group +* [provider-services tx deployment group pause](provider-services_tx_deployment_group_pause.md) - pause a Deployment's specific Group +* [provider-services tx deployment group start](provider-services_tx_deployment_group_start.md) - start a Deployment's specific Group + +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/akash_tx_deployment_group_close.md b/cli/provider-services_tx_deployment_group_close.md similarity index 88% rename from cli/akash_tx_deployment_group_close.md rename to cli/provider-services_tx_deployment_group_close.md index aeca0820..4b5d0558 100644 --- a/cli/akash_tx_deployment_group_close.md +++ b/cli/provider-services_tx_deployment_group_close.md @@ -1,9 +1,9 @@ -## akash tx deployment group close +## provider-services tx deployment group close close a Deployment's specific Group ``` -akash tx deployment group close [flags] +provider-services tx deployment group close [flags] ``` ### Examples @@ -31,7 +31,6 @@ akash tx deployment group-close --owner=[Account Address] --dseq=[uint64] --gseq --keyring-backend string Select keyring's backend (os|file|kwallet|pass|test|memory) (default "os") --keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used --ledger Use a connected Ledger device - --node string : to tendermint rpc interface for this chain (default "tcp://localhost:26657") --note string Note to add a description to the transaction (previously --memo) --offline Offline mode (does not allow any online functionality -o, --output string Output format (text|json) (default "json") @@ -46,10 +45,11 @@ akash tx deployment group-close --owner=[Account Address] --dseq=[uint64] --gseq ``` --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") ``` ### SEE ALSO -* [akash tx deployment group](akash_tx_deployment_group.md) - Modify a Deployment's specific Group +* [provider-services tx deployment group](provider-services_tx_deployment_group.md) - Modify a Deployment's specific Group -###### Auto generated by spf13/cobra on 28-Apr-2022 +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/akash_tx_deployment_group_pause.md b/cli/provider-services_tx_deployment_group_pause.md similarity index 88% rename from cli/akash_tx_deployment_group_pause.md rename to cli/provider-services_tx_deployment_group_pause.md index babdd4ef..5dfc2bc6 100644 --- a/cli/akash_tx_deployment_group_pause.md +++ b/cli/provider-services_tx_deployment_group_pause.md @@ -1,9 +1,9 @@ -## akash tx deployment group pause +## provider-services tx deployment group pause pause a Deployment's specific Group ``` -akash tx deployment group pause [flags] +provider-services tx deployment group pause [flags] ``` ### Examples @@ -31,7 +31,6 @@ akash tx deployment group pause --owner=[Account Address] --dseq=[uint64] --gseq --keyring-backend string Select keyring's backend (os|file|kwallet|pass|test|memory) (default "os") --keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used --ledger Use a connected Ledger device - --node string : to tendermint rpc interface for this chain (default "tcp://localhost:26657") --note string Note to add a description to the transaction (previously --memo) --offline Offline mode (does not allow any online functionality -o, --output string Output format (text|json) (default "json") @@ -46,10 +45,11 @@ akash tx deployment group pause --owner=[Account Address] --dseq=[uint64] --gseq ``` --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") ``` ### SEE ALSO -* [akash tx deployment group](akash_tx_deployment_group.md) - Modify a Deployment's specific Group +* [provider-services tx deployment group](provider-services_tx_deployment_group.md) - Modify a Deployment's specific Group -###### Auto generated by spf13/cobra on 28-Apr-2022 +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/akash_tx_deployment_group_start.md b/cli/provider-services_tx_deployment_group_start.md similarity index 88% rename from cli/akash_tx_deployment_group_start.md rename to cli/provider-services_tx_deployment_group_start.md index e063ea44..37683341 100644 --- a/cli/akash_tx_deployment_group_start.md +++ b/cli/provider-services_tx_deployment_group_start.md @@ -1,9 +1,9 @@ -## akash tx deployment group start +## provider-services tx deployment group start start a Deployment's specific Group ``` -akash tx deployment group start [flags] +provider-services tx deployment group start [flags] ``` ### Examples @@ -31,7 +31,6 @@ akash tx deployment group pause --owner=[Account Address] --dseq=[uint64] --gseq --keyring-backend string Select keyring's backend (os|file|kwallet|pass|test|memory) (default "os") --keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used --ledger Use a connected Ledger device - --node string : to tendermint rpc interface for this chain (default "tcp://localhost:26657") --note string Note to add a description to the transaction (previously --memo) --offline Offline mode (does not allow any online functionality -o, --output string Output format (text|json) (default "json") @@ -46,10 +45,11 @@ akash tx deployment group pause --owner=[Account Address] --dseq=[uint64] --gseq ``` --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") ``` ### SEE ALSO -* [akash tx deployment group](akash_tx_deployment_group.md) - Modify a Deployment's specific Group +* [provider-services tx deployment group](provider-services_tx_deployment_group.md) - Modify a Deployment's specific Group -###### Auto generated by spf13/cobra on 28-Apr-2022 +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/akash_tx_deployment_update.md b/cli/provider-services_tx_deployment_update.md similarity index 87% rename from cli/akash_tx_deployment_update.md rename to cli/provider-services_tx_deployment_update.md index 3e2ce1cb..2e7d436b 100644 --- a/cli/akash_tx_deployment_update.md +++ b/cli/provider-services_tx_deployment_update.md @@ -1,9 +1,9 @@ -## akash tx deployment update +## provider-services tx deployment update update deployment ``` -akash tx deployment update [sdl-file] [flags] +provider-services tx deployment update [sdl-file] [flags] ``` ### Options @@ -24,7 +24,6 @@ akash tx deployment update [sdl-file] [flags] --keyring-backend string Select keyring's backend (os|file|kwallet|pass|test|memory) (default "os") --keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used --ledger Use a connected Ledger device - --node string : to tendermint rpc interface for this chain (default "tcp://localhost:26657") --note string Note to add a description to the transaction (previously --memo) --offline Offline mode (does not allow any online functionality -o, --output string Output format (text|json) (default "json") @@ -39,10 +38,11 @@ akash tx deployment update [sdl-file] [flags] ``` --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") ``` ### SEE ALSO -* [akash tx deployment](akash_tx_deployment.md) - Deployment transaction subcommands +* [provider-services tx deployment](provider-services_tx_deployment.md) - Deployment transaction subcommands -###### Auto generated by spf13/cobra on 28-Apr-2022 +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/provider-services_tx_distribution.md b/cli/provider-services_tx_distribution.md new file mode 100644 index 00000000..e21c00dd --- /dev/null +++ b/cli/provider-services_tx_distribution.md @@ -0,0 +1,30 @@ +## provider-services tx distribution + +Distribution transactions subcommands + +``` +provider-services tx distribution [flags] +``` + +### Options + +``` + -h, --help help for distribution +``` + +### Options inherited from parent commands + +``` + --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") +``` + +### SEE ALSO + +* [provider-services tx](provider-services_tx.md) - Transactions subcommands +* [provider-services tx distribution fund-community-pool](provider-services_tx_distribution_fund-community-pool.md) - Funds the community pool with the specified amount +* [provider-services tx distribution set-withdraw-addr](provider-services_tx_distribution_set-withdraw-addr.md) - change the default withdraw address for rewards associated with an address +* [provider-services tx distribution withdraw-all-rewards](provider-services_tx_distribution_withdraw-all-rewards.md) - withdraw all delegations rewards for a delegator +* [provider-services tx distribution withdraw-rewards](provider-services_tx_distribution_withdraw-rewards.md) - Withdraw rewards from a given delegation address, and optionally withdraw validator commission if the delegation address given is a validator operator + +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/akash_tx_distribution_fund-community-pool.md b/cli/provider-services_tx_distribution_fund-community-pool.md similarity index 84% rename from cli/akash_tx_distribution_fund-community-pool.md rename to cli/provider-services_tx_distribution_fund-community-pool.md index 582933d6..cf19456e 100644 --- a/cli/akash_tx_distribution_fund-community-pool.md +++ b/cli/provider-services_tx_distribution_fund-community-pool.md @@ -1,4 +1,4 @@ -## akash tx distribution fund-community-pool +## provider-services tx distribution fund-community-pool Funds the community pool with the specified amount @@ -7,10 +7,10 @@ Funds the community pool with the specified amount Funds the community pool with the specified amount Example: -$ akash tx distribution fund-community-pool 100uatom --from mykey +$ tx distribution fund-community-pool 100uatom --from mykey ``` -akash tx distribution fund-community-pool [amount] [flags] +provider-services tx distribution fund-community-pool [amount] [flags] ``` ### Options @@ -30,7 +30,6 @@ akash tx distribution fund-community-pool [amount] [flags] --keyring-backend string Select keyring's backend (os|file|kwallet|pass|test|memory) (default "os") --keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used --ledger Use a connected Ledger device - --node string : to tendermint rpc interface for this chain (default "tcp://localhost:26657") --note string Note to add a description to the transaction (previously --memo) --offline Offline mode (does not allow any online functionality -o, --output string Output format (text|json) (default "json") @@ -44,10 +43,11 @@ akash tx distribution fund-community-pool [amount] [flags] ``` --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") ``` ### SEE ALSO -* [akash tx distribution](akash_tx_distribution.md) - Distribution transactions subcommands +* [provider-services tx distribution](provider-services_tx_distribution.md) - Distribution transactions subcommands -###### Auto generated by spf13/cobra on 28-Apr-2022 +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/akash_tx_distribution_set-withdraw-addr.md b/cli/provider-services_tx_distribution_set-withdraw-addr.md similarity index 83% rename from cli/akash_tx_distribution_set-withdraw-addr.md rename to cli/provider-services_tx_distribution_set-withdraw-addr.md index 6363acb7..c9e73734 100644 --- a/cli/akash_tx_distribution_set-withdraw-addr.md +++ b/cli/provider-services_tx_distribution_set-withdraw-addr.md @@ -1,4 +1,4 @@ -## akash tx distribution set-withdraw-addr +## provider-services tx distribution set-withdraw-addr change the default withdraw address for rewards associated with an address @@ -7,10 +7,10 @@ change the default withdraw address for rewards associated with an address Set the withdraw address for rewards associated with a delegator address. Example: -$ akash tx distribution set-withdraw-addr akash1gghjut3ccd8ay0zduzj64hwre2fxs9ld75ru9p --from mykey +$ tx distribution set-withdraw-addr akash1gghjut3ccd8ay0zduzj64hwre2fxs9ld75ru9p --from mykey ``` -akash tx distribution set-withdraw-addr [withdraw-addr] [flags] +provider-services tx distribution set-withdraw-addr [withdraw-addr] [flags] ``` ### Options @@ -30,7 +30,6 @@ akash tx distribution set-withdraw-addr [withdraw-addr] [flags] --keyring-backend string Select keyring's backend (os|file|kwallet|pass|test|memory) (default "os") --keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used --ledger Use a connected Ledger device - --node string : to tendermint rpc interface for this chain (default "tcp://localhost:26657") --note string Note to add a description to the transaction (previously --memo) --offline Offline mode (does not allow any online functionality -o, --output string Output format (text|json) (default "json") @@ -44,10 +43,11 @@ akash tx distribution set-withdraw-addr [withdraw-addr] [flags] ``` --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") ``` ### SEE ALSO -* [akash tx distribution](akash_tx_distribution.md) - Distribution transactions subcommands +* [provider-services tx distribution](provider-services_tx_distribution.md) - Distribution transactions subcommands -###### Auto generated by spf13/cobra on 28-Apr-2022 +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/akash_tx_distribution_withdraw-all-rewards.md b/cli/provider-services_tx_distribution_withdraw-all-rewards.md similarity index 86% rename from cli/akash_tx_distribution_withdraw-all-rewards.md rename to cli/provider-services_tx_distribution_withdraw-all-rewards.md index 3ee3bee2..3296499e 100644 --- a/cli/akash_tx_distribution_withdraw-all-rewards.md +++ b/cli/provider-services_tx_distribution_withdraw-all-rewards.md @@ -1,4 +1,4 @@ -## akash tx distribution withdraw-all-rewards +## provider-services tx distribution withdraw-all-rewards withdraw all delegations rewards for a delegator @@ -8,10 +8,10 @@ Withdraw all rewards for a single delegator. Note that if you use this command with --broadcast-mode=sync or --broadcast-mode=async, the max-msgs flag will automatically be set to 0. Example: -$ akash tx distribution withdraw-all-rewards --from mykey +$ tx distribution withdraw-all-rewards --from mykey ``` -akash tx distribution withdraw-all-rewards [flags] +provider-services tx distribution withdraw-all-rewards [flags] ``` ### Options @@ -32,7 +32,6 @@ akash tx distribution withdraw-all-rewards [flags] --keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used --ledger Use a connected Ledger device --max-msgs int Limit the number of messages per tx (0 for unlimited) - --node string : to tendermint rpc interface for this chain (default "tcp://localhost:26657") --note string Note to add a description to the transaction (previously --memo) --offline Offline mode (does not allow any online functionality -o, --output string Output format (text|json) (default "json") @@ -46,10 +45,11 @@ akash tx distribution withdraw-all-rewards [flags] ``` --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") ``` ### SEE ALSO -* [akash tx distribution](akash_tx_distribution.md) - Distribution transactions subcommands +* [provider-services tx distribution](provider-services_tx_distribution.md) - Distribution transactions subcommands -###### Auto generated by spf13/cobra on 28-Apr-2022 +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/akash_tx_distribution_withdraw-rewards.md b/cli/provider-services_tx_distribution_withdraw-rewards.md similarity index 81% rename from cli/akash_tx_distribution_withdraw-rewards.md rename to cli/provider-services_tx_distribution_withdraw-rewards.md index acb8c03d..8b439549 100644 --- a/cli/akash_tx_distribution_withdraw-rewards.md +++ b/cli/provider-services_tx_distribution_withdraw-rewards.md @@ -1,4 +1,4 @@ -## akash tx distribution withdraw-rewards +## provider-services tx distribution withdraw-rewards Withdraw rewards from a given delegation address, and optionally withdraw validator commission if the delegation address given is a validator operator @@ -8,11 +8,11 @@ Withdraw rewards from a given delegation address, and optionally withdraw validator commission if the delegation address given is a validator operator. Example: -$ akash tx distribution withdraw-rewards akashvaloper1gghjut3ccd8ay0zduzj64hwre2fxs9ldmqhffj --from mykey -$ akash tx distribution withdraw-rewards akashvaloper1gghjut3ccd8ay0zduzj64hwre2fxs9ldmqhffj --from mykey --commission +$ tx distribution withdraw-rewards akashvaloper1gghjut3ccd8ay0zduzj64hwre2fxs9ldmqhffj --from mykey +$ tx distribution withdraw-rewards akashvaloper1gghjut3ccd8ay0zduzj64hwre2fxs9ldmqhffj --from mykey --commission ``` -akash tx distribution withdraw-rewards [validator-addr] [flags] +provider-services tx distribution withdraw-rewards [validator-addr] [flags] ``` ### Options @@ -33,7 +33,6 @@ akash tx distribution withdraw-rewards [validator-addr] [flags] --keyring-backend string Select keyring's backend (os|file|kwallet|pass|test|memory) (default "os") --keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used --ledger Use a connected Ledger device - --node string : to tendermint rpc interface for this chain (default "tcp://localhost:26657") --note string Note to add a description to the transaction (previously --memo) --offline Offline mode (does not allow any online functionality -o, --output string Output format (text|json) (default "json") @@ -47,10 +46,11 @@ akash tx distribution withdraw-rewards [validator-addr] [flags] ``` --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") ``` ### SEE ALSO -* [akash tx distribution](akash_tx_distribution.md) - Distribution transactions subcommands +* [provider-services tx distribution](provider-services_tx_distribution.md) - Distribution transactions subcommands -###### Auto generated by spf13/cobra on 28-Apr-2022 +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/akash_tx_encode.md b/cli/provider-services_tx_encode.md similarity index 90% rename from cli/akash_tx_encode.md rename to cli/provider-services_tx_encode.md index b42331d4..b5ea4d21 100644 --- a/cli/akash_tx_encode.md +++ b/cli/provider-services_tx_encode.md @@ -1,4 +1,4 @@ -## akash tx encode +## provider-services tx encode Encode transactions generated offline @@ -9,7 +9,7 @@ Read a transaction from , serialize it to the Amino wire protocol, and out If you supply a dash (-) argument in place of an input filename, the command reads from standard input. ``` -akash tx encode [file] [flags] +provider-services tx encode [file] [flags] ``` ### Options @@ -29,7 +29,6 @@ akash tx encode [file] [flags] --keyring-backend string Select keyring's backend (os|file|kwallet|pass|test|memory) (default "os") --keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used --ledger Use a connected Ledger device - --node string : to tendermint rpc interface for this chain (default "tcp://localhost:26657") --note string Note to add a description to the transaction (previously --memo) --offline Offline mode (does not allow any online functionality -o, --output string Output format (text|json) (default "json") @@ -43,10 +42,11 @@ akash tx encode [file] [flags] ``` --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") ``` ### SEE ALSO -* [akash tx](akash_tx.md) - Transactions subcommands +* [provider-services tx](provider-services_tx.md) - Transactions subcommands -###### Auto generated by spf13/cobra on 28-Apr-2022 +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/provider-services_tx_evidence.md b/cli/provider-services_tx_evidence.md new file mode 100644 index 00000000..bb80a211 --- /dev/null +++ b/cli/provider-services_tx_evidence.md @@ -0,0 +1,26 @@ +## provider-services tx evidence + +Evidence transaction subcommands + +``` +provider-services tx evidence [flags] +``` + +### Options + +``` + -h, --help help for evidence +``` + +### Options inherited from parent commands + +``` + --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") +``` + +### SEE ALSO + +* [provider-services tx](provider-services_tx.md) - Transactions subcommands + +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/provider-services_tx_gov.md b/cli/provider-services_tx_gov.md new file mode 100644 index 00000000..af9f91a9 --- /dev/null +++ b/cli/provider-services_tx_gov.md @@ -0,0 +1,30 @@ +## provider-services tx gov + +Governance transactions subcommands + +``` +provider-services tx gov [flags] +``` + +### Options + +``` + -h, --help help for gov +``` + +### Options inherited from parent commands + +``` + --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") +``` + +### SEE ALSO + +* [provider-services tx](provider-services_tx.md) - Transactions subcommands +* [provider-services tx gov deposit](provider-services_tx_gov_deposit.md) - Deposit tokens for an active proposal +* [provider-services tx gov submit-proposal](provider-services_tx_gov_submit-proposal.md) - Submit a proposal along with an initial deposit +* [provider-services tx gov vote](provider-services_tx_gov_vote.md) - Vote for an active proposal, options: yes/no/no_with_veto/abstain +* [provider-services tx gov weighted-vote](provider-services_tx_gov_weighted-vote.md) - Vote for an active proposal, options: yes/no/no_with_veto/abstain + +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/akash_tx_gov_deposit.md b/cli/provider-services_tx_gov_deposit.md similarity index 84% rename from cli/akash_tx_gov_deposit.md rename to cli/provider-services_tx_gov_deposit.md index 7e20eca9..124696d1 100644 --- a/cli/akash_tx_gov_deposit.md +++ b/cli/provider-services_tx_gov_deposit.md @@ -1,17 +1,17 @@ -## akash tx gov deposit +## provider-services tx gov deposit Deposit tokens for an active proposal ### Synopsis Submit a deposit for an active proposal. You can -find the proposal-id by running "akash query gov proposals". +find the proposal-id by running " query gov proposals". Example: -$ akash tx gov deposit 1 10stake --from mykey +$ tx gov deposit 1 10stake --from mykey ``` -akash tx gov deposit [proposal-id] [deposit] [flags] +provider-services tx gov deposit [proposal-id] [deposit] [flags] ``` ### Options @@ -31,7 +31,6 @@ akash tx gov deposit [proposal-id] [deposit] [flags] --keyring-backend string Select keyring's backend (os|file|kwallet|pass|test|memory) (default "os") --keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used --ledger Use a connected Ledger device - --node string : to tendermint rpc interface for this chain (default "tcp://localhost:26657") --note string Note to add a description to the transaction (previously --memo) --offline Offline mode (does not allow any online functionality -o, --output string Output format (text|json) (default "json") @@ -45,10 +44,11 @@ akash tx gov deposit [proposal-id] [deposit] [flags] ``` --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") ``` ### SEE ALSO -* [akash tx gov](akash_tx_gov.md) - Governance transactions subcommands +* [provider-services tx gov](provider-services_tx_gov.md) - Governance transactions subcommands -###### Auto generated by spf13/cobra on 28-Apr-2022 +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/akash_tx_gov_submit-proposal.md b/cli/provider-services_tx_gov_submit-proposal.md similarity index 66% rename from cli/akash_tx_gov_submit-proposal.md rename to cli/provider-services_tx_gov_submit-proposal.md index e2cee48f..9d41d9cb 100644 --- a/cli/akash_tx_gov_submit-proposal.md +++ b/cli/provider-services_tx_gov_submit-proposal.md @@ -1,4 +1,4 @@ -## akash tx gov submit-proposal +## provider-services tx gov submit-proposal Submit a proposal along with an initial deposit @@ -8,7 +8,7 @@ Submit a proposal along with an initial deposit. Proposal title, description, type and deposit can be given directly or through a proposal JSON file. Example: -$ akash tx gov submit-proposal --proposal="path/to/proposal.json" --from mykey +$ tx gov submit-proposal --proposal="path/to/proposal.json" --from mykey Where proposal.json contains: @@ -21,10 +21,10 @@ Where proposal.json contains: Which is equivalent to: -$ akash tx gov submit-proposal --title="Test Proposal" --description="My awesome proposal" --type="Text" --deposit="10test" --from mykey +$ tx gov submit-proposal --title="Test Proposal" --description="My awesome proposal" --type="Text" --deposit="10test" --from mykey ``` -akash tx gov submit-proposal [flags] +provider-services tx gov submit-proposal [flags] ``` ### Options @@ -46,7 +46,6 @@ akash tx gov submit-proposal [flags] --keyring-backend string Select keyring's backend (os|file|kwallet|pass|test|memory) (default "os") --keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used --ledger Use a connected Ledger device - --node string : to tendermint rpc interface for this chain (default "tcp://localhost:26657") --note string Note to add a description to the transaction (previously --memo) --offline Offline mode (does not allow any online functionality -o, --output string Output format (text|json) (default "json") @@ -63,16 +62,17 @@ akash tx gov submit-proposal [flags] ``` --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") ``` ### SEE ALSO -* [akash tx gov](akash_tx_gov.md) - Governance transactions subcommands -* [akash tx gov submit-proposal cancel-software-upgrade](akash_tx_gov_submit-proposal_cancel-software-upgrade.md) - Cancel the current software upgrade proposal -* [akash tx gov submit-proposal community-pool-spend](akash_tx_gov_submit-proposal_community-pool-spend.md) - Submit a community pool spend proposal -* [akash tx gov submit-proposal ibc-upgrade](akash_tx_gov_submit-proposal_ibc-upgrade.md) - Submit an IBC upgrade proposal -* [akash tx gov submit-proposal param-change](akash_tx_gov_submit-proposal_param-change.md) - Submit a parameter change proposal -* [akash tx gov submit-proposal software-upgrade](akash_tx_gov_submit-proposal_software-upgrade.md) - Submit a software upgrade proposal -* [akash tx gov submit-proposal update-client](akash_tx_gov_submit-proposal_update-client.md) - Submit an update IBC client proposal +* [provider-services tx gov](provider-services_tx_gov.md) - Governance transactions subcommands +* [provider-services tx gov submit-proposal cancel-software-upgrade](provider-services_tx_gov_submit-proposal_cancel-software-upgrade.md) - Cancel the current software upgrade proposal +* [provider-services tx gov submit-proposal community-pool-spend](provider-services_tx_gov_submit-proposal_community-pool-spend.md) - Submit a community pool spend proposal +* [provider-services tx gov submit-proposal ibc-upgrade](provider-services_tx_gov_submit-proposal_ibc-upgrade.md) - Submit an IBC upgrade proposal +* [provider-services tx gov submit-proposal param-change](provider-services_tx_gov_submit-proposal_param-change.md) - Submit a parameter change proposal +* [provider-services tx gov submit-proposal software-upgrade](provider-services_tx_gov_submit-proposal_software-upgrade.md) - Submit a software upgrade proposal +* [provider-services tx gov submit-proposal update-client](provider-services_tx_gov_submit-proposal_update-client.md) - Submit an update IBC client proposal -###### Auto generated by spf13/cobra on 28-Apr-2022 +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/akash_tx_gov_submit-proposal_cancel-software-upgrade.md b/cli/provider-services_tx_gov_submit-proposal_cancel-software-upgrade.md similarity index 86% rename from cli/akash_tx_gov_submit-proposal_cancel-software-upgrade.md rename to cli/provider-services_tx_gov_submit-proposal_cancel-software-upgrade.md index 675b3599..5e015522 100644 --- a/cli/akash_tx_gov_submit-proposal_cancel-software-upgrade.md +++ b/cli/provider-services_tx_gov_submit-proposal_cancel-software-upgrade.md @@ -1,4 +1,4 @@ -## akash tx gov submit-proposal cancel-software-upgrade +## provider-services tx gov submit-proposal cancel-software-upgrade Cancel the current software upgrade proposal @@ -7,7 +7,7 @@ Cancel the current software upgrade proposal Cancel a software upgrade along with an initial deposit. ``` -akash tx gov submit-proposal cancel-software-upgrade [flags] +provider-services tx gov submit-proposal cancel-software-upgrade [flags] ``` ### Options @@ -29,7 +29,6 @@ akash tx gov submit-proposal cancel-software-upgrade [flags] --keyring-backend string Select keyring's backend (os|file|kwallet|pass|test|memory) (default "os") --keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used --ledger Use a connected Ledger device - --node string : to tendermint rpc interface for this chain (default "tcp://localhost:26657") --note string Note to add a description to the transaction (previously --memo) --offline Offline mode (does not allow any online functionality -o, --output string Output format (text|json) (default "json") @@ -44,10 +43,11 @@ akash tx gov submit-proposal cancel-software-upgrade [flags] ``` --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") ``` ### SEE ALSO -* [akash tx gov submit-proposal](akash_tx_gov_submit-proposal.md) - Submit a proposal along with an initial deposit +* [provider-services tx gov submit-proposal](provider-services_tx_gov_submit-proposal.md) - Submit a proposal along with an initial deposit -###### Auto generated by spf13/cobra on 28-Apr-2022 +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/akash_tx_gov_submit-proposal_community-pool-spend.md b/cli/provider-services_tx_gov_submit-proposal_community-pool-spend.md similarity index 83% rename from cli/akash_tx_gov_submit-proposal_community-pool-spend.md rename to cli/provider-services_tx_gov_submit-proposal_community-pool-spend.md index c4aac9c4..ec636829 100644 --- a/cli/akash_tx_gov_submit-proposal_community-pool-spend.md +++ b/cli/provider-services_tx_gov_submit-proposal_community-pool-spend.md @@ -1,4 +1,4 @@ -## akash tx gov submit-proposal community-pool-spend +## provider-services tx gov submit-proposal community-pool-spend Submit a community pool spend proposal @@ -8,7 +8,7 @@ Submit a community pool spend proposal along with an initial deposit. The proposal details must be supplied via a JSON file. Example: -$ akash tx gov submit-proposal community-pool-spend --from= +$ tx gov submit-proposal community-pool-spend --from= Where proposal.json contains: @@ -21,7 +21,7 @@ Where proposal.json contains: } ``` -akash tx gov submit-proposal community-pool-spend [proposal-file] [flags] +provider-services tx gov submit-proposal community-pool-spend [proposal-file] [flags] ``` ### Options @@ -41,7 +41,6 @@ akash tx gov submit-proposal community-pool-spend [proposal-file] [flags] --keyring-backend string Select keyring's backend (os|file|kwallet|pass|test|memory) (default "os") --keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used --ledger Use a connected Ledger device - --node string : to tendermint rpc interface for this chain (default "tcp://localhost:26657") --note string Note to add a description to the transaction (previously --memo) --offline Offline mode (does not allow any online functionality -o, --output string Output format (text|json) (default "json") @@ -55,10 +54,11 @@ akash tx gov submit-proposal community-pool-spend [proposal-file] [flags] ``` --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") ``` ### SEE ALSO -* [akash tx gov submit-proposal](akash_tx_gov_submit-proposal.md) - Submit a proposal along with an initial deposit +* [provider-services tx gov submit-proposal](provider-services_tx_gov_submit-proposal.md) - Submit a proposal along with an initial deposit -###### Auto generated by spf13/cobra on 28-Apr-2022 +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/provider-services_tx_gov_submit-proposal_ibc-upgrade.md b/cli/provider-services_tx_gov_submit-proposal_ibc-upgrade.md new file mode 100644 index 00000000..ec52d996 --- /dev/null +++ b/cli/provider-services_tx_gov_submit-proposal_ibc-upgrade.md @@ -0,0 +1,64 @@ +## provider-services tx gov submit-proposal ibc-upgrade + +Submit an IBC upgrade proposal + +### Synopsis + +Submit an IBC client breaking upgrade proposal along with an initial deposit. +The client state specified is the upgraded client state representing the upgraded chain +Example Upgraded Client State JSON: +{ + "@type":"/ibc.lightclients.tendermint.v1.ClientState", + "chain_id":"testchain1", + "unbonding_period":"1814400s", + "latest_height":{"revision_number":"0","revision_height":"2"}, + "proof_specs":[{"leaf_spec":{"hash":"SHA256","prehash_key":"NO_HASH","prehash_value":"SHA256","length":"VAR_PROTO","prefix":"AA=="},"inner_spec":{"child_order":[0,1],"child_size":33,"min_prefix_length":4,"max_prefix_length":12,"empty_child":null,"hash":"SHA256"},"max_depth":0,"min_depth":0},{"leaf_spec":{"hash":"SHA256","prehash_key":"NO_HASH","prehash_value":"SHA256","length":"VAR_PROTO","prefix":"AA=="},"inner_spec":{"child_order":[0,1],"child_size":32,"min_prefix_length":1,"max_prefix_length":1,"empty_child":null,"hash":"SHA256"},"max_depth":0,"min_depth":0}], + "upgrade_path":["upgrade","upgradedIBCState"], +} + + +``` +provider-services tx gov submit-proposal ibc-upgrade [name] [height] [path/to/upgraded_client_state.json] [flags] +``` + +### Options + +``` + -a, --account-number uint The account number of the signing account (offline mode only) + -b, --broadcast-mode string Transaction broadcasting mode (sync|async|block) (default "sync") + --deposit string deposit of proposal + --description string description of proposal + --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it + --fee-account string Fee account pays fees for the transaction instead of deducting from the signer + --fees string Fees to pay along with transaction; eg: 10uatom + --from string Name or address of private key with which to sign + --gas string gas limit to set per-transaction; set to "auto" to calculate sufficient gas automatically (default 200000) + --gas-adjustment float adjustment factor to be multiplied against the estimate returned by the tx simulation; if the gas limit is set manually this flag is ignored (default 1) + --gas-prices string Gas prices in decimal format to determine the transaction fee (e.g. 0.1uatom) + --generate-only Build an unsigned transaction and write it to STDOUT (when enabled, the local Keybase is not accessible) + -h, --help help for ibc-upgrade + --keyring-backend string Select keyring's backend (os|file|kwallet|pass|test|memory) (default "os") + --keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used + --ledger Use a connected Ledger device + --note string Note to add a description to the transaction (previously --memo) + --offline Offline mode (does not allow any online functionality + -o, --output string Output format (text|json) (default "json") + -s, --sequence uint The sequence number of the signing account (offline mode only) + --sign-mode string Choose sign mode (direct|amino-json), this is an advanced feature + --timeout-height uint Set a block timeout height to prevent the tx from being committed past a certain height + --title string title of proposal + -y, --yes Skip tx broadcasting prompt confirmation +``` + +### Options inherited from parent commands + +``` + --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") +``` + +### SEE ALSO + +* [provider-services tx gov submit-proposal](provider-services_tx_gov_submit-proposal.md) - Submit a proposal along with an initial deposit + +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/akash_tx_gov_submit-proposal_param-change.md b/cli/provider-services_tx_gov_submit-proposal_param-change.md similarity index 86% rename from cli/akash_tx_gov_submit-proposal_param-change.md rename to cli/provider-services_tx_gov_submit-proposal_param-change.md index b7180eb9..01445595 100644 --- a/cli/akash_tx_gov_submit-proposal_param-change.md +++ b/cli/provider-services_tx_gov_submit-proposal_param-change.md @@ -1,4 +1,4 @@ -## akash tx gov submit-proposal param-change +## provider-services tx gov submit-proposal param-change Submit a parameter change proposal @@ -17,7 +17,7 @@ Proper vetting of a parameter change proposal should prevent this from happening regardless. Example: -$ akash tx gov submit-proposal param-change --from= +$ tx gov submit-proposal param-change --from= Where proposal.json contains: @@ -35,7 +35,7 @@ Where proposal.json contains: } ``` -akash tx gov submit-proposal param-change [proposal-file] [flags] +provider-services tx gov submit-proposal param-change [proposal-file] [flags] ``` ### Options @@ -55,7 +55,6 @@ akash tx gov submit-proposal param-change [proposal-file] [flags] --keyring-backend string Select keyring's backend (os|file|kwallet|pass|test|memory) (default "os") --keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used --ledger Use a connected Ledger device - --node string : to tendermint rpc interface for this chain (default "tcp://localhost:26657") --note string Note to add a description to the transaction (previously --memo) --offline Offline mode (does not allow any online functionality -o, --output string Output format (text|json) (default "json") @@ -69,10 +68,11 @@ akash tx gov submit-proposal param-change [proposal-file] [flags] ``` --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") ``` ### SEE ALSO -* [akash tx gov submit-proposal](akash_tx_gov_submit-proposal.md) - Submit a proposal along with an initial deposit +* [provider-services tx gov submit-proposal](provider-services_tx_gov_submit-proposal.md) - Submit a proposal along with an initial deposit -###### Auto generated by spf13/cobra on 28-Apr-2022 +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/akash_tx_gov_submit-proposal_software-upgrade.md b/cli/provider-services_tx_gov_submit-proposal_software-upgrade.md similarity index 86% rename from cli/akash_tx_gov_submit-proposal_software-upgrade.md rename to cli/provider-services_tx_gov_submit-proposal_software-upgrade.md index 0de02ea7..fbae76ea 100644 --- a/cli/akash_tx_gov_submit-proposal_software-upgrade.md +++ b/cli/provider-services_tx_gov_submit-proposal_software-upgrade.md @@ -1,4 +1,4 @@ -## akash tx gov submit-proposal software-upgrade +## provider-services tx gov submit-proposal software-upgrade Submit a software upgrade proposal @@ -9,7 +9,7 @@ Please specify a unique name and height for the upgrade to take effect. You may include info to reference a binary download link, in a format compatible with: https://github.com/cosmos/cosmos-sdk/tree/master/cosmovisor ``` -akash tx gov submit-proposal software-upgrade [name] (--upgrade-height [height]) (--upgrade-info [info]) [flags] +provider-services tx gov submit-proposal software-upgrade [name] (--upgrade-height [height]) (--upgrade-info [info]) [flags] ``` ### Options @@ -31,7 +31,6 @@ akash tx gov submit-proposal software-upgrade [name] (--upgrade-height [height]) --keyring-backend string Select keyring's backend (os|file|kwallet|pass|test|memory) (default "os") --keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used --ledger Use a connected Ledger device - --node string : to tendermint rpc interface for this chain (default "tcp://localhost:26657") --note string Note to add a description to the transaction (previously --memo) --offline Offline mode (does not allow any online functionality -o, --output string Output format (text|json) (default "json") @@ -48,10 +47,11 @@ akash tx gov submit-proposal software-upgrade [name] (--upgrade-height [height]) ``` --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") ``` ### SEE ALSO -* [akash tx gov submit-proposal](akash_tx_gov_submit-proposal.md) - Submit a proposal along with an initial deposit +* [provider-services tx gov submit-proposal](provider-services_tx_gov_submit-proposal.md) - Submit a proposal along with an initial deposit -###### Auto generated by spf13/cobra on 28-Apr-2022 +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/provider-services_tx_gov_submit-proposal_update-client.md b/cli/provider-services_tx_gov_submit-proposal_update-client.md new file mode 100644 index 00000000..77ccc238 --- /dev/null +++ b/cli/provider-services_tx_gov_submit-proposal_update-client.md @@ -0,0 +1,55 @@ +## provider-services tx gov submit-proposal update-client + +Submit an update IBC client proposal + +### Synopsis + +Submit an update IBC client proposal along with an initial deposit. +Please specify a subject client identifier you want to update.. +Please specify the substitute client the subject client will be updated to. + +``` +provider-services tx gov submit-proposal update-client [subject-client-id] [substitute-client-id] [flags] +``` + +### Options + +``` + -a, --account-number uint The account number of the signing account (offline mode only) + -b, --broadcast-mode string Transaction broadcasting mode (sync|async|block) (default "sync") + --deposit string deposit of proposal + --description string description of proposal + --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it + --fee-account string Fee account pays fees for the transaction instead of deducting from the signer + --fees string Fees to pay along with transaction; eg: 10uatom + --from string Name or address of private key with which to sign + --gas string gas limit to set per-transaction; set to "auto" to calculate sufficient gas automatically (default 200000) + --gas-adjustment float adjustment factor to be multiplied against the estimate returned by the tx simulation; if the gas limit is set manually this flag is ignored (default 1) + --gas-prices string Gas prices in decimal format to determine the transaction fee (e.g. 0.1uatom) + --generate-only Build an unsigned transaction and write it to STDOUT (when enabled, the local Keybase is not accessible) + -h, --help help for update-client + --keyring-backend string Select keyring's backend (os|file|kwallet|pass|test|memory) (default "os") + --keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used + --ledger Use a connected Ledger device + --note string Note to add a description to the transaction (previously --memo) + --offline Offline mode (does not allow any online functionality + -o, --output string Output format (text|json) (default "json") + -s, --sequence uint The sequence number of the signing account (offline mode only) + --sign-mode string Choose sign mode (direct|amino-json), this is an advanced feature + --timeout-height uint Set a block timeout height to prevent the tx from being committed past a certain height + --title string title of proposal + -y, --yes Skip tx broadcasting prompt confirmation +``` + +### Options inherited from parent commands + +``` + --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") +``` + +### SEE ALSO + +* [provider-services tx gov submit-proposal](provider-services_tx_gov_submit-proposal.md) - Submit a proposal along with an initial deposit + +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/akash_tx_gov_vote.md b/cli/provider-services_tx_gov_vote.md similarity index 85% rename from cli/akash_tx_gov_vote.md rename to cli/provider-services_tx_gov_vote.md index 17db9b0d..ec906d2b 100644 --- a/cli/akash_tx_gov_vote.md +++ b/cli/provider-services_tx_gov_vote.md @@ -1,17 +1,17 @@ -## akash tx gov vote +## provider-services tx gov vote Vote for an active proposal, options: yes/no/no_with_veto/abstain ### Synopsis Submit a vote for an active proposal. You can -find the proposal-id by running "akash query gov proposals". +find the proposal-id by running " query gov proposals". Example: -$ akash tx gov vote 1 yes --from mykey +$ tx gov vote 1 yes --from mykey ``` -akash tx gov vote [proposal-id] [option] [flags] +provider-services tx gov vote [proposal-id] [option] [flags] ``` ### Options @@ -31,7 +31,6 @@ akash tx gov vote [proposal-id] [option] [flags] --keyring-backend string Select keyring's backend (os|file|kwallet|pass|test|memory) (default "os") --keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used --ledger Use a connected Ledger device - --node string : to tendermint rpc interface for this chain (default "tcp://localhost:26657") --note string Note to add a description to the transaction (previously --memo) --offline Offline mode (does not allow any online functionality -o, --output string Output format (text|json) (default "json") @@ -45,10 +44,11 @@ akash tx gov vote [proposal-id] [option] [flags] ``` --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") ``` ### SEE ALSO -* [akash tx gov](akash_tx_gov.md) - Governance transactions subcommands +* [provider-services tx gov](provider-services_tx_gov.md) - Governance transactions subcommands -###### Auto generated by spf13/cobra on 28-Apr-2022 +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/provider-services_tx_gov_weighted-vote.md b/cli/provider-services_tx_gov_weighted-vote.md new file mode 100644 index 00000000..1120ebb3 --- /dev/null +++ b/cli/provider-services_tx_gov_weighted-vote.md @@ -0,0 +1,54 @@ +## provider-services tx gov weighted-vote + +Vote for an active proposal, options: yes/no/no_with_veto/abstain + +### Synopsis + +Submit a vote for an active proposal. You can +find the proposal-id by running " query gov proposals". + +Example: +$ tx gov weighted-vote 1 yes=0.6,no=0.3,abstain=0.05,no_with_veto=0.05 --from mykey + +``` +provider-services tx gov weighted-vote [proposal-id] [weighted-options] [flags] +``` + +### Options + +``` + -a, --account-number uint The account number of the signing account (offline mode only) + -b, --broadcast-mode string Transaction broadcasting mode (sync|async|block) (default "sync") + --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it + --fee-account string Fee account pays fees for the transaction instead of deducting from the signer + --fees string Fees to pay along with transaction; eg: 10uatom + --from string Name or address of private key with which to sign + --gas string gas limit to set per-transaction; set to "auto" to calculate sufficient gas automatically (default 200000) + --gas-adjustment float adjustment factor to be multiplied against the estimate returned by the tx simulation; if the gas limit is set manually this flag is ignored (default 1) + --gas-prices string Gas prices in decimal format to determine the transaction fee (e.g. 0.1uatom) + --generate-only Build an unsigned transaction and write it to STDOUT (when enabled, the local Keybase is not accessible) + -h, --help help for weighted-vote + --keyring-backend string Select keyring's backend (os|file|kwallet|pass|test|memory) (default "os") + --keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used + --ledger Use a connected Ledger device + --note string Note to add a description to the transaction (previously --memo) + --offline Offline mode (does not allow any online functionality + -o, --output string Output format (text|json) (default "json") + -s, --sequence uint The sequence number of the signing account (offline mode only) + --sign-mode string Choose sign mode (direct|amino-json), this is an advanced feature + --timeout-height uint Set a block timeout height to prevent the tx from being committed past a certain height + -y, --yes Skip tx broadcasting prompt confirmation +``` + +### Options inherited from parent commands + +``` + --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") +``` + +### SEE ALSO + +* [provider-services tx gov](provider-services_tx_gov.md) - Governance transactions subcommands + +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/provider-services_tx_ibc-transfer.md b/cli/provider-services_tx_ibc-transfer.md new file mode 100644 index 00000000..c5b19ac6 --- /dev/null +++ b/cli/provider-services_tx_ibc-transfer.md @@ -0,0 +1,27 @@ +## provider-services tx ibc-transfer + +IBC fungible token transfer transaction subcommands + +``` +provider-services tx ibc-transfer [flags] +``` + +### Options + +``` + -h, --help help for ibc-transfer +``` + +### Options inherited from parent commands + +``` + --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") +``` + +### SEE ALSO + +* [provider-services tx](provider-services_tx.md) - Transactions subcommands +* [provider-services tx ibc-transfer transfer](provider-services_tx_ibc-transfer_transfer.md) - Transfer a fungible token through IBC + +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/akash_tx_ibc-transfer_transfer.md b/cli/provider-services_tx_ibc-transfer_transfer.md similarity index 85% rename from cli/akash_tx_ibc-transfer_transfer.md rename to cli/provider-services_tx_ibc-transfer_transfer.md index 14829f57..de82d6ec 100644 --- a/cli/akash_tx_ibc-transfer_transfer.md +++ b/cli/provider-services_tx_ibc-transfer_transfer.md @@ -1,4 +1,4 @@ -## akash tx ibc-transfer transfer +## provider-services tx ibc-transfer transfer Transfer a fungible token through IBC @@ -12,13 +12,13 @@ is added to the greater value of the local clock time and the block timestamp qu corresponding to the counterparty channel. Any timeout set to 0 is disabled. ``` -akash tx ibc-transfer transfer [src-port] [src-channel] [receiver] [amount] [flags] +provider-services tx ibc-transfer transfer [src-port] [src-channel] [receiver] [amount] [flags] ``` ### Examples ``` -akash tx ibc-transfer transfer [src-port] [src-channel] [receiver] [amount] + tx ibc-transfer transfer [src-port] [src-channel] [receiver] [amount] ``` ### Options @@ -39,12 +39,11 @@ akash tx ibc-transfer transfer [src-port] [src-channel] [receiver] [amount] --keyring-backend string Select keyring's backend (os|file|kwallet|pass|test|memory) (default "os") --keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used --ledger Use a connected Ledger device - --node string : to tendermint rpc interface for this chain (default "tcp://localhost:26657") --note string Note to add a description to the transaction (previously --memo) --offline Offline mode (does not allow any online functionality -o, --output string Output format (text|json) (default "json") --packet-timeout-height string Packet timeout block height. The timeout is disabled when set to 0-0. (default "0-1000") - --packet-timeout-timestamp uint Packet timeout timestamp in nanoseconds. Default is 10 minutes. The timeout is disabled when set to 0. (default 600000000000) + --packet-timeout-timestamp uint Packet timeout timestamp in nanoseconds from now. Default is 10 minutes. The timeout is disabled when set to 0. (default 600000000000) -s, --sequence uint The sequence number of the signing account (offline mode only) --sign-mode string Choose sign mode (direct|amino-json), this is an advanced feature --timeout-height uint Set a block timeout height to prevent the tx from being committed past a certain height @@ -55,10 +54,11 @@ akash tx ibc-transfer transfer [src-port] [src-channel] [receiver] [amount] ``` --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") ``` ### SEE ALSO -* [akash tx ibc-transfer](akash_tx_ibc-transfer.md) - IBC fungible token transfer transaction subcommands +* [provider-services tx ibc-transfer](provider-services_tx_ibc-transfer.md) - IBC fungible token transfer transaction subcommands -###### Auto generated by spf13/cobra on 28-Apr-2022 +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/provider-services_tx_ibc.md b/cli/provider-services_tx_ibc.md new file mode 100644 index 00000000..9a0bd589 --- /dev/null +++ b/cli/provider-services_tx_ibc.md @@ -0,0 +1,28 @@ +## provider-services tx ibc + +IBC transaction subcommands + +``` +provider-services tx ibc [flags] +``` + +### Options + +``` + -h, --help help for ibc +``` + +### Options inherited from parent commands + +``` + --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") +``` + +### SEE ALSO + +* [provider-services tx](provider-services_tx.md) - Transactions subcommands +* [provider-services tx ibc channel](provider-services_tx_ibc_channel.md) - IBC channel transaction subcommands +* [provider-services tx ibc client](provider-services_tx_ibc_client.md) - IBC client transaction subcommands + +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/provider-services_tx_ibc_channel.md b/cli/provider-services_tx_ibc_channel.md new file mode 100644 index 00000000..d9a3aafe --- /dev/null +++ b/cli/provider-services_tx_ibc_channel.md @@ -0,0 +1,26 @@ +## provider-services tx ibc channel + +IBC channel transaction subcommands + +``` +provider-services tx ibc channel [flags] +``` + +### Options + +``` + -h, --help help for channel +``` + +### Options inherited from parent commands + +``` + --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") +``` + +### SEE ALSO + +* [provider-services tx ibc](provider-services_tx_ibc.md) - IBC transaction subcommands + +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/provider-services_tx_ibc_client.md b/cli/provider-services_tx_ibc_client.md new file mode 100644 index 00000000..a9be9a4a --- /dev/null +++ b/cli/provider-services_tx_ibc_client.md @@ -0,0 +1,30 @@ +## provider-services tx ibc client + +IBC client transaction subcommands + +``` +provider-services tx ibc client [flags] +``` + +### Options + +``` + -h, --help help for client +``` + +### Options inherited from parent commands + +``` + --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") +``` + +### SEE ALSO + +* [provider-services tx ibc](provider-services_tx_ibc.md) - IBC transaction subcommands +* [provider-services tx ibc client create](provider-services_tx_ibc_client_create.md) - create new IBC client +* [provider-services tx ibc client misbehaviour](provider-services_tx_ibc_client_misbehaviour.md) - submit a client misbehaviour +* [provider-services tx ibc client update](provider-services_tx_ibc_client_update.md) - update existing client with a header +* [provider-services tx ibc client upgrade](provider-services_tx_ibc_client_upgrade.md) - upgrade an IBC client + +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/provider-services_tx_ibc_client_create.md b/cli/provider-services_tx_ibc_client_create.md new file mode 100644 index 00000000..0293d201 --- /dev/null +++ b/cli/provider-services_tx_ibc_client_create.md @@ -0,0 +1,58 @@ +## provider-services tx ibc client create + +create new IBC client + +### Synopsis + +create a new IBC client with the specified client state and consensus state + - ClientState JSON example: {"@type":"/ibc.lightclients.solomachine.v1.ClientState","sequence":"1","frozen_sequence":"0","consensus_state":{"public_key":{"@type":"/cosmos.crypto.secp256k1.PubKey","key":"AtK50+5pJOoaa04qqAqrnyAqsYrwrR/INnA6UPIaYZlp"},"diversifier":"testing","timestamp":"10"},"allow_update_after_proposal":false} + - ConsensusState JSON example: {"@type":"/ibc.lightclients.solomachine.v1.ConsensusState","public_key":{"@type":"/cosmos.crypto.secp256k1.PubKey","key":"AtK50+5pJOoaa04qqAqrnyAqsYrwrR/INnA6UPIaYZlp"},"diversifier":"testing","timestamp":"10"} + +``` +provider-services tx ibc client create [path/to/client_state.json] [path/to/consensus_state.json] [flags] +``` + +### Examples + +``` + tx ibc client create [path/to/client_state.json] [path/to/consensus_state.json] --from node0 --home ../node0/cli --chain-id $CID +``` + +### Options + +``` + -a, --account-number uint The account number of the signing account (offline mode only) + -b, --broadcast-mode string Transaction broadcasting mode (sync|async|block) (default "sync") + --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it + --fee-account string Fee account pays fees for the transaction instead of deducting from the signer + --fees string Fees to pay along with transaction; eg: 10uatom + --from string Name or address of private key with which to sign + --gas string gas limit to set per-transaction; set to "auto" to calculate sufficient gas automatically (default 200000) + --gas-adjustment float adjustment factor to be multiplied against the estimate returned by the tx simulation; if the gas limit is set manually this flag is ignored (default 1) + --gas-prices string Gas prices in decimal format to determine the transaction fee (e.g. 0.1uatom) + --generate-only Build an unsigned transaction and write it to STDOUT (when enabled, the local Keybase is not accessible) + -h, --help help for create + --keyring-backend string Select keyring's backend (os|file|kwallet|pass|test|memory) (default "os") + --keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used + --ledger Use a connected Ledger device + --note string Note to add a description to the transaction (previously --memo) + --offline Offline mode (does not allow any online functionality + -o, --output string Output format (text|json) (default "json") + -s, --sequence uint The sequence number of the signing account (offline mode only) + --sign-mode string Choose sign mode (direct|amino-json), this is an advanced feature + --timeout-height uint Set a block timeout height to prevent the tx from being committed past a certain height + -y, --yes Skip tx broadcasting prompt confirmation +``` + +### Options inherited from parent commands + +``` + --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") +``` + +### SEE ALSO + +* [provider-services tx ibc client](provider-services_tx_ibc_client.md) - IBC client transaction subcommands + +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/provider-services_tx_ibc_client_misbehaviour.md b/cli/provider-services_tx_ibc_client_misbehaviour.md new file mode 100644 index 00000000..63fff7bb --- /dev/null +++ b/cli/provider-services_tx_ibc_client_misbehaviour.md @@ -0,0 +1,36 @@ +## provider-services tx ibc client misbehaviour + +submit a client misbehaviour + +### Synopsis + +submit a client misbehaviour to prevent future updates + +``` +provider-services tx ibc client misbehaviour [path/to/misbehaviour.json] [flags] +``` + +### Examples + +``` + tx ibc client misbehaviour [path/to/misbehaviour.json] --from node0 --home ../node0/cli --chain-id $CID +``` + +### Options + +``` + -h, --help help for misbehaviour +``` + +### Options inherited from parent commands + +``` + --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") +``` + +### SEE ALSO + +* [provider-services tx ibc client](provider-services_tx_ibc_client.md) - IBC client transaction subcommands + +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/provider-services_tx_ibc_client_update.md b/cli/provider-services_tx_ibc_client_update.md new file mode 100644 index 00000000..51bb5ac6 --- /dev/null +++ b/cli/provider-services_tx_ibc_client_update.md @@ -0,0 +1,36 @@ +## provider-services tx ibc client update + +update existing client with a header + +### Synopsis + +update existing client with a header + +``` +provider-services tx ibc client update [client-id] [path/to/header.json] [flags] +``` + +### Examples + +``` + tx ibc client update [client-id] [path/to/header.json] --from node0 --home ../node0/cli --chain-id $CID +``` + +### Options + +``` + -h, --help help for update +``` + +### Options inherited from parent commands + +``` + --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") +``` + +### SEE ALSO + +* [provider-services tx ibc client](provider-services_tx_ibc_client.md) - IBC client transaction subcommands + +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/provider-services_tx_ibc_client_upgrade.md b/cli/provider-services_tx_ibc_client_upgrade.md new file mode 100644 index 00000000..88bc3a6b --- /dev/null +++ b/cli/provider-services_tx_ibc_client_upgrade.md @@ -0,0 +1,58 @@ +## provider-services tx ibc client upgrade + +upgrade an IBC client + +### Synopsis + +upgrade the IBC client associated with the provided client identifier while providing proof committed by the counterparty chain to the new client and consensus states + - ClientState JSON example: {"@type":"/ibc.lightclients.solomachine.v1.ClientState","sequence":"1","frozen_sequence":"0","consensus_state":{"public_key":{"@type":"/cosmos.crypto.secp256k1.PubKey","key":"AtK50+5pJOoaa04qqAqrnyAqsYrwrR/INnA6UPIaYZlp"},"diversifier":"testing","timestamp":"10"},"allow_update_after_proposal":false} + - ConsensusState JSON example: {"@type":"/ibc.lightclients.solomachine.v1.ConsensusState","public_key":{"@type":"/cosmos.crypto.secp256k1.PubKey","key":"AtK50+5pJOoaa04qqAqrnyAqsYrwrR/INnA6UPIaYZlp"},"diversifier":"testing","timestamp":"10"} + +``` +provider-services tx ibc client upgrade [client-identifier] [path/to/client_state.json] [path/to/consensus_state.json] [upgrade-client-proof] [upgrade-consensus-state-proof] [flags] +``` + +### Examples + +``` + tx ibc client upgrade [client-identifier] [path/to/client_state.json] [path/to/consensus_state.json] [client-state-proof] [consensus-state-proof] --from node0 --home ../node0/cli --chain-id $CID +``` + +### Options + +``` + -a, --account-number uint The account number of the signing account (offline mode only) + -b, --broadcast-mode string Transaction broadcasting mode (sync|async|block) (default "sync") + --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it + --fee-account string Fee account pays fees for the transaction instead of deducting from the signer + --fees string Fees to pay along with transaction; eg: 10uatom + --from string Name or address of private key with which to sign + --gas string gas limit to set per-transaction; set to "auto" to calculate sufficient gas automatically (default 200000) + --gas-adjustment float adjustment factor to be multiplied against the estimate returned by the tx simulation; if the gas limit is set manually this flag is ignored (default 1) + --gas-prices string Gas prices in decimal format to determine the transaction fee (e.g. 0.1uatom) + --generate-only Build an unsigned transaction and write it to STDOUT (when enabled, the local Keybase is not accessible) + -h, --help help for upgrade + --keyring-backend string Select keyring's backend (os|file|kwallet|pass|test|memory) (default "os") + --keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used + --ledger Use a connected Ledger device + --note string Note to add a description to the transaction (previously --memo) + --offline Offline mode (does not allow any online functionality + -o, --output string Output format (text|json) (default "json") + -s, --sequence uint The sequence number of the signing account (offline mode only) + --sign-mode string Choose sign mode (direct|amino-json), this is an advanced feature + --timeout-height uint Set a block timeout height to prevent the tx from being committed past a certain height + -y, --yes Skip tx broadcasting prompt confirmation +``` + +### Options inherited from parent commands + +``` + --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") +``` + +### SEE ALSO + +* [provider-services tx ibc client](provider-services_tx_ibc_client.md) - IBC client transaction subcommands + +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/provider-services_tx_icaauth.md b/cli/provider-services_tx_icaauth.md new file mode 100644 index 00000000..7e76a071 --- /dev/null +++ b/cli/provider-services_tx_icaauth.md @@ -0,0 +1,28 @@ +## provider-services tx icaauth + +icaauth transactions subcommands + +``` +provider-services tx icaauth [flags] +``` + +### Options + +``` + -h, --help help for icaauth +``` + +### Options inherited from parent commands + +``` + --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") +``` + +### SEE ALSO + +* [provider-services tx](provider-services_tx.md) - Transactions subcommands +* [provider-services tx icaauth register](provider-services_tx_icaauth_register.md) - +* [provider-services tx icaauth submit](provider-services_tx_icaauth_submit.md) - + +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/provider-services_tx_icaauth_register.md b/cli/provider-services_tx_icaauth_register.md new file mode 100644 index 00000000..b490b1a7 --- /dev/null +++ b/cli/provider-services_tx_icaauth_register.md @@ -0,0 +1,47 @@ +## provider-services tx icaauth register + + + +``` +provider-services tx icaauth register [flags] +``` + +### Options + +``` + -a, --account-number uint The account number of the signing account (offline mode only) + -b, --broadcast-mode string Transaction broadcasting mode (sync|async|block) (default "sync") + --connection-id string Connection ID + --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it + --fee-account string Fee account pays fees for the transaction instead of deducting from the signer + --fees string Fees to pay along with transaction; eg: 10uatom + --from string Name or address of private key with which to sign + --gas string gas limit to set per-transaction; set to "auto" to calculate sufficient gas automatically (default 200000) + --gas-adjustment float adjustment factor to be multiplied against the estimate returned by the tx simulation; if the gas limit is set manually this flag is ignored (default 1) + --gas-prices string Gas prices in decimal format to determine the transaction fee (e.g. 0.1uatom) + --generate-only Build an unsigned transaction and write it to STDOUT (when enabled, the local Keybase is not accessible) + -h, --help help for register + --keyring-backend string Select keyring's backend (os|file|kwallet|pass|test|memory) (default "os") + --keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used + --ledger Use a connected Ledger device + --note string Note to add a description to the transaction (previously --memo) + --offline Offline mode (does not allow any online functionality + -o, --output string Output format (text|json) (default "json") + -s, --sequence uint The sequence number of the signing account (offline mode only) + --sign-mode string Choose sign mode (direct|amino-json), this is an advanced feature + --timeout-height uint Set a block timeout height to prevent the tx from being committed past a certain height + -y, --yes Skip tx broadcasting prompt confirmation +``` + +### Options inherited from parent commands + +``` + --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") +``` + +### SEE ALSO + +* [provider-services tx icaauth](provider-services_tx_icaauth.md) - icaauth transactions subcommands + +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/provider-services_tx_icaauth_submit.md b/cli/provider-services_tx_icaauth_submit.md new file mode 100644 index 00000000..734335bb --- /dev/null +++ b/cli/provider-services_tx_icaauth_submit.md @@ -0,0 +1,47 @@ +## provider-services tx icaauth submit + + + +``` +provider-services tx icaauth submit [path/to/sdk_msg.json] [flags] +``` + +### Options + +``` + -a, --account-number uint The account number of the signing account (offline mode only) + -b, --broadcast-mode string Transaction broadcasting mode (sync|async|block) (default "sync") + --connection-id string Connection ID + --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it + --fee-account string Fee account pays fees for the transaction instead of deducting from the signer + --fees string Fees to pay along with transaction; eg: 10uatom + --from string Name or address of private key with which to sign + --gas string gas limit to set per-transaction; set to "auto" to calculate sufficient gas automatically (default 200000) + --gas-adjustment float adjustment factor to be multiplied against the estimate returned by the tx simulation; if the gas limit is set manually this flag is ignored (default 1) + --gas-prices string Gas prices in decimal format to determine the transaction fee (e.g. 0.1uatom) + --generate-only Build an unsigned transaction and write it to STDOUT (when enabled, the local Keybase is not accessible) + -h, --help help for submit + --keyring-backend string Select keyring's backend (os|file|kwallet|pass|test|memory) (default "os") + --keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used + --ledger Use a connected Ledger device + --note string Note to add a description to the transaction (previously --memo) + --offline Offline mode (does not allow any online functionality + -o, --output string Output format (text|json) (default "json") + -s, --sequence uint The sequence number of the signing account (offline mode only) + --sign-mode string Choose sign mode (direct|amino-json), this is an advanced feature + --timeout-height uint Set a block timeout height to prevent the tx from being committed past a certain height + -y, --yes Skip tx broadcasting prompt confirmation +``` + +### Options inherited from parent commands + +``` + --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") +``` + +### SEE ALSO + +* [provider-services tx icaauth](provider-services_tx_icaauth.md) - icaauth transactions subcommands + +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/provider-services_tx_market.md b/cli/provider-services_tx_market.md new file mode 100644 index 00000000..99f63bac --- /dev/null +++ b/cli/provider-services_tx_market.md @@ -0,0 +1,28 @@ +## provider-services tx market + +Transaction subcommands + +``` +provider-services tx market [flags] +``` + +### Options + +``` + -h, --help help for market +``` + +### Options inherited from parent commands + +``` + --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") +``` + +### SEE ALSO + +* [provider-services tx](provider-services_tx.md) - Transactions subcommands +* [provider-services tx market bid](provider-services_tx_market_bid.md) - Bid subcommands +* [provider-services tx market lease](provider-services_tx_market_lease.md) - Lease subcommands + +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/provider-services_tx_market_bid.md b/cli/provider-services_tx_market_bid.md new file mode 100644 index 00000000..cc36c8e8 --- /dev/null +++ b/cli/provider-services_tx_market_bid.md @@ -0,0 +1,28 @@ +## provider-services tx market bid + +Bid subcommands + +``` +provider-services tx market bid [flags] +``` + +### Options + +``` + -h, --help help for bid +``` + +### Options inherited from parent commands + +``` + --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") +``` + +### SEE ALSO + +* [provider-services tx market](provider-services_tx_market.md) - Transaction subcommands +* [provider-services tx market bid close](provider-services_tx_market_bid_close.md) - Close a market bid +* [provider-services tx market bid create](provider-services_tx_market_bid_create.md) - Create a market bid + +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/akash_tx_market_bid_close.md b/cli/provider-services_tx_market_bid_close.md similarity index 89% rename from cli/akash_tx_market_bid_close.md rename to cli/provider-services_tx_market_bid_close.md index 70e7bbbb..09ab562f 100644 --- a/cli/akash_tx_market_bid_close.md +++ b/cli/provider-services_tx_market_bid_close.md @@ -1,9 +1,9 @@ -## akash tx market bid close +## provider-services tx market bid close Close a market bid ``` -akash tx market bid close [flags] +provider-services tx market bid close [flags] ``` ### Options @@ -25,7 +25,6 @@ akash tx market bid close [flags] --keyring-backend string Select keyring's backend (os|file|kwallet|pass|test|memory) (default "os") --keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used --ledger Use a connected Ledger device - --node string : to tendermint rpc interface for this chain (default "tcp://localhost:26657") --note string Note to add a description to the transaction (previously --memo) --offline Offline mode (does not allow any online functionality --oseq uint32 Order Sequence (default 1) @@ -42,10 +41,11 @@ akash tx market bid close [flags] ``` --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") ``` ### SEE ALSO -* [akash tx market bid](akash_tx_market_bid.md) - Bid subcommands +* [provider-services tx market bid](provider-services_tx_market_bid.md) - Bid subcommands -###### Auto generated by spf13/cobra on 28-Apr-2022 +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/akash_tx_market_bid_create.md b/cli/provider-services_tx_market_bid_create.md similarity index 89% rename from cli/akash_tx_market_bid_create.md rename to cli/provider-services_tx_market_bid_create.md index 399c3202..2d962688 100644 --- a/cli/akash_tx_market_bid_create.md +++ b/cli/provider-services_tx_market_bid_create.md @@ -1,9 +1,9 @@ -## akash tx market bid create +## provider-services tx market bid create Create a market bid ``` -akash tx market bid create [flags] +provider-services tx market bid create [flags] ``` ### Options @@ -11,7 +11,7 @@ akash tx market bid create [flags] ``` -a, --account-number uint The account number of the signing account (offline mode only) -b, --broadcast-mode string Transaction broadcasting mode (sync|async|block) (default "sync") - --deposit string Deposit amount (default "50000000uakt") + --deposit string Deposit amount (default "5000000uakt") --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it --dseq uint Deployment Sequence --fee-account string Fee account pays fees for the transaction instead of deducting from the signer @@ -26,7 +26,6 @@ akash tx market bid create [flags] --keyring-backend string Select keyring's backend (os|file|kwallet|pass|test|memory) (default "os") --keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used --ledger Use a connected Ledger device - --node string : to tendermint rpc interface for this chain (default "tcp://localhost:26657") --note string Note to add a description to the transaction (previously --memo) --offline Offline mode (does not allow any online functionality --oseq uint32 Order Sequence (default 1) @@ -43,10 +42,11 @@ akash tx market bid create [flags] ``` --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") ``` ### SEE ALSO -* [akash tx market bid](akash_tx_market_bid.md) - Bid subcommands +* [provider-services tx market bid](provider-services_tx_market_bid.md) - Bid subcommands -###### Auto generated by spf13/cobra on 28-Apr-2022 +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/provider-services_tx_market_lease.md b/cli/provider-services_tx_market_lease.md new file mode 100644 index 00000000..c6bfbc4f --- /dev/null +++ b/cli/provider-services_tx_market_lease.md @@ -0,0 +1,29 @@ +## provider-services tx market lease + +Lease subcommands + +``` +provider-services tx market lease [flags] +``` + +### Options + +``` + -h, --help help for lease +``` + +### Options inherited from parent commands + +``` + --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") +``` + +### SEE ALSO + +* [provider-services tx market](provider-services_tx_market.md) - Transaction subcommands +* [provider-services tx market lease close](provider-services_tx_market_lease_close.md) - Close a market order +* [provider-services tx market lease create](provider-services_tx_market_lease_create.md) - Create a market lease +* [provider-services tx market lease withdraw](provider-services_tx_market_lease_withdraw.md) - Settle and withdraw available funds from market order escrow account + +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/akash_tx_market_lease_close.md b/cli/provider-services_tx_market_lease_close.md similarity index 89% rename from cli/akash_tx_market_lease_close.md rename to cli/provider-services_tx_market_lease_close.md index 6c29169d..bf70888e 100644 --- a/cli/akash_tx_market_lease_close.md +++ b/cli/provider-services_tx_market_lease_close.md @@ -1,9 +1,9 @@ -## akash tx market lease close +## provider-services tx market lease close Close a market order ``` -akash tx market lease close [flags] +provider-services tx market lease close [flags] ``` ### Options @@ -25,7 +25,6 @@ akash tx market lease close [flags] --keyring-backend string Select keyring's backend (os|file|kwallet|pass|test|memory) (default "os") --keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used --ledger Use a connected Ledger device - --node string : to tendermint rpc interface for this chain (default "tcp://localhost:26657") --note string Note to add a description to the transaction (previously --memo) --offline Offline mode (does not allow any online functionality --oseq uint32 Order Sequence (default 1) @@ -42,10 +41,11 @@ akash tx market lease close [flags] ``` --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") ``` ### SEE ALSO -* [akash tx market lease](akash_tx_market_lease.md) - Lease subcommands +* [provider-services tx market lease](provider-services_tx_market_lease.md) - Lease subcommands -###### Auto generated by spf13/cobra on 28-Apr-2022 +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/akash_tx_market_lease_create.md b/cli/provider-services_tx_market_lease_create.md similarity index 89% rename from cli/akash_tx_market_lease_create.md rename to cli/provider-services_tx_market_lease_create.md index eb3ec9a4..aa0de5d6 100644 --- a/cli/akash_tx_market_lease_create.md +++ b/cli/provider-services_tx_market_lease_create.md @@ -1,9 +1,9 @@ -## akash tx market lease create +## provider-services tx market lease create Create a market lease ``` -akash tx market lease create [flags] +provider-services tx market lease create [flags] ``` ### Options @@ -25,7 +25,6 @@ akash tx market lease create [flags] --keyring-backend string Select keyring's backend (os|file|kwallet|pass|test|memory) (default "os") --keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used --ledger Use a connected Ledger device - --node string : to tendermint rpc interface for this chain (default "tcp://localhost:26657") --note string Note to add a description to the transaction (previously --memo) --offline Offline mode (does not allow any online functionality --oseq uint32 Order Sequence (default 1) @@ -42,10 +41,11 @@ akash tx market lease create [flags] ``` --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") ``` ### SEE ALSO -* [akash tx market lease](akash_tx_market_lease.md) - Lease subcommands +* [provider-services tx market lease](provider-services_tx_market_lease.md) - Lease subcommands -###### Auto generated by spf13/cobra on 28-Apr-2022 +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/akash_tx_market_lease_withdraw.md b/cli/provider-services_tx_market_lease_withdraw.md similarity index 89% rename from cli/akash_tx_market_lease_withdraw.md rename to cli/provider-services_tx_market_lease_withdraw.md index 937202c3..b2337127 100644 --- a/cli/akash_tx_market_lease_withdraw.md +++ b/cli/provider-services_tx_market_lease_withdraw.md @@ -1,9 +1,9 @@ -## akash tx market lease withdraw +## provider-services tx market lease withdraw Settle and withdraw available funds from market order escrow account ``` -akash tx market lease withdraw [flags] +provider-services tx market lease withdraw [flags] ``` ### Options @@ -25,7 +25,6 @@ akash tx market lease withdraw [flags] --keyring-backend string Select keyring's backend (os|file|kwallet|pass|test|memory) (default "os") --keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used --ledger Use a connected Ledger device - --node string : to tendermint rpc interface for this chain (default "tcp://localhost:26657") --note string Note to add a description to the transaction (previously --memo) --offline Offline mode (does not allow any online functionality --oseq uint32 Order Sequence (default 1) @@ -42,10 +41,11 @@ akash tx market lease withdraw [flags] ``` --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") ``` ### SEE ALSO -* [akash tx market lease](akash_tx_market_lease.md) - Lease subcommands +* [provider-services tx market lease](provider-services_tx_market_lease.md) - Lease subcommands -###### Auto generated by spf13/cobra on 28-Apr-2022 +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/akash_tx_multisign.md b/cli/provider-services_tx_multisign.md similarity index 89% rename from cli/akash_tx_multisign.md rename to cli/provider-services_tx_multisign.md index 21686255..8a7d8414 100644 --- a/cli/akash_tx_multisign.md +++ b/cli/provider-services_tx_multisign.md @@ -1,4 +1,4 @@ -## akash tx multisign +## provider-services tx multisign Generate multisig signatures for transactions generated offline @@ -10,7 +10,7 @@ Read one or more signatures from one or more [signature] file, generate a multis multisig key [name], and attach the key name to the transaction read from [file]. Example: -$ akash tx multisign transaction.json k1k2k3 k1sig.json k2sig.json k3sig.json +$ tx multisign transaction.json k1k2k3 k1sig.json k2sig.json k3sig.json If --signature-only flag is on, output a JSON representation of only the generated signature. @@ -23,7 +23,7 @@ The current multisig implementation defaults to amino-json sign mode. The SIGN_MODE_DIRECT sign mode is not supported.' ``` -akash tx multisign [file] [name] [[signature]...] [flags] +provider-services tx multisign [file] [name] [[signature]...] [flags] ``` ### Options @@ -44,7 +44,6 @@ akash tx multisign [file] [name] [[signature]...] [flags] --keyring-backend string Select keyring's backend (os|file|kwallet|pass|test|memory) (default "os") --keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used --ledger Use a connected Ledger device - --node string : to tendermint rpc interface for this chain (default "tcp://localhost:26657") --note string Note to add a description to the transaction (previously --memo) --offline Offline mode (does not allow any online functionality -o, --output string Output format (text|json) (default "json") @@ -60,10 +59,11 @@ akash tx multisign [file] [name] [[signature]...] [flags] ``` --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") ``` ### SEE ALSO -* [akash tx](akash_tx.md) - Transactions subcommands +* [provider-services tx](provider-services_tx.md) - Transactions subcommands -###### Auto generated by spf13/cobra on 28-Apr-2022 +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/provider-services_tx_provider.md b/cli/provider-services_tx_provider.md new file mode 100644 index 00000000..c5a46656 --- /dev/null +++ b/cli/provider-services_tx_provider.md @@ -0,0 +1,28 @@ +## provider-services tx provider + +Provider transaction subcommands + +``` +provider-services tx provider [flags] +``` + +### Options + +``` + -h, --help help for provider +``` + +### Options inherited from parent commands + +``` + --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") +``` + +### SEE ALSO + +* [provider-services tx](provider-services_tx.md) - Transactions subcommands +* [provider-services tx provider create](provider-services_tx_provider_create.md) - Create a provider +* [provider-services tx provider update](provider-services_tx_provider_update.md) - Update provider + +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/akash_tx_provider_create.md b/cli/provider-services_tx_provider_create.md similarity index 87% rename from cli/akash_tx_provider_create.md rename to cli/provider-services_tx_provider_create.md index 5740d1d4..e945ba89 100644 --- a/cli/akash_tx_provider_create.md +++ b/cli/provider-services_tx_provider_create.md @@ -1,9 +1,9 @@ -## akash tx provider create +## provider-services tx provider create Create a provider ``` -akash tx provider create [config-file] [flags] +provider-services tx provider create [config-file] [flags] ``` ### Options @@ -23,7 +23,6 @@ akash tx provider create [config-file] [flags] --keyring-backend string Select keyring's backend (os|file|kwallet|pass|test|memory) (default "os") --keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used --ledger Use a connected Ledger device - --node string : to tendermint rpc interface for this chain (default "tcp://localhost:26657") --note string Note to add a description to the transaction (previously --memo) --offline Offline mode (does not allow any online functionality -o, --output string Output format (text|json) (default "json") @@ -37,10 +36,11 @@ akash tx provider create [config-file] [flags] ``` --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") ``` ### SEE ALSO -* [akash tx provider](akash_tx_provider.md) - Provider transaction subcommands +* [provider-services tx provider](provider-services_tx_provider.md) - Provider transaction subcommands -###### Auto generated by spf13/cobra on 28-Apr-2022 +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/akash_tx_provider_update.md b/cli/provider-services_tx_provider_update.md similarity index 87% rename from cli/akash_tx_provider_update.md rename to cli/provider-services_tx_provider_update.md index 88bc6776..62c29fb0 100644 --- a/cli/akash_tx_provider_update.md +++ b/cli/provider-services_tx_provider_update.md @@ -1,9 +1,9 @@ -## akash tx provider update +## provider-services tx provider update Update provider ``` -akash tx provider update [config-file] [flags] +provider-services tx provider update [config-file] [flags] ``` ### Options @@ -23,7 +23,6 @@ akash tx provider update [config-file] [flags] --keyring-backend string Select keyring's backend (os|file|kwallet|pass|test|memory) (default "os") --keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used --ledger Use a connected Ledger device - --node string : to tendermint rpc interface for this chain (default "tcp://localhost:26657") --note string Note to add a description to the transaction (previously --memo) --offline Offline mode (does not allow any online functionality -o, --output string Output format (text|json) (default "json") @@ -37,10 +36,11 @@ akash tx provider update [config-file] [flags] ``` --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") ``` ### SEE ALSO -* [akash tx provider](akash_tx_provider.md) - Provider transaction subcommands +* [provider-services tx provider](provider-services_tx_provider.md) - Provider transaction subcommands -###### Auto generated by spf13/cobra on 28-Apr-2022 +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/akash_tx_send.md b/cli/provider-services_tx_send.md similarity index 88% rename from cli/akash_tx_send.md rename to cli/provider-services_tx_send.md index 4104cf65..fa58ced7 100644 --- a/cli/akash_tx_send.md +++ b/cli/provider-services_tx_send.md @@ -1,10 +1,10 @@ -## akash tx send +## provider-services tx send Send funds from one account to another. Note, the'--from' flag is ignored as it is implied from [from_key_or_address]. ``` -akash tx send [from_key_or_address] [to_address] [amount] [flags] +provider-services tx send [from_key_or_address] [to_address] [amount] [flags] ``` ### Options @@ -24,7 +24,6 @@ akash tx send [from_key_or_address] [to_address] [amount] [flags] --keyring-backend string Select keyring's backend (os|file|kwallet|pass|test|memory) (default "os") --keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used --ledger Use a connected Ledger device - --node string : to tendermint rpc interface for this chain (default "tcp://localhost:26657") --note string Note to add a description to the transaction (previously --memo) --offline Offline mode (does not allow any online functionality -o, --output string Output format (text|json) (default "json") @@ -38,10 +37,11 @@ akash tx send [from_key_or_address] [to_address] [amount] [flags] ``` --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") ``` ### SEE ALSO -* [akash tx](akash_tx.md) - Transactions subcommands +* [provider-services tx](provider-services_tx.md) - Transactions subcommands -###### Auto generated by spf13/cobra on 28-Apr-2022 +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/akash_tx_sign-batch.md b/cli/provider-services_tx_sign-batch.md similarity index 92% rename from cli/akash_tx_sign-batch.md rename to cli/provider-services_tx_sign-batch.md index 64ccc821..92b1ec5e 100644 --- a/cli/akash_tx_sign-batch.md +++ b/cli/provider-services_tx_sign-batch.md @@ -1,4 +1,4 @@ -## akash tx sign-batch +## provider-services tx sign-batch Sign transaction batch files @@ -22,7 +22,7 @@ account key. It implies --signature-only. ``` -akash tx sign-batch [file] [flags] +provider-services tx sign-batch [file] [flags] ``` ### Options @@ -43,7 +43,6 @@ akash tx sign-batch [file] [flags] --keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used --ledger Use a connected Ledger device --multisig string Address or key name of the multisig account on behalf of which the transaction shall be signed - --node string : to tendermint rpc interface for this chain (default "tcp://localhost:26657") --note string Note to add a description to the transaction (previously --memo) --offline Offline mode (does not allow any online functionality -o, --output string Output format (text|json) (default "json") @@ -59,10 +58,11 @@ akash tx sign-batch [file] [flags] ``` --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") ``` ### SEE ALSO -* [akash tx](akash_tx.md) - Transactions subcommands +* [provider-services tx](provider-services_tx.md) - Transactions subcommands -###### Auto generated by spf13/cobra on 28-Apr-2022 +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/akash_tx_sign.md b/cli/provider-services_tx_sign.md similarity index 92% rename from cli/akash_tx_sign.md rename to cli/provider-services_tx_sign.md index 289457c5..cdd4305b 100644 --- a/cli/akash_tx_sign.md +++ b/cli/provider-services_tx_sign.md @@ -1,4 +1,4 @@ -## akash tx sign +## provider-services tx sign Sign a transaction generated offline @@ -20,7 +20,7 @@ be generated via the 'multisign' command. ``` -akash tx sign [file] [flags] +provider-services tx sign [file] [flags] ``` ### Options @@ -42,7 +42,6 @@ akash tx sign [file] [flags] --keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used --ledger Use a connected Ledger device --multisig string Address or key name of the multisig account on behalf of which the transaction shall be signed - --node string : to tendermint rpc interface for this chain (default "tcp://localhost:26657") --note string Note to add a description to the transaction (previously --memo) --offline Offline mode (does not allow any online functionality -o, --output string Output format (text|json) (default "json") @@ -59,10 +58,11 @@ akash tx sign [file] [flags] ``` --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") ``` ### SEE ALSO -* [akash tx](akash_tx.md) - Transactions subcommands +* [provider-services tx](provider-services_tx.md) - Transactions subcommands -###### Auto generated by spf13/cobra on 28-Apr-2022 +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/provider-services_tx_slashing.md b/cli/provider-services_tx_slashing.md new file mode 100644 index 00000000..54ac56d9 --- /dev/null +++ b/cli/provider-services_tx_slashing.md @@ -0,0 +1,27 @@ +## provider-services tx slashing + +Slashing transaction subcommands + +``` +provider-services tx slashing [flags] +``` + +### Options + +``` + -h, --help help for slashing +``` + +### Options inherited from parent commands + +``` + --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") +``` + +### SEE ALSO + +* [provider-services tx](provider-services_tx.md) - Transactions subcommands +* [provider-services tx slashing unjail](provider-services_tx_slashing_unjail.md) - unjail validator previously jailed for downtime + +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/akash_tx_slashing_unjail.md b/cli/provider-services_tx_slashing_unjail.md similarity index 88% rename from cli/akash_tx_slashing_unjail.md rename to cli/provider-services_tx_slashing_unjail.md index 729bb1c4..f6f93af4 100644 --- a/cli/akash_tx_slashing_unjail.md +++ b/cli/provider-services_tx_slashing_unjail.md @@ -1,4 +1,4 @@ -## akash tx slashing unjail +## provider-services tx slashing unjail unjail validator previously jailed for downtime @@ -10,7 +10,7 @@ $ tx slashing unjail --from mykey ``` -akash tx slashing unjail [flags] +provider-services tx slashing unjail [flags] ``` ### Options @@ -30,7 +30,6 @@ akash tx slashing unjail [flags] --keyring-backend string Select keyring's backend (os|file|kwallet|pass|test|memory) (default "os") --keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used --ledger Use a connected Ledger device - --node string : to tendermint rpc interface for this chain (default "tcp://localhost:26657") --note string Note to add a description to the transaction (previously --memo) --offline Offline mode (does not allow any online functionality -o, --output string Output format (text|json) (default "json") @@ -44,10 +43,11 @@ akash tx slashing unjail [flags] ``` --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") ``` ### SEE ALSO -* [akash tx slashing](akash_tx_slashing.md) - Slashing transaction subcommands +* [provider-services tx slashing](provider-services_tx_slashing.md) - Slashing transaction subcommands -###### Auto generated by spf13/cobra on 28-Apr-2022 +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/provider-services_tx_staking.md b/cli/provider-services_tx_staking.md new file mode 100644 index 00000000..818b6fbd --- /dev/null +++ b/cli/provider-services_tx_staking.md @@ -0,0 +1,31 @@ +## provider-services tx staking + +Staking transaction subcommands + +``` +provider-services tx staking [flags] +``` + +### Options + +``` + -h, --help help for staking +``` + +### Options inherited from parent commands + +``` + --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") +``` + +### SEE ALSO + +* [provider-services tx](provider-services_tx.md) - Transactions subcommands +* [provider-services tx staking create-validator](provider-services_tx_staking_create-validator.md) - create new validator initialized with a self-delegation to it +* [provider-services tx staking delegate](provider-services_tx_staking_delegate.md) - Delegate liquid tokens to a validator +* [provider-services tx staking edit-validator](provider-services_tx_staking_edit-validator.md) - edit an existing validator account +* [provider-services tx staking redelegate](provider-services_tx_staking_redelegate.md) - Redelegate illiquid tokens from one validator to another +* [provider-services tx staking unbond](provider-services_tx_staking_unbond.md) - Unbond shares from a validator + +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/akash_tx_staking_create-validator.md b/cli/provider-services_tx_staking_create-validator.md similarity index 91% rename from cli/akash_tx_staking_create-validator.md rename to cli/provider-services_tx_staking_create-validator.md index 12d073bf..999ebc8e 100644 --- a/cli/akash_tx_staking_create-validator.md +++ b/cli/provider-services_tx_staking_create-validator.md @@ -1,9 +1,9 @@ -## akash tx staking create-validator +## provider-services tx staking create-validator create new validator initialized with a self-delegation to it ``` -akash tx staking create-validator [flags] +provider-services tx staking create-validator [flags] ``` ### Options @@ -32,7 +32,6 @@ akash tx staking create-validator [flags] --ledger Use a connected Ledger device --min-self-delegation string The minimum self delegation required on the validator --moniker string The validator's name - --node string : to tendermint rpc interface for this chain (default "tcp://localhost:26657") --node-id string The node's ID --note string Note to add a description to the transaction (previously --memo) --offline Offline mode (does not allow any online functionality @@ -50,10 +49,11 @@ akash tx staking create-validator [flags] ``` --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") ``` ### SEE ALSO -* [akash tx staking](akash_tx_staking.md) - Staking transaction subcommands +* [provider-services tx staking](provider-services_tx_staking.md) - Staking transaction subcommands -###### Auto generated by spf13/cobra on 28-Apr-2022 +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/akash_tx_staking_delegate.md b/cli/provider-services_tx_staking_delegate.md similarity index 84% rename from cli/akash_tx_staking_delegate.md rename to cli/provider-services_tx_staking_delegate.md index 4260ea10..8258c400 100644 --- a/cli/akash_tx_staking_delegate.md +++ b/cli/provider-services_tx_staking_delegate.md @@ -1,4 +1,4 @@ -## akash tx staking delegate +## provider-services tx staking delegate Delegate liquid tokens to a validator @@ -7,10 +7,10 @@ Delegate liquid tokens to a validator Delegate an amount of liquid coins to a validator from your wallet. Example: -$ akash tx staking delegate akashvaloper1l2rsakp388kuv9k8qzq6lrm9taddae7fpx59wm 1000stake --from mykey +$ tx staking delegate akashvaloper1l2rsakp388kuv9k8qzq6lrm9taddae7fpx59wm 1000stake --from mykey ``` -akash tx staking delegate [validator-addr] [amount] [flags] +provider-services tx staking delegate [validator-addr] [amount] [flags] ``` ### Options @@ -30,7 +30,6 @@ akash tx staking delegate [validator-addr] [amount] [flags] --keyring-backend string Select keyring's backend (os|file|kwallet|pass|test|memory) (default "os") --keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used --ledger Use a connected Ledger device - --node string : to tendermint rpc interface for this chain (default "tcp://localhost:26657") --note string Note to add a description to the transaction (previously --memo) --offline Offline mode (does not allow any online functionality -o, --output string Output format (text|json) (default "json") @@ -44,10 +43,11 @@ akash tx staking delegate [validator-addr] [amount] [flags] ``` --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") ``` ### SEE ALSO -* [akash tx staking](akash_tx_staking.md) - Staking transaction subcommands +* [provider-services tx staking](provider-services_tx_staking.md) - Staking transaction subcommands -###### Auto generated by spf13/cobra on 28-Apr-2022 +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/akash_tx_staking_edit-validator.md b/cli/provider-services_tx_staking_edit-validator.md similarity index 88% rename from cli/akash_tx_staking_edit-validator.md rename to cli/provider-services_tx_staking_edit-validator.md index 8a26fe0e..2ab3444c 100644 --- a/cli/akash_tx_staking_edit-validator.md +++ b/cli/provider-services_tx_staking_edit-validator.md @@ -1,9 +1,9 @@ -## akash tx staking edit-validator +## provider-services tx staking edit-validator edit an existing validator account ``` -akash tx staking edit-validator [flags] +provider-services tx staking edit-validator [flags] ``` ### Options @@ -27,8 +27,7 @@ akash tx staking edit-validator [flags] --keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used --ledger Use a connected Ledger device --min-self-delegation string The minimum self delegation required on the validator - --moniker string The validator's name (default "[do-not-modify]") - --node string : to tendermint rpc interface for this chain (default "tcp://localhost:26657") + --new-moniker string The validator's name (default "[do-not-modify]") --note string Note to add a description to the transaction (previously --memo) --offline Offline mode (does not allow any online functionality -o, --output string Output format (text|json) (default "json") @@ -44,10 +43,11 @@ akash tx staking edit-validator [flags] ``` --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") ``` ### SEE ALSO -* [akash tx staking](akash_tx_staking.md) - Staking transaction subcommands +* [provider-services tx staking](provider-services_tx_staking.md) - Staking transaction subcommands -###### Auto generated by spf13/cobra on 28-Apr-2022 +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/akash_tx_staking_redelegate.md b/cli/provider-services_tx_staking_redelegate.md similarity index 82% rename from cli/akash_tx_staking_redelegate.md rename to cli/provider-services_tx_staking_redelegate.md index 81c160a4..b0e97d2e 100644 --- a/cli/akash_tx_staking_redelegate.md +++ b/cli/provider-services_tx_staking_redelegate.md @@ -1,4 +1,4 @@ -## akash tx staking redelegate +## provider-services tx staking redelegate Redelegate illiquid tokens from one validator to another @@ -7,10 +7,10 @@ Redelegate illiquid tokens from one validator to another Redelegate an amount of illiquid staking tokens from one validator to another. Example: -$ akash tx staking redelegate akashvaloper1gghjut3ccd8ay0zduzj64hwre2fxs9ldmqhffj akashvaloper1l2rsakp388kuv9k8qzq6lrm9taddae7fpx59wm 100stake --from mykey +$ tx staking redelegate akashvaloper1gghjut3ccd8ay0zduzj64hwre2fxs9ldmqhffj akashvaloper1l2rsakp388kuv9k8qzq6lrm9taddae7fpx59wm 100stake --from mykey ``` -akash tx staking redelegate [src-validator-addr] [dst-validator-addr] [amount] [flags] +provider-services tx staking redelegate [src-validator-addr] [dst-validator-addr] [amount] [flags] ``` ### Options @@ -30,7 +30,6 @@ akash tx staking redelegate [src-validator-addr] [dst-validator-addr] [amount] [ --keyring-backend string Select keyring's backend (os|file|kwallet|pass|test|memory) (default "os") --keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used --ledger Use a connected Ledger device - --node string : to tendermint rpc interface for this chain (default "tcp://localhost:26657") --note string Note to add a description to the transaction (previously --memo) --offline Offline mode (does not allow any online functionality -o, --output string Output format (text|json) (default "json") @@ -44,10 +43,11 @@ akash tx staking redelegate [src-validator-addr] [dst-validator-addr] [amount] [ ``` --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") ``` ### SEE ALSO -* [akash tx staking](akash_tx_staking.md) - Staking transaction subcommands +* [provider-services tx staking](provider-services_tx_staking.md) - Staking transaction subcommands -###### Auto generated by spf13/cobra on 28-Apr-2022 +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/akash_tx_staking_unbond.md b/cli/provider-services_tx_staking_unbond.md similarity index 84% rename from cli/akash_tx_staking_unbond.md rename to cli/provider-services_tx_staking_unbond.md index b82e547d..73236fdf 100644 --- a/cli/akash_tx_staking_unbond.md +++ b/cli/provider-services_tx_staking_unbond.md @@ -1,4 +1,4 @@ -## akash tx staking unbond +## provider-services tx staking unbond Unbond shares from a validator @@ -7,10 +7,10 @@ Unbond shares from a validator Unbond an amount of bonded shares from a validator. Example: -$ akash tx staking unbond akashvaloper1gghjut3ccd8ay0zduzj64hwre2fxs9ldmqhffj 100stake --from mykey +$ tx staking unbond akashvaloper1gghjut3ccd8ay0zduzj64hwre2fxs9ldmqhffj 100stake --from mykey ``` -akash tx staking unbond [validator-addr] [amount] [flags] +provider-services tx staking unbond [validator-addr] [amount] [flags] ``` ### Options @@ -30,7 +30,6 @@ akash tx staking unbond [validator-addr] [amount] [flags] --keyring-backend string Select keyring's backend (os|file|kwallet|pass|test|memory) (default "os") --keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used --ledger Use a connected Ledger device - --node string : to tendermint rpc interface for this chain (default "tcp://localhost:26657") --note string Note to add a description to the transaction (previously --memo) --offline Offline mode (does not allow any online functionality -o, --output string Output format (text|json) (default "json") @@ -44,10 +43,11 @@ akash tx staking unbond [validator-addr] [amount] [flags] ``` --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") ``` ### SEE ALSO -* [akash tx staking](akash_tx_staking.md) - Staking transaction subcommands +* [provider-services tx staking](provider-services_tx_staking.md) - Staking transaction subcommands -###### Auto generated by spf13/cobra on 28-Apr-2022 +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/akash_tx_validate-signatures.md b/cli/provider-services_tx_validate-signatures.md similarity index 90% rename from cli/akash_tx_validate-signatures.md rename to cli/provider-services_tx_validate-signatures.md index 04fa8c98..a51e1bfc 100644 --- a/cli/akash_tx_validate-signatures.md +++ b/cli/provider-services_tx_validate-signatures.md @@ -1,4 +1,4 @@ -## akash tx validate-signatures +## provider-services tx validate-signatures validate transactions signatures @@ -14,7 +14,7 @@ transaction will be not be performed as that will require RPC communication with ``` -akash tx validate-signatures [file] [flags] +provider-services tx validate-signatures [file] [flags] ``` ### Options @@ -34,7 +34,6 @@ akash tx validate-signatures [file] [flags] --keyring-backend string Select keyring's backend (os|file|kwallet|pass|test|memory) (default "os") --keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used --ledger Use a connected Ledger device - --node string : to tendermint rpc interface for this chain (default "tcp://localhost:26657") --note string Note to add a description to the transaction (previously --memo) --offline Offline mode (does not allow any online functionality -o, --output string Output format (text|json) (default "json") @@ -48,10 +47,11 @@ akash tx validate-signatures [file] [flags] ``` --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") ``` ### SEE ALSO -* [akash tx](akash_tx.md) - Transactions subcommands +* [provider-services tx](provider-services_tx.md) - Transactions subcommands -###### Auto generated by spf13/cobra on 28-Apr-2022 +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/provider-services_tx_vesting.md b/cli/provider-services_tx_vesting.md new file mode 100644 index 00000000..506e7b61 --- /dev/null +++ b/cli/provider-services_tx_vesting.md @@ -0,0 +1,27 @@ +## provider-services tx vesting + +Vesting transaction subcommands + +``` +provider-services tx vesting [flags] +``` + +### Options + +``` + -h, --help help for vesting +``` + +### Options inherited from parent commands + +``` + --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") +``` + +### SEE ALSO + +* [provider-services tx](provider-services_tx.md) - Transactions subcommands +* [provider-services tx vesting create-vesting-account](provider-services_tx_vesting_create-vesting-account.md) - Create a new vesting account funded with an allocation of tokens. + +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/akash_tx_vesting_create-vesting-account.md b/cli/provider-services_tx_vesting_create-vesting-account.md similarity index 88% rename from cli/akash_tx_vesting_create-vesting-account.md rename to cli/provider-services_tx_vesting_create-vesting-account.md index e88b7ccf..ea400202 100644 --- a/cli/akash_tx_vesting_create-vesting-account.md +++ b/cli/provider-services_tx_vesting_create-vesting-account.md @@ -1,4 +1,4 @@ -## akash tx vesting create-vesting-account +## provider-services tx vesting create-vesting-account Create a new vesting account funded with an allocation of tokens. @@ -11,7 +11,7 @@ set by the committed block's time. The end_time must be provided as a UNIX epoch timestamp. ``` -akash tx vesting create-vesting-account [to_address] [amount] [end_time] [flags] +provider-services tx vesting create-vesting-account [to_address] [amount] [end_time] [flags] ``` ### Options @@ -32,7 +32,6 @@ akash tx vesting create-vesting-account [to_address] [amount] [end_time] [flags] --keyring-backend string Select keyring's backend (os|file|kwallet|pass|test|memory) (default "os") --keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used --ledger Use a connected Ledger device - --node string : to tendermint rpc interface for this chain (default "tcp://localhost:26657") --note string Note to add a description to the transaction (previously --memo) --offline Offline mode (does not allow any online functionality -o, --output string Output format (text|json) (default "json") @@ -46,10 +45,11 @@ akash tx vesting create-vesting-account [to_address] [amount] [end_time] [flags] ``` --chain-id string The network chain ID + --node string The node address (default "http://localhost:26657") ``` ### SEE ALSO -* [akash tx vesting](akash_tx_vesting.md) - Vesting transaction subcommands +* [provider-services tx vesting](provider-services_tx_vesting.md) - Vesting transaction subcommands -###### Auto generated by spf13/cobra on 28-Apr-2022 +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/provider-services_validate-genesis.md b/cli/provider-services_validate-genesis.md new file mode 100644 index 00000000..db74fd9f --- /dev/null +++ b/cli/provider-services_validate-genesis.md @@ -0,0 +1,25 @@ +## provider-services validate-genesis + +validates the genesis file at the default location or at the location passed as an arg + +``` +provider-services validate-genesis [file] [flags] +``` + +### Options + +``` + -h, --help help for validate-genesis +``` + +### Options inherited from parent commands + +``` + --node string The node address (default "http://localhost:26657") +``` + +### SEE ALSO + +* [provider-services](provider-services.md) - Provider services commands + +###### Auto generated by spf13/cobra on 5-Dec-2022 diff --git a/cli/provider-services_version.md b/cli/provider-services_version.md new file mode 100644 index 00000000..a27648c2 --- /dev/null +++ b/cli/provider-services_version.md @@ -0,0 +1,27 @@ +## provider-services version + +Print the application binary version information + +``` +provider-services version [flags] +``` + +### Options + +``` + -h, --help help for version + --long Print long version information + -o, --output string Output format (text|json) (default "text") +``` + +### Options inherited from parent commands + +``` + --node string The node address (default "http://localhost:26657") +``` + +### SEE ALSO + +* [provider-services](provider-services.md) - Provider services commands + +###### Auto generated by spf13/cobra on 5-Dec-2022