solana-foundation / developer-content

Collection of Developer content for exploring, learning, and building in the Solana ecosystem.
https://solana.com/developers
84 stars 101 forks source link

Extra argument in 'Full Stack Solana development' tutorial #181

Closed adlonymous closed 2 months ago

adlonymous commented 2 months ago

Problem

In the redeploying of the program with the added PDA part, to show Solana program details the following command is used: solana program show --program-id <Program Address>

This gives the following error: error: Found argument '--program-id' which wasn't expected, or isn't valid in this context Did you mean --programs? USAGE: solana program show --buffers --programs

Proposed Solution

The following command be used in place: solana program show <Program Address>