Following the release of Akash Mainnet4 - and the associated split of Akash network and provider repositories - new CLI syntax will be introduced.
NOTE - The syntax updates are rather simple in that they only impact the beginning of command sets with a shift from akash (I.e. akash tx create) to provider-services (I.e. provider-services tx create).
NOTE - please visit this Detailed CLI Steps doc for details on installing the Akash CLI and additional command sets.
In these release notes we detail the new CLI syntax for deployment creation and for the purpose of illustration. The prior CLI command syntax (pre-Mainnet4) will be included for clarity as users transition to a new common syntax.
These changes only impact Akash CLI use and have no impact on application use of Akash Console, Praetor App, Akash Helm Charts, etc.
Create an Akash Deployment
Environment Variable Declarations
No change in our environment variables and may declare using common syntax.
Create Deployment
Post-Mainnet4 Syntax
Pre-Mainnet4 Syntax
Declare Deployment Variables
Again no change to environment variables declarations.