Because we retain the manager and staker authorities, you can use the update, list, deposit-stake and withdraw-stake, and most of the time you will only need the first two.
The list command requires a pool address argument which you can get the Sanctum LST list and will return the current pool information.
You may want to use this command to retrieve the reserve address account, which you can send SOL to in order to increase the APY of your LST.
Likewise, we automatically run a crank to update the pool state after every new epoch but we recommend teams to run a backup, which can be done like so:
./target/debug/splspupdate<pool_address>
Native unstaking
Although it's not YET available on our UI, you can achieve native unstaking through the CLI
You can follow this guide to import your private key and save it to a file
Then you can run:
./splspwithdraw-stake<pool_address><amount>
We know this is not ideal and it will be improved soon!