Skip to content

Commit

Permalink
Merge pull request #591 from linsword13/test-create-activate
Browse files Browse the repository at this point in the history
Test activate shortcut in the tutorial test
  • Loading branch information
douglasjacobsen authored Aug 1, 2024
2 parents 7d7d403 + 631780d commit a911fd5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 7 additions & 0 deletions lib/ramble/docs/tutorials/1_hello_world.rst
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,13 @@ Ramble would create an anonymous workspace for you in ``${PWD}/hello_world``
for more information on named and anonymous workspaces, see
:ref:`Ramble workspace documentation<ramble-workspaces>`.

For convenience, the workspace creation and activation can also be combined
in one command with the activate flag (``-a``):

.. code-block:: console
$ ramble workspace create hello_world -a
Configure the Workspace
^^^^^^^^^^^^^^^^^^^^^^^^

Expand Down
4 changes: 1 addition & 3 deletions share/ramble/cloud-build/tutorials/ramble-tutorial-1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,7 @@ steps:
ramble info hostname
ramble workspace create -d hello_world -c /workspace/examples/tutorial_1_config.yaml
ramble workspace activate ./hello_world
ramble workspace create -d hello_world -c /workspace/examples/tutorial_1_config.yaml -a
ramble workspace setup
Expand Down

0 comments on commit a911fd5

Please sign in to comment.