-
Notifications
You must be signed in to change notification settings - Fork 36
update documentation for manifest #210
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,8 +38,15 @@ and runtime specific settings. | |
manifest filename with the extension `.py`. E.g. the script filename for a manifest | ||
with filename of ``job.tem`` is ``job.py`` in the same directory as the manifest file. | ||
|
||
.. note:: | ||
In case the associated script file is in a different location from the manifest you could use a symlink | ||
to refering the script. To change the default behavior for using the symlink and change where to execute | ||
the script you need to pass --follow-symlink. | ||
|
||
.. code-block:: shell | ||
|
||
$ pyats run manifest job.tem --follow-symlink | ||
$ job.py # is a symlink for the associated script | ||
ThomasJRyan marked this conversation as resolved.
Show resolved
Hide resolved
ThomasJRyan marked this conversation as resolved.
Show resolved
Hide resolved
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Please show symlink from the filesystem, e.g.
This job will be executed in the There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
@omehrabi |
||
Script types | ||
~~~~~~~~~~~~ | ||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.