File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -49,13 +49,17 @@ pub fn display_getting_started() {
4949 println ! ( ) ;
5050 println ! ( " 2. Create and deploy an environment:" ) ;
5151 println ! ( " torrust-tracker-deployer create template my-env.json" ) ;
52- println ! ( " # Edit my-env.json with your SSH keys" ) ;
52+ println ! ( " # Edit my-env.json with your SSH keys and settings " ) ;
5353 println ! ( " torrust-tracker-deployer create environment --env-file my-env.json" ) ;
5454 println ! ( " torrust-tracker-deployer provision my-environment" ) ;
5555 println ! ( " torrust-tracker-deployer configure my-environment" ) ;
56+ println ! ( " torrust-tracker-deployer release my-environment" ) ;
57+ println ! ( " torrust-tracker-deployer run my-environment" ) ;
58+ println ! ( ) ;
59+ println ! ( " 3. Verify deployment (optional):" ) ;
5660 println ! ( " torrust-tracker-deployer test my-environment" ) ;
5761 println ! ( ) ;
58- println ! ( " 3 . Clean up when done:" ) ;
62+ println ! ( " 4 . Clean up when done:" ) ;
5963 println ! ( " torrust-tracker-deployer destroy my-environment" ) ;
6064 println ! ( ) ;
6165 println ! ( "📖 Documentation:" ) ;
You can’t perform that action at this time.
0 commit comments